1.142.0rc2
This commit is contained in:
12
CHANGES.md
12
CHANGES.md
@@ -1,4 +1,4 @@
|
|||||||
# Synapse 1.142.0rc1 (2025-11-04)
|
# Synapse 1.142.0rc2 (2025-11-04)
|
||||||
|
|
||||||
## Dropped support for Python 3.9
|
## Dropped support for Python 3.9
|
||||||
|
|
||||||
@@ -29,6 +29,16 @@ of these wheels downstream, please reach out to us in
|
|||||||
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
|
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
|
||||||
love to hear from you!
|
love to hear from you!
|
||||||
|
|
||||||
|
|
||||||
|
## 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))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Synapse 1.142.0rc1 (2025-11-04)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Add support for Python 3.14. ([\#19055](https://github.com/element-hq/synapse/issues/19055), [\#19134](https://github.com/element-hq/synapse/issues/19134))
|
- Add support for Python 3.14. ([\#19055](https://github.com/element-hq/synapse/issues/19055), [\#19134](https://github.com/element-hq/synapse/issues/19134))
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Manually skip building Python 3.9 wheels, to prevent errors in the release workflow.
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.142.0~rc2) stable; urgency=medium
|
||||||
|
|
||||||
|
* New Synapse release 1.142.0rc2.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 04 Nov 2025 16:21:30 +0000
|
||||||
|
|
||||||
matrix-synapse-py3 (1.142.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.142.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New Synapse release 1.142.0rc1.
|
* New Synapse release 1.142.0rc1.
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ module-name = "synapse.synapse_rust"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-synapse"
|
name = "matrix-synapse"
|
||||||
version = "1.142.0rc1"
|
version = "1.142.0rc2"
|
||||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||||
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
|
||||||
|
|||||||
Reference in New Issue
Block a user