Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b00294b

Browse files
author
Sean Quah
committed
1.71.0rc2
1 parent 78909f5 commit b00294b

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-5
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Synapse 1.71.0rc2 (2022-11-04)
2+
==============================
3+
4+
Improved Documentation
5+
----------------------
6+
7+
- Replace references to legacy metrics `synapse_admin_mau` with new metric names. ([\#14358](https://github.com/matrix-org/synapse/issues/14358))
8+
- Include monthly active user metrics in the list of legacy metrics names. ([\#14360](https://github.com/matrix-org/synapse/issues/14360))
9+
10+
11+
Deprecations and Removals
12+
-------------------------
13+
14+
- 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))
15+
16+
17+
Internal Changes
18+
----------------
19+
20+
- Run unit tests against Python 3.11. ([\#13812](https://github.com/matrix-org/synapse/issues/13812))
21+
22+
123
Synapse (Next) (2022-11-01)
224
=========================
325

changelog.d/13812.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14353.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14358.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/14360.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.71.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.71.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Fri, 04 Nov 2022 12:00:33 +0000
6+
17
matrix-synapse-py3 (1.71.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.71.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
5757

5858
[tool.poetry]
5959
name = "matrix-synapse"
60-
version = "1.71.0rc1"
60+
version = "1.71.0rc2"
6161
description = "Homeserver for the Matrix decentralised comms protocol"
6262
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6363
license = "Apache-2.0"

0 commit comments

Comments
 (0)