Skip to content

Commit

Permalink
2.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 20, 2020
1 parent 1f701e0 commit 36ea016
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2.4.0-rc1 (2020-11-20)
=======================

Features
--------

- Add function `registerMetrics` to `MembershipQueue` to track metrics. ([\#276](https://github.com/matrix-org/matrix-appservice-bridge/issues/276))
- Add `defaultTtl` option to `MembershipQueue` to expire membership that is too old. ([\#277](https://github.com/matrix-org/matrix-appservice-bridge/issues/277))
- Logs from `matrix-js-sdk` will now be passed through the bridge `Logger` to keep logging in one place. ([\#280](https://github.com/matrix-org/matrix-appservice-bridge/issues/280))


Bugfixes
--------

- Add a script to automatically generate documentation for a release. ([\#275](https://github.com/matrix-org/matrix-appservice-bridge/issues/275))
- Fix a bug where `intent.uploadContent` would return the full JSON response of an upload rather than it's MXC url. ([\#279](https://github.com/matrix-org/matrix-appservice-bridge/issues/279))


2.3.1 (2020-11-06)
=======================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/275.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/276.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/277.feature

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/280.feature

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.3.1",
"version": "2.4.0-rc1",
"description": "Bridging infrastructure for Matrix Application Services",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 36ea016

Please sign in to comment.