Skip to content

Commit a9c4d1c

Browse files
committed
Merge branch 'master' into develop
2 parents cd7d90b + 8c653e1 commit a9c4d1c

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.120.0 (2024-11-26)
2+
3+
### Bugfixes
4+
5+
- Fix a bug introduced in Synapse v1.120rc1 which would cause the newly-introduced `delete_old_otks` job to fail in worker-mode deployments. ([\#17960](https://github.com/element-hq/synapse/issues/17960))
6+
7+
8+
9+
110
# Synapse 1.120.0rc1 (2024-11-20)
211

312
This release enables the enforcement of authenticated media by default, with exemptions for media that is already present in the

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.120.0) stable; urgency=medium
2+
3+
* New synapse release 1.120.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 26 Nov 2024 13:10:23 +0000
6+
17
matrix-synapse-py3 (1.120.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.120.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
9797

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

synapse/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class HomeServer(metaclass=abc.ABCMeta):
254254
"auth",
255255
"deactivate_account",
256256
"delayed_events",
257+
"e2e_keys", # for the `delete_old_otks` scheduled-task handler
257258
"message",
258259
"pagination",
259260
"profile",

0 commit comments

Comments
 (0)