Skip to content

Releases: matrix-org/matrix-appservice-bridge

10.3.1 2024-09-19

19 Sep 13:37
Compare
Choose a tag to compare

Bugfixes

  • Fix media uploads using the wrong endpoints.

10.3.0 2024-09-19

19 Sep 13:04
Compare
Choose a tag to compare

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)

18 Sep 10:46
Compare
Choose a tag to compare

Bugfixes

  • Support secure connections to the homeserver in MediaProxy. (#508)

10.2.1

05 Sep 14:13
Compare
Choose a tag to compare

10.2.1 (2024-09-05)

Bugfixes

  • Make sure we handle failures in mediaproxied requests gracefully. (#505)
  • Use the new authenticated endpoints in MediaProxy. (#506)

10.1.0 2024-01-08

08 Jan 11:26
Compare
Choose a tag to compare

Features

  • Support MSC4040 a.ka. _matrix-fed. SRV records in the host resolver. (#492)

Bugfixes

  • Start checking types on dependencies to avoid publishing broken type releases. (#490)
  • Fix NeDB errors if you haven't installed the nedb packages. (#491)

Internal Changes

  • Update typedoc to 0.25.6 (#489)

10.0.0 (2024-01-05)

05 Jan 13:59
Compare
Choose a tag to compare

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

31 Jul 08:18
Compare
Choose a tag to compare

🔒 Security

Bugfixes

8.1.2 (2023-07-31)

31 Jul 08:16
Compare
Choose a tag to compare

🔒 Security

Bugfixes

  • Refuse to accept foreign users in OpenID responses

9.0.0 2023-04-27

26 Apr 16:28
9.0.0
Compare
Choose a tag to compare

Bugfixes

  • Ensure all routes added to ProvisioningApi are caught by onError. (#465)

Deprecations and Removals

  • Add support for Node 20, and drop support for Node 16. (#466)

8.1.1 2023-03-07

07 Mar 16:42
8.1.1
Compare
Choose a tag to compare

Bugfixes

  • Fix provisioner requests failing to signal an error when your Authorization header lacks a Bearer. (#461)

Internal Changes

  • Fix provisioning token parsing. (#462)