Skip to content

Commit

Permalink
Merge branch 'release-v1.110' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Jul 2, 2024
2 parents 99c1079 + ccce858 commit 0d2b75c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Synapse 1.110.0rc3 (2024-07-02)

### Bugfixes

- 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))

### Internal Changes

- Limit size of presence EDUs to 50 entries. ([\#17371](https://github.com/element-hq/synapse/issues/17371))
- Fix building debian package for debian sid. ([\#17389](https://github.com/element-hq/synapse/issues/17389))




# Synapse 1.110.0rc2 (2024-06-26)

### Internal Changes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/17371.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/17386.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/17389.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/17391.bugfix

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.110.0~rc3) stable; urgency=medium

* New Synapse release 1.110.0rc3.

-- Synapse Packaging team <packages@matrix.org> Tue, 02 Jul 2024 08:28:56 -0600

matrix-synapse-py3 (1.110.0~rc2) stable; urgency=medium

* New Synapse release 1.110.0rc2.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"

[tool.poetry]
name = "matrix-synapse"
version = "1.110.0rc2"
version = "1.110.0rc3"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 0d2b75c

Please sign in to comment.