1.142.0rc3

This commit is contained in:
Andrew Morgan
2025-11-04 17:39:28 +00:00
parent 0cbb2a15e0
commit 2fd8d88b42
4 changed files with 16 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Synapse 1.142.0rc2 (2025-11-04)
# Synapse 1.142.0rc3 (2025-11-04)
## Dropped support for Python 3.9
@@ -30,6 +30,14 @@ of these wheels downstream, please reach out to us in
love to hear from you!
## Internal Changes
- Update release scripts to prevent building wheels for free-threaded Python, as Synapse does not currently support it. ([\#19140](https://github.com/element-hq/synapse/issues/19140))
# Synapse 1.142.0rc2 (2025-11-04)
## Internal Changes
- Manually skip building Python 3.9 wheels, to prevent errors in the release workflow. ([\#19119](https://github.com/element-hq/synapse/issues/19119))

View File

@@ -1 +0,0 @@
Update release scripts to prevent building wheels for free-threaded Python, as Synapse does not currently support it.

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.142.0~rc3) stable; urgency=medium
* New Synapse release 1.142.0rc3.
-- Synapse Packaging team <packages@matrix.org> Tue, 04 Nov 2025 17:39:11 +0000
matrix-synapse-py3 (1.142.0~rc2) stable; urgency=medium
* New Synapse release 1.142.0rc2.

View File

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