parent
ec6430bad8
commit
edf046ece7
17
CHANGES.md
17
CHANGES.md
|
@ -1,4 +1,4 @@
|
||||||
Synapse 1.81.0rc1 (2023-04-04)
|
Synapse 1.81.0rc2 (2023-04-06)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Synapse now attempts the versioned appservice paths before falling back to the
|
Synapse now attempts the versioned appservice paths before falling back to the
|
||||||
|
@ -14,6 +14,21 @@ A future version of Synapse (v1.88.0 or later) will remove support for legacy
|
||||||
application service routes and query parameter authorization.
|
application service routes and query parameter authorization.
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix the `set_device_id_for_pushers_txn` background update crash. ([\#15391](https://github.com/matrix-org/synapse/issues/15391))
|
||||||
|
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Update CI to run complement under the latest stable go version. ([\#15403](https://github.com/matrix-org/synapse/issues/15403))
|
||||||
|
|
||||||
|
|
||||||
|
Synapse 1.81.0rc1 (2023-04-04)
|
||||||
|
==============================
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Fix the `set_device_id_for_pushers_txn` background update crash.
|
|
|
@ -1 +0,0 @@
|
||||||
Update CI to run complement under the latest stable go version.
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
matrix-synapse-py3 (1.81.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.81.0rc2.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Thu, 06 Apr 2023 16:07:54 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.81.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.81.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.81.0rc1.
|
* New Synapse release 1.81.0rc1.
|
||||||
|
|
|
@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.81.0rc1"
|
version = "1.81.0rc2"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Reference in New Issue