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)