Update package version to 1.122.0
This commit is contained in:
@@ -1490,3 +1490,7 @@
|
|||||||
* Add experimental implementation of the GET /_matrix/client/v1/rtc/transports endpoint for the latest draft of MSC4143: MatrixRTC. (#18967)
|
* Add experimental implementation of the GET /_matrix/client/v1/rtc/transports endpoint for the latest draft of MSC4143: MatrixRTC. (#18967)
|
||||||
* Expose a defer_to_threadpool function in the Synapse Module API that allows modules to run a function on a separate thread in a custom threadpool. (#19032)
|
* Expose a defer_to_threadpool function in the Synapse Module API that allows modules to run a function on a separate thread in a custom threadpool. (#19032)
|
||||||
|
|
||||||
|
[1.122.0]
|
||||||
|
* Update synapse to 1.141.0
|
||||||
|
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.141.0)
|
||||||
|
|
||||||
|
|||||||
@@ -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.121.0",
|
"version": "1.122.0",
|
||||||
"upstreamVersion": "1.141.0",
|
"upstreamVersion": "1.141.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
|
|||||||
Reference in New Issue
Block a user