Releases: matrix-org/matrix-appservice-bridge
Releases · matrix-org/matrix-appservice-bridge
10.3.1 2024-09-19
Bugfixes
- Fix media uploads using the wrong endpoints.
10.3.0 2024-09-19
Internal Changes
- Add support for authenticated media. The
contentRepo.getHttpUriForMxc
function is now async to support feature detection. (#509)
10.2.2 (2024-09-18)
Bugfixes
- Support secure connections to the homeserver in MediaProxy. (#508)
10.2.1
10.1.0 2024-01-08
10.0.0 (2024-01-05)
Deprecations and Removals
- Don't use a package alias for @vector-im/matrix-bot-sdk. (#480)
- Drop support for Node 18, add support for Node 20, 21. (#487)
- NeDB-based stores are now deprecated. You may still use them by adding "nedb" as a dependency to your project, but no new features or bugfixes are planned. (#488)
Internal Changes
- Refactor membership cache. (#477)
9.0.1 2023-07-31
🔒 Security
- Fixes for GHSA-vc7j-h8xg-fv5x.
Bugfixes
- Refuse to accept foreign users in OpenID responses (GHSA-vc7j-h8xg-fv5x)
8.1.2 (2023-07-31)
🔒 Security
- Fixes for GHSA-vc7j-h8xg-fv5x.
Bugfixes
- Refuse to accept foreign users in OpenID responses