Skip to content

Commit ccce858

Browse files
committed
1.110.0rc3
1 parent 1609855 commit ccce858

File tree

7 files changed

+21
-5
lines changed

7 files changed

+21
-5
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Synapse 1.110.0rc3 (2024-07-02)
2+
3+
### Bugfixes
4+
5+
- Fix bug where `/sync` requests could get blocked indefinitely after an upgrade from Synapse versions before v1.109.0. ([\#17386](https://github.com/element-hq/synapse/issues/17386), [\#17391](https://github.com/element-hq/synapse/issues/17391))
6+
7+
### Internal Changes
8+
9+
- Limit size of presence EDUs to 50 entries. ([\#17371](https://github.com/element-hq/synapse/issues/17371))
10+
- Fix building debian package for debian sid. ([\#17389](https://github.com/element-hq/synapse/issues/17389))
11+
12+
13+
14+
115
# Synapse 1.110.0rc2 (2024-06-26)
216

317
### Internal Changes

changelog.d/17371.misc

-1
This file was deleted.

changelog.d/17386.bugfix

-1
This file was deleted.

changelog.d/17389.misc

-1
This file was deleted.

changelog.d/17391.bugfix

-1
This file was deleted.

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.110.0~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.110.0rc3.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 02 Jul 2024 08:28:56 -0600
6+
17
matrix-synapse-py3 (1.110.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.110.0rc2.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.110.0rc2"
99+
version = "1.110.0rc3"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)