Skip to content

Commit ca6ecb8

Browse files
committed
Merge branch 'release-v1.32.1' of github.com:matrix-org/synapse into release-v1.32.2
2 parents d9bd62f + 0c23aa3 commit ca6ecb8

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGES.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Synapse 1.32.1 (2021-04-21)
22
===========================
33

44
This release fixes [a regression](https://github.com/matrix-org/synapse/issues/9853)
5-
in Synapse 1.32.0 that caused connected Prometheus instances to become unstable. If you
6-
ran Synapse 1.32.0 with Prometheus metrics, first upgrade to Synapse 1.32.1 and follow
7-
[these instructions](https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183)
8-
to clean up any excess writeahead logs.
5+
in Synapse 1.32.0 that caused connected Prometheus instances to become unstable.
6+
7+
However, as this release is still subject to the `LoggingContext` change in 1.32.0,
8+
it is recommended to remain on or downgrade to 1.31.0.
99

1010
Bugfixes
1111
--------
@@ -18,7 +18,14 @@ Synapse 1.32.0 (2021-04-20)
1818

1919
**Note:** This release introduces [a regression](https://github.com/matrix-org/synapse/issues/9853)
2020
that can overwhelm connected Prometheus instances. This issue was not present in
21-
1.32.0rc1, and is fixed in 1.32.1. See the changelog for 1.32.1 above for more information.
21+
1.32.0rc1. If affected, it is recommended to downgrade to 1.31.0 in the meantime, and
22+
follow [these instructions](https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183)
23+
to clean up any excess writeahead logs.
24+
25+
**Note:** This release also mistakenly included a change that may affected Synapse
26+
modules that import `synapse.logging.context.LoggingContext`, such as
27+
[synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider).
28+
This will be fixed in a later Synapse version.
2229

2330
**Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+.
2431

UPGRADE.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Regression causing connected Prometheus instances to become overwhelmed
9393

9494
This release introduces `a regression <https://github.com/matrix-org/synapse/issues/9853>`_
9595
that can overwhelm connected Prometheus instances. This issue is not present in
96-
Synapse v1.32.0rc1, and is fixed in Synapse v1.32.1.
96+
Synapse v1.32.0rc1.
9797

98-
If you have been affected, please first upgrade to a more recent Synapse version.
99-
You then may need to remove excess writeahead logs in order for Prometheus to recover.
100-
Instructions for doing so are provided
98+
If you have been affected, please downgrade to 1.31.0. You then may need to
99+
remove excess writeahead logs in order for Prometheus to recover. Instructions
100+
for doing so are provided
101101
`here <https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183>`_.
102102

103103
Dropping support for old Python, Postgres and SQLite versions

0 commit comments

Comments
 (0)