Update package version to 1.106.0
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1358,3 +1358,14 @@
|
|||||||
* 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)
|
* 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)
|
* Fix user directory search when using a legacy module with a check_username_for_spam callback. Broke in v1.122.0. (#18135)
|
||||||
|
|
||||||
|
[1.106.0]
|
||||||
|
* Update synapse to 1.126.0
|
||||||
|
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.126.0)
|
||||||
|
* Define ratelimit configuration for delayed event management. (#18019)
|
||||||
|
* Add form_secret_path config option. (#18090)
|
||||||
|
* Add the --no-secrets-in-config command line option. (#18092)
|
||||||
|
* Add background job to clear unreferenced state groups. (#18154)
|
||||||
|
* Add support for specifying/overriding id_token_signing_alg_values_supported for an OpenID identity provider. (#18177)
|
||||||
|
* Add worker_replication_secret_path config option. (#18191)
|
||||||
|
* Add support for specifying/overriding redirect_uri in the authorization and token requests against an OpenID identity provider. (#18197)
|
||||||
|
|
||||||
|
|||||||
@@ -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.105.0",
|
"version": "1.106.0",
|
||||||
"upstreamVersion": "1.126.0",
|
"upstreamVersion": "1.126.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8008,
|
"httpPort": 8008,
|
||||||
|
|||||||
Reference in New Issue
Block a user