This commit is contained in:
Devon Hudson
2025-11-18 12:26:53 -07:00
parent d01a8abc45
commit 46efbae4c3
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
# Synapse 1.142.1 (2025-11-18)
## Bugfixes
- Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. ([\#19186](https://github.com/element-hq/synapse/issues/19186))
# Synapse 1.142.0 (2025-11-11) # Synapse 1.142.0 (2025-11-11)
## Dropped support for Python 3.9 ## Dropped support for Python 3.9

View File

@@ -1 +0,0 @@
Fix regression preventing subpaths in MAS endpoints.

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.142.1) stable; urgency=medium
* New Synapse release 1.142.1.
-- Synapse Packaging team <packages@matrix.org> Tue, 18 Nov 2025 12:25:23 -0700
matrix-synapse-py3 (1.142.0) stable; urgency=medium matrix-synapse-py3 (1.142.0) stable; urgency=medium
* New Synapse release 1.142.0. * New Synapse release 1.142.0.

View File

@@ -107,7 +107,7 @@ module-name = "synapse.synapse_rust"
[tool.poetry] [tool.poetry]
name = "matrix-synapse" name = "matrix-synapse"
version = "1.142.0" version = "1.142.1"
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"