mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-06 15:32:04 +00:00
1.152.0
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
|
||||
Vendored
+6
@@ -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
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user