Skip to content

Commit 6a41e50

Browse files
author
David Robertson
committed
1.73.0rc2
1 parent 89ee169 commit 6a41e50

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
Synapse 1.73.0rc1 (2022-11-29)
1+
Synapse 1.73.0rc2 (2022-12-01)
22
==============================
33

44
Please note that legacy Prometheus metric names have been removed in this release; see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed) for more details.
55

6+
Bugfixes
7+
--------
8+
9+
- Fix a regression in Synapse 1.73.0rc1 where Synapse's main process would stop responding to HTTP requests when a user with a large number of devices logs in. ([\#14582](https://github.com/matrix-org/synapse/issues/14582))
10+
11+
12+
Synapse 1.73.0rc1 (2022-11-29)
13+
==============================
14+
615
Features
716
--------
817

changelog.d/14582.bugfix

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.73.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.73.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 01 Dec 2022 10:02:19 +0000
6+
17
matrix-synapse-py3 (1.73.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.73.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.73.0rc1"
60+
version = "1.73.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)