Skip to content

Commit 1b24a14

Browse files
committed
Merge branch 'master' into develop
2 parents bc42899 + 46efbae commit 1b24a14

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Synapse 1.142.1 (2025-11-18)
2+
3+
## Bugfixes
4+
5+
- Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. ([\#19186](https://github.com/element-hq/synapse/issues/19186))
6+
7+
8+
9+
110
# Synapse 1.142.0 (2025-11-11)
211

312
## Dropped support for Python 3.9

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.1) stable; urgency=medium
2+
3+
* New Synapse release 1.142.1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 18 Nov 2025 12:25:23 -0700
6+
17
matrix-synapse-py3 (1.142.0) stable; urgency=medium
28

39
* New Synapse release 1.142.0.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,13 @@ manifest-path = "rust/Cargo.toml"
291291
module-name = "synapse.synapse_rust"
292292

293293
[tool.poetry]
294+
name = "matrix-synapse"
295+
version = "1.142.1"
296+
description = "Homeserver for the Matrix decentralised comms protocol"
297+
authors = ["Matrix.org Team and Contributors <[email protected]>"]
298+
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
299+
readme = "README.rst"
300+
repository = "https://github.com/element-hq/synapse"
294301
packages = [
295302
{ include = "synapse" },
296303
]

0 commit comments

Comments
 (0)