Skip to content

Commit 29d3d93

Browse files
committed
v2.0.0
1 parent 58d50d3 commit 29d3d93

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1+
# 2.0.0 (2024-09-06)
2+
========================
3+
4+
**Note**: With version 2.0.0, the bridge takes over the serving of Matrix media, which until now was the responsibility of the homeserver.
5+
6+
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.
7+
This replaces the `mediaserverUrl` config option.
8+
9+
Features
10+
--------
11+
12+
- Use MediaProxy to serve authenticated Matrix media. ([\#365](https://github.com/matrix-org/matrix-bifrost/issues/365))
13+
14+
Bugfixes
15+
--------
16+
17+
- 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))
18+
19+
Internal Changes
20+
----------------
21+
22+
- Update matrix-appservice-bridge to fix the issues discovered in -rc1
23+
124
# 2.0.0-rc1 (2024-09-02)
225
========================
326

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

629
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.
730
This replaces the `mediaserverUrl` config option.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-bifrost",
3-
"version": "2.0.0-rc1",
3+
"version": "2.0.0",
44
"description": "Multi protocol bridging for Matrix.",
55
"engines": {
66
"node": ">=20"
@@ -39,7 +39,7 @@
3939
"leven": "^3.0.0",
4040
"marked": "^11.1.1",
4141
"nedb": "^1.8.0",
42-
"matrix-appservice-bridge": "^10.2.0",
42+
"matrix-appservice-bridge": "^10.2.1",
4343
"pg": "8.11.3",
4444
"prom-client": "^15.1.0",
4545
"quick-lru": "^5.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3300,10 +3300,10 @@ marked@^11.1.1:
33003300
resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.1.tgz#e1b2407241f744fb1935fac224680874d9aff7a3"
33013301
integrity sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==
33023302

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

0 commit comments

Comments
 (0)