Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 23, 2021
1 parent e3b0d12 commit e5e440d
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
3.2.0 (2021-11-23)
===================

Features
--------

- Add `bridge_app_version` metric, and utility functions to get the bridge app version. ([\#362](https://github.com/matrix-org/matrix-appservice-bridge/issues/362))


Bugfixes
--------

- Do not retry membership queue operations after a 404 response. ([\#371](https://github.com/matrix-org/matrix-appservice-bridge/issues/371))


Internal Changes
----------------

- Refactor Encryption broker code to use the bot-sdk, and generally be more race-resistant when starting new sessions.

**Breaking**: This change drops support for ephemeral events via the encryption broker, so ephemeral events MUST be enabled within the appservice registration to work. ([\#369](https://github.com/matrix-org/matrix-appservice-bridge/issues/369))
- Clarify help text of matrix_api_calls_failed metric ([\#372](https://github.com/matrix-org/matrix-appservice-bridge/issues/372))
- Update `matrix-appservice` to 0.10.0 ([\#374](https://github.com/matrix-org/matrix-appservice-bridge/issues/374))


3.1.2 (2021-10-25)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/362.feature

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/369.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/371.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/372.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/374.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-bridge",
"version": "3.1.2",
"version": "3.2.0",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e5e440d

Please sign in to comment.