This commit is contained in:
Olivier 'reivilibre
2026-04-28 11:47:16 +01:00
parent 613cb4df1c
commit fa52c62a89
3 changed files with 13 additions and 2 deletions
+6 -1
View File
@@ -1,10 +1,15 @@
# Synapse 1.152.0rc1 (2026-04-22)
# Synapse 1.152.0 (2026-04-28)
No significant changes since 1.152.0rc1.
## Configuration changes needed for deployments using workers
For deployments using workers, please note that this version introduces a new `quarantined_media_changes` stream writer, which may require configuration changes.
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.
Without configuring this new stream writer, only the main process will be able to handle the `/media/quarantine` admin API endpoints for quarantining media.
# Synapse 1.152.0rc1 (2026-04-22)
## Features
+6
View File
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.152.0) stable; urgency=medium
* New Synapse release 1.152.0.
-- Synapse Packaging team <packages@matrix.org> Tue, 28 Apr 2026 11:45:01 +0100
matrix-synapse-py3 (1.152.0~rc1) stable; urgency=medium
* New Synapse release 1.152.0rc1.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "matrix-synapse"
version = "1.152.0rc1"
version = "1.152.0"
description = "Homeserver for the Matrix decentralised comms protocol"
readme = "README.rst"
authors = [