mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-05 01:10:13 +00:00
1.142.0rc3
This commit is contained in:
10
CHANGES.md
10
CHANGES.md
@@ -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))
|
||||
|
||||
@@ -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
6
debian/changelog
vendored
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user