diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-04-21 18:16:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 18:16:58 +0100 |
commit | 0c23aa393cf5f26a9a49267d113767ffcf82d58f (patch) | |
tree | 145342e6506be8bd8b3ea67a0118dfb9c7a88513 /UPGRADE.rst | |
parent | Clarify 1.32.0/1 changelog and upgrade notes (diff) | |
download | synapse-0c23aa393cf5f26a9a49267d113767ffcf82d58f.tar.xz |
Note LoggingContext signature change incompatibility in 1.32.0 (#9859) github/release-v1.32.1 release-v1.32.1
1.32.0 also introduced an incompatibility with Synapse modules that make use of `synapse.logging.context.LoggingContext`, such as [synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider). This PR adds a note to the 1.32.0 changelog and upgrade notes about it.
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 76d2ee394f..6af35bc38f 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -93,11 +93,11 @@ Regression causing connected Prometheus instances to become overwhelmed This release introduces `a regression <https://github.com/matrix-org/synapse/issues/9853>`_ that can overwhelm connected Prometheus instances. This issue is not present in -Synapse v1.32.0rc1, and is fixed in Synapse v1.32.1. +Synapse v1.32.0rc1. -If you have been affected, please first upgrade to a more recent Synapse version. -You then may need to remove excess writeahead logs in order for Prometheus to recover. -Instructions for doing so are provided +If you have been affected, please downgrade to 1.31.0. You then may need to +remove excess writeahead logs in order for Prometheus to recover. Instructions +for doing so are provided `here <https://github.com/matrix-org/synapse/pull/9854#issuecomment-823472183>`_. Dropping support for old Python, Postgres and SQLite versions |