summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-11-04 12:01:17 +0000
committerSean Quah <seanq@matrix.org>2022-11-04 12:01:17 +0000
commitb00294b8b1f289de10f57e4704d3f6f32943bd57 (patch)
tree0ce2f7a82a5a573f3a3f89143b5503b3e054d81d /CHANGES.md
parent Include monthly active user metrics in the list of legacy metrics names (#14... (diff)
downloadsynapse-b00294b8b1f289de10f57e4704d3f6f32943bd57.tar.xz
1.71.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6bafdd3fad..8f883cfc43 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,25 @@
+Synapse 1.71.0rc2 (2022-11-04)
+==============================
+
+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))
+
+
+Deprecations and Removals
+-------------------------
+
+- Disable legacy Prometheus metric names by default. They can still be re-enabled for now, but they will be removed altogether in Synapse 1.73.0. ([\#14353](https://github.com/matrix-org/synapse/issues/14353))
+
+
+Internal Changes
+----------------
+
+- Run unit tests against Python 3.11. ([\#13812](https://github.com/matrix-org/synapse/issues/13812))
+
+
 Synapse (Next) (2022-11-01)
 =========================