1.109.0rc3

This commit is contained in:
Quentin Gliech 2024-06-17 14:07:49 +02:00
parent f983a77ab0
commit edfb7aad3a
No known key found for this signature in database
GPG key ID: 22D62B84552719FC
6 changed files with 20 additions and 4 deletions

View file

@ -1,3 +1,16 @@
# Synapse 1.109.0rc3 (2024-06-17)
### Bugfixes
- When rolling back to a previous Synapse version and then forwards again to this release, don't require server operators to manually run SQL. ([\#17305](https://github.com/element-hq/synapse/issues/17305), [\#17309](https://github.com/element-hq/synapse/issues/17309))
### Internal Changes
- Use the release branch for sytest in release-branch PRs. ([\#17306](https://github.com/element-hq/synapse/issues/17306))
# Synapse 1.109.0rc2 (2024-06-11)
### Bugfixes

View file

@ -1 +0,0 @@
When rolling back to a previous Synapse version and then forwards again to this release, don't require server operators to manually run SQL.

View file

@ -1 +0,0 @@
Use the release branch for sytest in release-branch PRs.

View file

@ -1 +0,0 @@
When rolling back to a previous Synapse version and then forwards again to this release, don't require server operators to manually run SQL.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.109.0~rc3) stable; urgency=medium
* New synapse release 1.109.0rc3.
-- Synapse Packaging team <packages@matrix.org> Mon, 17 Jun 2024 12:05:24 +0000
matrix-synapse-py3 (1.109.0~rc2) stable; urgency=medium
* New synapse release 1.109.0rc2.

View file

@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
version = "1.109.0rc2"
version = "1.109.0rc3"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"