Skip to content

Commit 3db9fa3

Browse files
committed
1.136.0rc2
1 parent 9301baa commit 3db9fa3

File tree

5 files changed

+33
-3
lines changed

5 files changed

+33
-3
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Synapse 1.136.0rc2 (2025-08-11)
2+
3+
This is the Synapse portion of the [Matrix coordinated security release](https://matrix.org/blog/2025/07/security-predisclosure/). This release includes support for [room version](https://spec.matrix.org/v1.15/rooms/) 12 which fixes a number of security vulnerabilities, including [CVE-2025-49090](https://www.cve.org/CVERecord?id=CVE-2025-49090).
4+
5+
The default room version is not changed. Not all clients will support room version 12 immediately, and not all users will be using the latest version of their clients. Large, public rooms are advised to wait a few weeks before upgrading to room version 12 to allow users throughout the Matrix ecosystem to update their clients.
6+
7+
Note: release 1.135.1 was skipped due to issues discovered during the release process.
8+
9+
Two patched Synapse releases are now available:
10+
11+
* `1.135.2`: stable release comprised of `1.135.0` + security patches
12+
* Upgrade to this release **if you are currently running 1.135.0 or below**.
13+
* `1.136.0rc2`: unstable release candidate comprised of `1.136.0rc1` + security patches.
14+
* Upgrade to this release **only if you are on 1.136.0rc1**.
15+
16+
### Bugfixes
17+
18+
- Update MSC4293 redaction logic for room v12. ([\#80](https://github.com/element-hq/synapse/issues/80))
19+
20+
### Internal Changes
21+
22+
- Add a parameter to `upgrade_rooms(..)` to allow auto join local users. ([\#83](https://github.com/element-hq/synapse/issues/83))
23+
24+
25+
26+
127
# Synapse 1.136.0rc1 (2025-08-05)
228

329
Please check [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11360) as this release contains changes to MAS support, metrics labels and the module API which may require your attention when upgrading.

changelog.d/80.bugfix

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

changelog.d/83.misc

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.136.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.136.0rc2.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Mon, 11 Aug 2025 12:18:52 -0600
6+
17
matrix-synapse-py3 (1.136.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.136.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
101101

102102
[tool.poetry]
103103
name = "matrix-synapse"
104-
version = "1.136.0rc1"
104+
version = "1.136.0rc2"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
107107
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)