1.109.0rc2

This commit is contained in:
Quentin Gliech 2024-06-11 15:22:21 +02:00
parent 8c4937b216
commit a8069e9739
No known key found for this signature in database
GPG key ID: 22D62B84552719FC
5 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,13 @@
# Synapse 1.109.0rc2 (2024-06-11)
### Bugfixes
- Fix bug where OTKs were not always included in `/sync` response when using workers. Introduced in v1.109.0rc1. ([\#17275](https://github.com/element-hq/synapse/issues/17275))
- Fix bug where `/sync` could get stuck due to edge case in device lists handling. Introduced in v1.109.0rc1. ([\#17292](https://github.com/element-hq/synapse/issues/17292))
# Synapse 1.109.0rc1 (2024-06-04)
### Features

View file

@ -1 +0,0 @@
Fix bug where OTKs were not always included in `/sync` response when using workers. Introduced v1.109.0rc1.

View file

@ -1 +0,0 @@
Fix bug where `/sync` could get stuck due to edge case in device lists handling. Introduced in v1.109.0rc1.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.109.0~rc2) stable; urgency=medium
* New synapse release 1.109.0rc2.
-- Synapse Packaging team <packages@matrix.org> Tue, 11 Jun 2024 13:20:17 +0000
matrix-synapse-py3 (1.109.0~rc1) stable; urgency=medium
* New Synapse release 1.109.0rc1.

View file

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