Skip to content

Commit fa52c62

Browse files
committed
1.152.0
1 parent 613cb4d commit fa52c62

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# Synapse 1.152.0rc1 (2026-04-22)
1+
# Synapse 1.152.0 (2026-04-28)
2+
3+
No significant changes since 1.152.0rc1.
4+
5+
## Configuration changes needed for deployments using workers
26

37
For deployments using workers, please note that this version introduces a new `quarantined_media_changes` stream writer, which may require configuration changes.
48
Please see the [the relevant section in the upgrade notes](https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11520) for details.
59

610
Without configuring this new stream writer, only the main process will be able to handle the `/media/quarantine` admin API endpoints for quarantining media.
711

12+
# Synapse 1.152.0rc1 (2026-04-22)
813

914
## Features
1015

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.152.0) stable; urgency=medium
2+
3+
* New Synapse release 1.152.0.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 28 Apr 2026 11:45:01 +0100
6+
17
matrix-synapse-py3 (1.152.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.152.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matrix-synapse"
3-
version = "1.152.0rc1"
3+
version = "1.152.0"
44
description = "Homeserver for the Matrix decentralised comms protocol"
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)