Skip to content

Commit 5984ada

Browse files
committed
1.60.0
1 parent 8fd8773 commit 5984ada

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGES.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Synapse 1.60.0rc2 (2022-05-27)
2-
==============================
1+
Synapse 1.60.0 (2022-05-31)
2+
===========================
33

44
This release of Synapse adds a unique index to the `state_group_edges` table, in
55
order to prevent accidentally introducing duplicate information (for example,
@@ -14,6 +14,15 @@ should update their modules to use the new signature where possible.
1414
See [the upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#upgrading-to-v1600)
1515
for more details.
1616

17+
Bugfixes
18+
--------
19+
20+
- Fix a bug introduced in Synapse 1.60.0rc1 that would break some imports from `synapse.module_api`. ([\#12918](https://github.com/matrix-org/synapse/issues/12918))
21+
22+
23+
Synapse 1.60.0rc2 (2022-05-27)
24+
==============================
25+
1726
Features
1827
--------
1928

changelog.d/12918.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.60.0) stable; urgency=medium
2+
3+
* New Synapse release 1.60.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 31 May 2022 13:41:22 +0100
6+
17
matrix-synapse-py3 (1.60.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.60.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.60.0rc2"
57+
version = "1.60.0"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)