Skip to content

Commit 2fd8d88

Browse files
committed
1.142.0rc3
1 parent 0cbb2a1 commit 2fd8d88

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Synapse 1.142.0rc2 (2025-11-04)
1+
# Synapse 1.142.0rc3 (2025-11-04)
22

33
## Dropped support for Python 3.9
44

@@ -30,6 +30,14 @@ of these wheels downstream, please reach out to us in
3030
love to hear from you!
3131

3232

33+
## Internal Changes
34+
35+
- 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))
36+
37+
38+
# Synapse 1.142.0rc2 (2025-11-04)
39+
40+
3341
## Internal Changes
3442

3543
- Manually skip building Python 3.9 wheels, to prevent errors in the release workflow. ([\#19119](https://github.com/element-hq/synapse/issues/19119))

changelog.d/19140.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.142.0~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.142.0rc3.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 04 Nov 2025 17:39:11 +0000
6+
17
matrix-synapse-py3 (1.142.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.142.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module-name = "synapse.synapse_rust"
107107

108108
[tool.poetry]
109109
name = "matrix-synapse"
110-
version = "1.142.0rc2"
110+
version = "1.142.0rc3"
111111
description = "Homeserver for the Matrix decentralised comms protocol"
112112
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
113113
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"

0 commit comments

Comments
 (0)