Skip to content

Commit 8feb862

Browse files
committed
1.142.0
1 parent 39f8e28 commit 8feb862

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Synapse 1.142.0rc4 (2025-11-07)
1+
# Synapse 1.142.0 (2025-11-11)
22

33
## Dropped support for Python 3.9
44

@@ -29,6 +29,15 @@ of these wheels downstream, please reach out to us in
2929
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
3030
love to hear from you!
3131

32+
## Internal Changes
33+
34+
- Properly stop building wheels for Python 3.9 and free-threaded CPython. ([\#19154](https://github.com/element-hq/synapse/issues/19154))
35+
36+
37+
38+
39+
# Synapse 1.142.0rc4 (2025-11-07)
40+
3241
## Bugfixes
3342

3443
- Fix a bug introduced in 1.142.0rc1 where any attempt to configure `matrix_authentication_service.secret_path` would prevent the homeserver from starting up. ([\#19144](https://github.com/element-hq/synapse/issues/19144))

changelog.d/19154.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) stable; urgency=medium
2+
3+
* New Synapse release 1.142.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 11 Nov 2025 09:45:51 +0000
6+
17
matrix-synapse-py3 (1.142.0~rc4) stable; urgency=medium
28

39
* New Synapse release 1.142.0rc4.

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.0rc4"
110+
version = "1.142.0"
111111
description = "Homeserver for the Matrix decentralised comms protocol"
112112
authors = ["Matrix.org Team and Contributors <[email protected]>"]
113113
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"

0 commit comments

Comments
 (0)