Skip to content
Snippets Groups Projects
Commit b8c5f6fd authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Mention Prometheus metrics regression in v1.32.0

parent 05fa0683
No related branches found
No related tags found
No related merge requests found
Synapse 1.32.0 (2021-04-20) Synapse 1.32.0 (2021-04-20)
=========================== ===========================
   
**Note:** This release introduces [a regression](https://githubcom/matrix-org/synapse/issues/9853)
that can overwhelm connected Prometheus instances. This issue was not present in
Synapse v1.32.0rc1. It is recommended not to update to this release. If you have
upgraded to v1.32.0 already, please downgrade to v1.31.0. This issue will be
resolved in a subsequent release version shortly.
**Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+. **Note:** This release requires Python 3.6+ and Postgres 9.6+ or SQLite 3.22+.
   
This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` admin API. Please use the [v2 API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#query-user-account) instead, which has improved capabilities. This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` admin API. Please use the [v2 API](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#query-user-account) instead, which has improved capabilities.
......
...@@ -88,6 +88,15 @@ for example: ...@@ -88,6 +88,15 @@ for example:
Upgrading to v1.32.0 Upgrading to v1.32.0
==================== ====================
Regression causing connected Prometheus instances to become overwhelmed
-----------------------------------------------------------------------
This release introduces `a regression <https://githubcom/matrix-org/synapse/issues/9853>`_
that can overwhelm connected Prometheus instances. This issue was not present in
Synapse v1.32.0rc1. It is recommended not to update to this release. If you have
upgraded to v1.32.0 already, please downgrade to v1.31.0. This issue will be
resolved in a subsequent release version shortly.
Dropping support for old Python, Postgres and SQLite versions Dropping support for old Python, Postgres and SQLite versions
------------------------------------------------------------- -------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment