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

Commit f6f6bdc

Browse files
author
Sean Quah
committed
1.69.0rc2
1 parent e3d4755 commit f6f6bdc

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
Synapse 1.69.0rc1 (2022-10-04)
1+
Synapse 1.69.0rc2 (2022-10-06)
22
==============================
33

4-
54
Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0.
65
Server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
76
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690) for more details.
87

98

9+
Internal Changes
10+
----------------
11+
12+
- Ensure Synapse v1.69 works with upcoming database changes in v1.70. ([\#14045](https://github.com/matrix-org/synapse/issues/14045))
13+
14+
15+
Synapse 1.69.0rc1 (2022-10-04)
16+
==============================
17+
1018
Features
1119
--------
1220

changelog.d/14045.misc

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.69.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.69.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 06 Oct 2022 10:32:46 +0100
6+
17
matrix-synapse-py3 (1.69.0~rc1) stable; urgency=medium
28

39
* The man page for the hash_password script has been updated to reflect

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.69.0rc1"
60+
version = "1.69.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)