Skip to content

Commit 58d50d3

Browse files
committed
v2.0.0-rc1
1 parent 830084c commit 58d50d3

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 2.0.0-rc1 (2024-09-02)
2+
========================
3+
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.
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+
- Use MediaProxy to serve authenticated Matrix media. ([\#365](https://github.com/matrix-org/matrix-bifrost/issues/365))
12+
13+
### Bugfixes
14+
15+
- 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))
16+
17+
118
1.0.3 (2024-02-23)
219
==================
320

changelog.d/360.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/365.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-bifrost",
3-
"version": "1.0.3",
3+
"version": "2.0.0-rc1",
44
"description": "Multi protocol bridging for Matrix.",
55
"engines": {
66
"node": ">=20"

0 commit comments

Comments
 (0)