Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Feb 1, 2025
1 parent caf1da3 commit 1ad6f06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.7.0] - 2025-02-01

### Added

- Generic item batching is now available for protections to use by
using the `StandardBatcher`.

### Changed

- `Task` has been improved to be more liberal in the closures it
accepts. And `Task` now has more options for logging how tasks have
failed.

- The `Protection` callback `handleExternalInvite` has been renamed to
`handleExternalMembership`.

### Fixed

- An issue where adding rooms to the protected rooms set more than
once could sometimes cause duplicate events to be propagated.

## [2.6.0] - 2025-01-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnuxie/matrix-protection-suite",
"version": "2.6.0",
"version": "2.7.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 1ad6f06

Please sign in to comment.