Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Sep 6, 2024
1 parent 58d50d3 commit 29d3d93
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
# 2.0.0 (2024-09-06)
========================

**Note**: With version 2.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.

To allow that, a Media Proxy needs to be configured and accessible from the internet. Please refer to the `mediaProxy` section in the config for details on how to configure it.
This replaces the `mediaserverUrl` config option.

Features
--------

- Use MediaProxy to serve authenticated Matrix media. ([\#365](https://github.com/matrix-org/matrix-bifrost/issues/365))

Bugfixes
--------

- Fix a few cases where Bifrost may crash if an event fails to be handled. ([\#360](https://github.com/matrix-org/matrix-bifrost/issues/360))

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

- Update matrix-appservice-bridge to fix the issues discovered in -rc1

# 2.0.0-rc1 (2024-09-02)
========================

**Note**: With version 3.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.
**Note**: With version 2.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.

To allow that, a Media Proxy needs to be configured and accessible from the internet. Please refer to the `mediaProxy` section in the config for details on how to configure it.
This replaces the `mediaserverUrl` config option.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-bifrost",
"version": "2.0.0-rc1",
"version": "2.0.0",
"description": "Multi protocol bridging for Matrix.",
"engines": {
"node": ">=20"
Expand Down Expand Up @@ -39,7 +39,7 @@
"leven": "^3.0.0",
"marked": "^11.1.1",
"nedb": "^1.8.0",
"matrix-appservice-bridge": "^10.2.0",
"matrix-appservice-bridge": "^10.2.1",
"pg": "8.11.3",
"prom-client": "^15.1.0",
"quick-lru": "^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3300,10 +3300,10 @@ marked@^11.1.1:
resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.1.tgz#e1b2407241f744fb1935fac224680874d9aff7a3"
integrity sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==

matrix-appservice-bridge@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.0.tgz#79b6f53593ab21cf6211a3ba1051a0439b2f2824"
integrity sha512-GYpIBPgQnc0/p93KoqzrOYwh6JJEWZc+t9N0GxMO7EXb0IEkfKMji6lOOEqk9QdNs2+fpMBKIS2mjT3X5iuTUg==
matrix-appservice-bridge@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.1.tgz#d4dcc4b4c71926eda17318c29d557a8a20a35bd7"
integrity sha512-PDoVrIIE86FBtXS4Cz/8AmO+niOYUUp3ciUbexAxuu5v+G9+F4urR6Q0awPbF/sIn7cVONZNYcHAywt4ec0/Ow==
dependencies:
"@alloc/quick-lru" "^5.2.0"
"@types/nedb" "^1.8.16"
Expand Down

0 comments on commit 29d3d93

Please sign in to comment.