Update package version to 1.123.1

This commit is contained in:
Package Updates
2025-11-19 08:23:47 +00:00
parent 8b20754424
commit a571f235d9
2 changed files with 6 additions and 1 deletions

View File

@@ -1502,3 +1502,8 @@
* Deprecation of MacOS Python wheels * Deprecation of MacOS Python wheels
* Properly stop building wheels for Python 3.9 and free-threaded CPython. ([#19154](https://github.com/element-hq/synapse/issues/19154)) * Properly stop building wheels for Python 3.9 and free-threaded CPython. ([#19154](https://github.com/element-hq/synapse/issues/19154))
[1.123.1]
* Update synapse to 1.142.1
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.142.1)
* Fixed a bug introduced in v1.142.0 preventing subpaths in MAS endpoints from working. ([#19186](https://github.com/element-hq/synapse/issues/19186))

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication", "tagline": "Secure & decentralized communication",
"version": "1.123.0", "version": "1.123.1",
"upstreamVersion": "1.142.1", "upstreamVersion": "1.142.1",
"healthCheckPath": "/", "healthCheckPath": "/",
"httpPort": 8008, "httpPort": 8008,