diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-12-21 18:12:18 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-12-21 18:12:18 +0000 |
commit | 9ec46d6231c267a1aa25c96b5d86822c7da8fca9 (patch) | |
tree | b38909230fe2351b3d6ea3316eda54be2d2bc6c1 /CHANGES.md | |
parent | Merge tag 'v1.49.0' (diff) | |
parent | update changelog (diff) | |
download | synapse-9ec46d6231c267a1aa25c96b5d86822c7da8fca9.tar.xz |
Merge branch 'release-v1.49'
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 58217e655e..9f6e29631d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +Synapse 1.49.2 (2021-12-21) +=========================== + +This release fixes a regression introduced in Synapse 1.49.0 which could cause `/sync` requests to take significantly longer. This would particularly affect "initial" syncs for users participating in a large number of rooms, and in extreme cases, could make it impossible for such users to log in on a new client. + +**Note:** in line with our [deprecation policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html) for platform dependencies, this will be the last release to support Python 3.6 and PostgreSQL 9.6, both of which have now reached upstream end-of-life. Synapse will require Python 3.7+ and PostgreSQL 10+. + +**Note:** We will also stop producing packages for Ubuntu 18.04 (Bionic Beaver) after this release, as it uses Python 3.6. + +Bugfixes +-------- + +- Fix a performance regression in `/sync` handling, introduced in 1.49.0. ([\#11583](https://github.com/matrix-org/synapse/issues/11583)) + +Internal Changes +---------------- + +- Work around a build problem on Debian Buster. ([\#11625](https://github.com/matrix-org/synapse/issues/11625)) + + +Synapse 1.49.1 (2021-12-21) +=========================== + +Not released due to problems building the debian packages. + + Synapse 1.49.0 (2021-12-14) =========================== |