1.129.0rc2

This commit is contained in:
Quentin Gliech
2025-04-30 15:17:19 +02:00
parent 02dca7c67a
commit a4ec96ca34
5 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
# Synapse 1.129.0rc2 (2025-04-30)
### Internal Changes
- Revert the slow background update introduced by [\#18068](https://github.com/element-hq/synapse/issues/18068) in v1.128.0. ([\#18372](https://github.com/element-hq/synapse/issues/18372))
- Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting", added in v1.129.0rc1. ([\#18373](https://github.com/element-hq/synapse/issues/18373))
# Synapse 1.129.0rc1 (2025-04-15)
### Features

View File

@@ -1 +0,0 @@
Add a column `participant` to `room_memberships` table.

View File

@@ -1 +0,0 @@
Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting".

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.129.0~rc2) stable; urgency=medium
* New synapse release 1.129.0rc2.
-- Synapse Packaging team <packages@matrix.org> Wed, 30 Apr 2025 13:13:16 +0000
matrix-synapse-py3 (1.129.0~rc1) stable; urgency=medium
* New Synapse release 1.129.0rc1.

View File

@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
version = "1.129.0rc1"
version = "1.129.0rc2"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later"