1.138.1
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
# Synapse 1.138.1 (2025-09-24)
|
||||||
|
|
||||||
|
## Bugfixes
|
||||||
|
|
||||||
|
- Fix a performance regression related to the experimental Delayed Events ([MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140)) feature. ([\#18926](https://github.com/element-hq/synapse/issues/18926))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.138.0 (2025-09-09)
|
# Synapse 1.138.0 (2025-09-09)
|
||||||
|
|
||||||
No significant changes since 1.138.0rc1.
|
No significant changes since 1.138.0rc1.
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Fix a performance regression related to the experimental Delayed Events ([MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140)) feature.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.138.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.138.1.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Wed, 24 Sep 2025 11:32:38 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.138.0) stable; urgency=medium
|
matrix-synapse-py3 (1.138.0) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.138.0.
|
* New Synapse release 1.138.0.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.138.0"
|
version = "1.138.1"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|||||||
Reference in New Issue
Block a user