Skip to content

Commit 1823287

Browse files
committed
Merge branch 'master' into develop
2 parents 7897c8f + facb81d commit 1823287

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Synapse 1.141.0rc2 (2025-10-28)
1+
# Synapse 1.141.0 (2025-10-29)
22

33
## Deprecation of MacOS Python wheels
44

@@ -13,6 +13,19 @@ do make use of these wheels downstream, please reach out to us in
1313
love to hear from you!
1414

1515

16+
## Docker images now based on Debian `trixie` with Python 3.13
17+
18+
The Docker images are now based on Debian `trixie` and use Python 3.13. If you
19+
are using the Docker images as a base image you may need to e.g. adjust the
20+
paths you mount any additional Python packages at.
21+
22+
No significant changes since 1.141.0rc2.
23+
24+
25+
26+
27+
# Synapse 1.141.0rc2 (2025-10-28)
28+
1629
## Bugfixes
1730

1831
- Fix users being unable to log in if their password, or the server's configured pepper, was too long. ([\#19101](https://github.com/element-hq/synapse/issues/19101))

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.141.0) stable; urgency=medium
2+
3+
* New Synapse release 1.141.0.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 29 Oct 2025 11:01:43 +0000
6+
17
matrix-synapse-py3 (1.141.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.141.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.141.0rc2"
110+
version = "1.141.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)