Skip to content

Commit f53f104

Browse files
committed
1.155.0rc1
1 parent edadf57 commit f53f104

20 files changed

Lines changed: 30 additions & 18 deletions

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Synapse 1.155.0rc1 (2026-06-09)
2+
3+
## Bugfixes
4+
5+
- Limit the to-device EDU size to a reasonable value to mitigate long queues of to-device messages preventing outgoing federation because of the size of the transaction. ([\#19617](https://github.com/element-hq/synapse/issues/19617))
6+
- Work around bug that sometimes breaks joining restricted rooms that require a remote join. Contributed by @tulir @ Beeper. ([\#19730](https://github.com/element-hq/synapse/issues/19730))
7+
- Update Sliding Sync to return a new response immediately if a room subscription has changed and produced a new response. ([\#19734](https://github.com/element-hq/synapse/issues/19734), [\#19792](https://github.com/element-hq/synapse/issues/19792))
8+
- Fix the `/capabilities` endpoint returning a 500 error on non-media workers when [MSC4452: Preview URL capabilities API](https://github.com/matrix-org/matrix-spec-proposals/pull/4452) is enabled. ([\#19839](https://github.com/element-hq/synapse/issues/19839))
9+
10+
## Improved Documentation
11+
12+
- Document how to see Rust build failure output when using `poetry install`. ([\#19818](https://github.com/element-hq/synapse/issues/19818))
13+
- Document that the SQLite version included in Ubuntu LTS, aside from ESM-only versions, is included in our support policy. ([\#19823](https://github.com/element-hq/synapse/issues/19823))
14+
15+
## Internal Changes
16+
17+
- Port the Python Event classes to Rust. ([\#19701](https://github.com/element-hq/synapse/issues/19701), [\#19816](https://github.com/element-hq/synapse/issues/19816), [\#19817](https://github.com/element-hq/synapse/issues/19817), [\#19819](https://github.com/element-hq/synapse/issues/19819))
18+
- Added tests to ensure that email notification links are sanitized. Contributed by Noah Markert. ([\#19741](https://github.com/element-hq/synapse/issues/19741))
19+
- Add `GcpJsonFormatter` logging formatter for use with Google Cloud Logging and GKE deployments. ([\#19775](https://github.com/element-hq/synapse/issues/19775))
20+
- Add more logging to the to-device message replication stream. ([\#19801](https://github.com/element-hq/synapse/issues/19801), [\#19821](https://github.com/element-hq/synapse/issues/19821))
21+
- Port `Requester` class to Rust. ([\#19828](https://github.com/element-hq/synapse/issues/19828))
22+
123
# Synapse 1.154.0 (2026-06-04)
224

325
No significant changes since 1.154.0rc1.

changelog.d/19617.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19701.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19730.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19734.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19741.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19775.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19792.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19801.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/19816.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)