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

Commit 5853d79

Browse files
author
Sean Quah
committed
Merge branch 'master' into develop
2 parents 69814eb + f0dec49 commit 5853d79

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGES.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
Synapse 1.71.0rc2 (2022-11-04)
2-
==============================
1+
Synapse 1.71.0 (2022-11-08)
2+
===========================
33

44
Please note that, as announced in the release notes for Synapse 1.69.0, legacy Prometheus metric names are now disabled by default.
55
They will be removed altogether in Synapse 1.73.0.
66
If not already done, server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
77
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.71/upgrade.html#upgrading-to-v1710) for more details.
88

9+
**Note:** in line with our [deprecation policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html) for platform dependencies, this will be the last release to support PostgreSQL 10, which reaches upstream end-of-life on November 10th, 2022. Future releases of Synapse will require PostgreSQL 11+.
10+
11+
No significant changes since 1.71.0rc2.
12+
13+
14+
Synapse 1.71.0rc2 (2022-11-04)
15+
==============================
916

1017
Improved Documentation
1118
----------------------

Diff for: debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.71.0) stable; urgency=medium
2+
3+
* New Synapse release 1.71.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 08 Nov 2022 10:38:10 +0000
6+
17
matrix-synapse-py3 (1.71.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.71.0rc2.

Diff for: pyproject.toml

+1-1
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.0rc2"
60+
version = "1.71.0"
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)