From edf046ece7c14cd8f01a4e5ebcbeefac9e0b6717 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Apr 2023 16:08:28 +0100 Subject: [PATCH] 1.81.0rc2 --- CHANGES.md | 17 ++++++++++++++++- changelog.d/15391.bugfix | 1 - changelog.d/15403.misc | 1 - debian/changelog | 6 ++++++ pyproject.toml | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/15391.bugfix delete mode 100644 changelog.d/15403.misc diff --git a/CHANGES.md b/CHANGES.md index 2a6ee1490d..70f1e0cbd0 100644 --- a/CHANGES.md +++ b/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 @@ -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. +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 -------- diff --git a/changelog.d/15391.bugfix b/changelog.d/15391.bugfix deleted file mode 100644 index 22b3bfe668..0000000000 --- a/changelog.d/15391.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix the `set_device_id_for_pushers_txn` background update crash. diff --git a/changelog.d/15403.misc b/changelog.d/15403.misc deleted file mode 100644 index 8d17b737bf..0000000000 --- a/changelog.d/15403.misc +++ /dev/null @@ -1 +0,0 @@ -Update CI to run complement under the latest stable go version. diff --git a/debian/changelog b/debian/changelog index c3bea01c05..850afe12a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.81.0~rc2) stable; urgency=medium + + * New Synapse release 1.81.0rc2. + + -- Synapse Packaging team Thu, 06 Apr 2023 16:07:54 +0100 + matrix-synapse-py3 (1.81.0~rc1) stable; urgency=medium * New Synapse release 1.81.0rc1. diff --git a/pyproject.toml b/pyproject.toml index 3b38d8370c..1386dd859f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.81.0rc1" +version = "1.81.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "Apache-2.0"