Update package version to 1.105.0
This commit is contained in:
@@ -1349,3 +1349,12 @@
|
|||||||
* Update synapse to 1.124.0
|
* Update synapse to 1.124.0
|
||||||
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.124.0)
|
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.124.0)
|
||||||
|
|
||||||
|
[1.105.0]
|
||||||
|
* Update synapse to 1.125.0
|
||||||
|
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.125.0)
|
||||||
|
* Add functionality to be able to use multiple values in SSO feature attribute_requirements. (#17949)
|
||||||
|
* Add experimental config options admin_token_path and client_secret_path for MSC3861. (#18004)
|
||||||
|
* Add get_current_time_msec() method to the module API for sound time comparisons with Synapse. (#18144)
|
||||||
|
* Update the response when a client attempts to add an invalid email address to the user's account from a 500, to a 400 with error text. (#18125)
|
||||||
|
* Fix user directory search when using a legacy module with a check_username_for_spam callback. Broke in v1.122.0. (#18135)
|
||||||
|
|
||||||
|
|||||||
@@ -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.104.0",
|
"version": "1.105.0",
|
||||||
"upstreamVersion": "1.125.0",
|
"upstreamVersion": "1.125.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
|
|||||||
Reference in New Issue
Block a user