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

Commit 6a1bad5

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 7273011 + 07f82ac commit 6a1bad5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
Synapse 1.53.0 (2022-02-22)
2+
===========================
3+
4+
No significant changes since 1.53.0rc1.
5+
6+
17
Synapse 1.53.0rc1 (2022-02-15)
28
==============================
39

410
Features
511
--------
612

713
- Add experimental support for sending to-device messages to application services, as specified by [MSC2409](https://github.com/matrix-org/matrix-doc/pull/2409). ([\#11215](https://github.com/matrix-org/synapse/issues/11215), [\#11966](https://github.com/matrix-org/synapse/issues/11966))
8-
- Remove account data (including client config, push rules and ignored users) upon user deactivation. ([\#11655](https://github.com/matrix-org/synapse/issues/11655))
14+
- Add a background database update to purge account data for deactivated users. ([\#11655](https://github.com/matrix-org/synapse/issues/11655))
915
- Experimental support for [MSC3666](https://github.com/matrix-org/matrix-doc/pull/3666): including bundled aggregations in server side search results. ([\#11837](https://github.com/matrix-org/synapse/issues/11837))
1016
- Enable cache time-based expiry by default. The `expiry_time` config flag has been superseded by `expire_caches` and `cache_entry_ttl`. ([\#11849](https://github.com/matrix-org/synapse/issues/11849))
1117
- Add a callback to allow modules to allow or forbid a 3PID (email address, phone number) from being associated to a local account. ([\#11854](https://github.com/matrix-org/synapse/issues/11854))
@@ -267,7 +273,7 @@ Bugfixes
267273
Synapse 1.50.0 (2022-01-18)
268274
===========================
269275

270-
**This release contains a critical bug that may prevent clients from being able to connect.
276+
**This release contains a critical bug that may prevent clients from being able to connect.
271277
As such, it is not recommended to upgrade to 1.50.0. Instead, please upgrade straight to
272278
to 1.50.1. Further details are available in [this issue](https://github.com/matrix-org/synapse/issues/11763).**
273279

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.53.0) stable; urgency=medium
2+
3+
* New synapse release 1.53.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 22 Feb 2022 11:32:06 +0000
6+
17
matrix-synapse-py3 (1.53.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.53.0~rc1.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.53.0rc1"
50+
__version__ = "1.53.0"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)