Skip to content

Commit ea45257

Browse files
committed
1.75.0rc2
1 parent 84ce93c commit ea45257

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Synapse 1.75.0rc2 (2023-01-12)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. ([\#14810](https://github.com/matrix-org/synapse/issues/14810))
8+
- Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers. ([\#14817](https://github.com/matrix-org/synapse/issues/14817))
9+
10+
111
Synapse 1.75.0rc1 (2023-01-10)
212
==============================
313

changelog.d/14810.bugfix

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

changelog.d/14817.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.75.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.75.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Thu, 12 Jan 2023 10:30:15 -0800
6+
17
matrix-synapse-py3 (1.75.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.75.0rc1.

pyproject.toml

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

9898
[tool.poetry]
9999
name = "matrix-synapse"
100-
version = "1.75.0rc1"
100+
version = "1.75.0rc2"
101101
description = "Homeserver for the Matrix decentralised comms protocol"
102102
authors = ["Matrix.org Team and Contributors <[email protected]>"]
103103
license = "Apache-2.0"

0 commit comments

Comments
 (0)