Skip to content

v1.133.0

Compare
Choose a tag to compare
@sandhose sandhose released this 01 Jul 15:13
· 249 commits to develop since this release
v1.133.0
e3ed93a

Synapse 1.133.0 (2025-07-01)

Pre-built wheels are now built using the manylinux_2_28 base, which is expected to be compatible with distros using glibc 2.28 or later, including:

  • Debian 10+
  • Ubuntu 18.10+
  • Fedora 29+
  • CentOS/RHEL 8+

Previously, wheels were built using the manylinux2014 base, which was expected to be compatible with distros using glibc 2.17 or later.

Bugfixes

  • Bump cibuildwheel to 3.0.0 to fix the manylinux wheel builds. (#18615)

Synapse 1.133.0rc1 (2025-06-24)

Features

Bugfixes

  • Fix an issue where, during state resolution for v11 rooms, Synapse would incorrectly calculate the power level of the creator when there was no power levels event in the room. (#18534, #18547)
  • Fix long-standing bug where sliding sync did not honour the room_id_to_include config option. (#18535)
  • Fix an issue where "Lock timeout is getting excessive" warnings would be logged even when the lock timeout was <10 minutes. (#18543)
  • Fix an issue where Synapse could calculate the wrong power level for the creator of the room if there was no power levels event. (#18545)

Improved Documentation

  • Generate config documentation from JSON Schema file. (#18528)
  • Fix typo in user type documentation. (#18568)

Internal Changes

  • Increase performance of introspecting access tokens when using delegated auth. (#18357, #18561)
  • Log user deactivations. (#18541)
  • Enable flake8-logging and flake8-logging-format rules in Ruff and fix related issues throughout the codebase. (#18542)
  • Clean up old, unused rows from the device_federation_inbox table. (#18546)
  • Run config schema CI on develop and release branches. (#18551)
  • Add support for Twisted 25.5.0+ releases. (#18577)
  • Update PyO3 to version 0.25. (#18578)

Updates to locked dependencies

  • Bump actions/setup-python from 5.5.0 to 5.6.0. (#18555)
  • Bump base64 from 0.21.7 to 0.22.1. (#18559)
  • Bump dawidd6/action-download-artifact from 9 to 11. (#18556)
  • Bump headers from 0.4.0 to 0.4.1. (#18529)
  • Bump requests from 2.32.2 to 2.32.4. (#18533)
  • Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611. (#18558)