summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-11-04 12:13:04 +0000
committerSean Quah <seanq@matrix.org>2022-11-04 12:13:10 +0000
commitaf592d7d4c63c6bc0c3535c62318845f449945f6 (patch)
tree2d8d7c15d667dc91a76020c5fb3614a89f0afd66 /CHANGES.md
parent1.71.0rc2 (diff)
downloadsynapse-af592d7d4c63c6bc0c3535c62318845f449945f6.tar.xz
Update CHANGES.md v1.71.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md18
1 files changed, 7 insertions, 11 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8f883cfc43..b6417ceb29 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,11 +1,16 @@
 Synapse 1.71.0rc2 (2022-11-04)
 ==============================
 
+Please note that, as announced in the release notes for Synapse 1.69.0, legacy Prometheus metric names are now disabled by default.
+They will be removed altogether in Synapse 1.73.0.
+If not already done, server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
+See the [upgrade notes](https://matrix-org.github.io/synapse/v1.71/upgrade.html#upgrading-to-v1710) for more details.
+
+
 Improved Documentation
 ----------------------
 
-- Replace references to legacy metrics `synapse_admin_mau` with new metric names. ([\#14358](https://github.com/matrix-org/synapse/issues/14358))
-- Include monthly active user metrics in the list of legacy metrics names. ([\#14360](https://github.com/matrix-org/synapse/issues/14360))
+- Document the changes to monthly active user metrics due to deprecation of legacy Prometheus metric names. ([\#14358](https://github.com/matrix-org/synapse/issues/14358), [\#14360](https://github.com/matrix-org/synapse/issues/14360))
 
 
 Deprecations and Removals
@@ -20,15 +25,6 @@ Internal Changes
 - Run unit tests against Python 3.11. ([\#13812](https://github.com/matrix-org/synapse/issues/13812))
 
 
-Synapse (Next) (2022-11-01)
-=========================
-
-Please note that, as announced in the release notes for Synapse 1.69.0, legacy Prometheus metric names are now disabled by default.
-They will be removed altogether in Synapse 1.73.0.
-If not already done, server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
-See the [upgrade notes](https://matrix-org.github.io/synapse/v1.71/upgrade.html#upgrading-to-v1710) for more details.
-
-
 Synapse 1.71.0rc1 (2022-11-01)
 ==============================