summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
committerQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
commitedfb7aad3ab9aebcd08f6b36707b6bd929247028 (patch)
tree7edc8739a0b63e086e9f99c4d36affa80a39312b
parentSet our own stream position from the current sequence value on startup (#17309) (diff)
downloadsynapse-edfb7aad3ab9aebcd08f6b36707b6bd929247028.tar.xz
1.109.0rc3 v1.109.0rc3
-rw-r--r--CHANGES.md13
-rw-r--r--changelog.d/17305.misc1
-rw-r--r--changelog.d/17306.misc1
-rw-r--r--changelog.d/17309.misc1
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
6 files changed, 20 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 61c6170c62..94ee661151 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -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 diff --git a/changelog.d/17305.misc b/changelog.d/17305.misc deleted file mode 100644
index cb6b9504b3..0000000000 --- a/changelog.d/17305.misc +++ /dev/null
@@ -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. diff --git a/changelog.d/17306.misc b/changelog.d/17306.misc deleted file mode 100644
index 88ada5f671..0000000000 --- a/changelog.d/17306.misc +++ /dev/null
@@ -1 +0,0 @@ -Use the release branch for sytest in release-branch PRs. diff --git a/changelog.d/17309.misc b/changelog.d/17309.misc deleted file mode 100644
index cb6b9504b3..0000000000 --- a/changelog.d/17309.misc +++ /dev/null
@@ -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. diff --git a/debian/changelog b/debian/changelog
index ac2536749d..e5b7809bcf 100644 --- a/debian/changelog +++ b/debian/changelog
@@ -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. diff --git a/pyproject.toml b/pyproject.toml
index f4f7f70603..7567b1de40 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -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"