You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff 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
+
1
24
# 2.0.0-rc1 (2024-09-02)
2
25
========================
3
26
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.
5
28
6
29
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.
0 commit comments