Skip to content

v1.136.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@devonh devonh released this 11 Aug 18:53
· 174 commits to develop since this release
v1.136.0rc2
3db9fa3

Synapse 1.136.0rc2 (2025-08-11)

This is the Synapse portion of the Matrix coordinated security release. This release includes support for room version 12 which fixes a number of security vulnerabilities, including CVE-2025-49090.

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.

Note: release 1.135.1 was skipped due to issues discovered during the release process.

Two patched Synapse releases are now available:

  • 1.135.2: stable release comprised of 1.135.0 + security patches
    • Upgrade to this release if you are currently running 1.135.0 or below.
  • 1.136.0rc2: unstable release candidate comprised of 1.136.0rc1 + security patches.
    • Upgrade to this release only if you are on 1.136.0rc1.

Bugfixes

  • Update MSC4293 redaction logic for room v12. (#80)

Internal Changes

  • Add a parameter to upgrade_rooms(..) to allow auto join local users. (#83)