Skip to content

Commit 4c66a7c

Browse files
committed
1.115.0rc2
1 parent 76f7c91 commit 4c66a7c

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Synapse 1.115.0rc2 (2024-09-12)
2+
3+
### Internal Changes
4+
5+
- Pre-populate room data used in experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint for quick filtering/sorting. ([\#17652](https://github.com/element-hq/synapse/issues/17652))
6+
- Speed up sliding sync by reducing amount of data pulled out of the database for large rooms. ([\#17683](https://github.com/element-hq/synapse/issues/17683))
7+
8+
9+
10+
111
# Synapse 1.115.0rc1 (2024-09-10)
212

313
### Features

changelog.d/17652.misc

-1
This file was deleted.

changelog.d/17683.misc

-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.115.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.115.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 12 Sep 2024 11:10:15 +0100
6+
17
matrix-synapse-py3 (1.115.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.115.0rc1.

pyproject.toml

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

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.115.0rc1"
100+
version = "1.115.0rc2"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)