Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

v1.81.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@DMRobertson DMRobertson released this 06 Apr 15:14
· 999 commits to develop since this release

Synapse 1.81.0rc2 (2023-04-06)

Synapse now attempts the versioned appservice paths before falling back to the legacy paths. Usage of the legacy routes should be considered deprecated.

Additionally, Synapse has supported sending the application service access token via the Authorization header since v1.70.0. For backwards compatibility it is also sent as the access_token query parameter. This is insecure and should be considered deprecated.

A future version of Synapse (v1.88.0 or later) will remove support for legacy application service routes and query parameter authorization.

Bugfixes

  • Fix the set_device_id_for_pushers_txn background update crash. (#15391)

Internal Changes

  • Update CI to run complement under the latest stable go version. (#15403)