diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-03-24 19:13:20 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-03-24 19:13:20 +0000 |
commit | 1642abd77e43c4e7a69ebd5e1076593495488df1 (patch) | |
tree | f4ff26e05e55c4f908eaa13a6975d9110c5feb69 /CHANGES.md | |
parent | Pin Jinja to <3.1.0 (#12297) (diff) | |
download | synapse-1642abd77e43c4e7a69ebd5e1076593495488df1.tar.xz |
1.55.2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 05ca83df5d..03807a0777 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +Synapse 1.55.2 (2022-03-24) +=========================== + +This patch version reverts the earlier fixes from Synapse 1.55.1, which could cause problems in certain deployments, and instead adds a cap to the version of Jinja to be installed. Again, this is to fix an incompatibility with version 3.1.0 of the [Jinja](https://pypi.org/project/Jinja2/) library, and again, deployments of Synapse using the `matrixdotorg/synapse` Docker image or Debian packages from packages.matrix.org are not affected. + +Internal Changes +---------------- + +- Pin Jinja to <3.1.0, as Synapse fails to start with Jinja 3.1.0. ([\#12297](https://github.com/matrix-org/synapse/issues/12297)) +- Revert changes from 1.55.1 as they caused problems with older versions of Jinja. + + Synapse 1.55.1 (2022-03-24) =========================== |