Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 30, 2022
1 parent 8a782a1 commit 773c283
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
8.0.0 (2022-11-30)
==================

**Note**: The API for `UserActivityTracker` has changed. Please see [\#448](https://github.com/matrix-org/matrix-appservice-bridge/issues/448) for more details.

Features
--------

- Add debouncing support to UserActivityTracker (defaults to 60 seconds). ([\#448](https://github.com/matrix-org/matrix-appservice-bridge/issues/448))


Bugfixes
--------

- Fix postgres-store attempting to overwrite existing schema whenever `ensureSchema` is called. ([\#451](https://github.com/matrix-org/matrix-appservice-bridge/issues/451))


7.0.0 (2022-11-24)
==================

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

This file was deleted.

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

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

0 comments on commit 773c283

Please sign in to comment.