This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- Synapse 1.69.0rc1 (2022-10-04 )
1
+ Synapse 1.69.0rc2 (2022-10-06 )
2
2
==============================
3
3
4
-
5
4
Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0.
6
5
Server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
7
6
See the [ upgrade notes] ( https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690 ) for more details.
8
7
9
8
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
+
10
18
Features
11
19
--------
12
20
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+
1
7
matrix-synapse-py3 (1.69.0~rc1) stable; urgency=medium
2
8
3
9
* The man page for the hash_password script has been updated to reflect
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
57
57
58
58
[tool .poetry ]
59
59
name = " matrix-synapse"
60
- version = " 1.69.0rc1 "
60
+ version = " 1.69.0rc2 "
61
61
description = " Homeserver for the Matrix decentralised comms protocol"
62
62
authors = [
" Matrix.org Team and Contributors <[email protected] >" ]
63
63
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments