Skip to content

v2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tadzik tadzik released this 02 Sep 13:51
· 0 commits to develop since this release

2.0.0-rc1 (2024-09-02)

========================

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)

Bugfixes

  • Fix a few cases where Bifrost may crash if an event fails to be handled. (#360)