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

Commit e409ab8

Browse files
author
Sean Quah
committed
1.60.0rc2
1 parent bb7a637 commit e409ab8

6 files changed

Lines changed: 29 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Synapse 1.60.0rc1 (2022-05-24)
1+
Synapse 1.60.0rc2 (2022-05-27)
22
==============================
33

44
This release of Synapse adds a unique index to the `state_group_edges` table, in
@@ -17,6 +17,27 @@ for more details.
1717
Features
1818
--------
1919

20+
- Add an option allowing users to use their password to reauthenticate for privileged actions even though password login is disabled. ([\#12883](https://github.com/matrix-org/synapse/issues/12883))
21+
22+
23+
Bugfixes
24+
--------
25+
26+
- Explicitly close `ijson` coroutines once we are done with them, instead of leaving the garbage collector to close them. ([\#12875](https://github.com/matrix-org/synapse/issues/12875))
27+
28+
29+
Internal Changes
30+
----------------
31+
32+
- Improve URL previews by not including the content of media tags in the generated description. ([\#12887](https://github.com/matrix-org/synapse/issues/12887))
33+
34+
35+
Synapse 1.60.0rc1 (2022-05-24)
36+
==============================
37+
38+
Features
39+
--------
40+
2041
- Measure the time taken in spam-checking callbacks and expose those measurements as metrics. ([\#12513](https://github.com/matrix-org/synapse/issues/12513))
2142
- Add a `default_power_level_content_override` config option to set default room power levels per room preset. ([\#12618](https://github.com/matrix-org/synapse/issues/12618))
2243
- Add support for [MSC3787: Allowing knocks to restricted rooms](https://github.com/matrix-org/matrix-spec-proposals/pull/3787). ([\#12623](https://github.com/matrix-org/synapse/issues/12623))

changelog.d/12875.bugfix

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

changelog.d/12883.feature

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

changelog.d/12887.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.60.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.60.0rc2.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Fri, 27 May 2022 11:04:55 +0100
6+
17
matrix-synapse-py3 (1.60.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.60.0rc1.

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.0rc1"
57+
version = "1.60.0rc2"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)