1.124.0rc3
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
# Synapse 1.124.0rc3 (2025-02-07)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fix regression in performance of sending events due to superfluous reads and locks. Introduced in v1.124.0rc1. ([\#18141](https://github.com/element-hq/synapse/issues/18141))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Synapse 1.124.0rc2 (2025-02-05)
|
# Synapse 1.124.0rc2 (2025-02-05)
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Fix regression in performance of sending events due to superfluous reads and locks. Introduced in v1.124.0rc1.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.124.0~rc3) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.124.0rc3.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Fri, 07 Feb 2025 13:42:55 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.124.0~rc2) stable; urgency=medium
|
matrix-synapse-py3 (1.124.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.124.0rc2.
|
* New Synapse release 1.124.0rc2.
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.124.0rc2"
|
version = "1.124.0rc3"
|
||||||
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