diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-05-11 15:05:46 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-05-11 15:10:08 +0100 |
commit | 71c930750928998624c13cc40551267f6edb03bc (patch) | |
tree | 3ea6497c7e5da186939d8627d3ddccae12cdd2f1 /CHANGES.md | |
parent | Changelog fixes (diff) | |
download | synapse-71c930750928998624c13cc40551267f6edb03bc.tar.xz |
Move next version notes from changelog to upgrade notes
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/CHANGES.md b/CHANGES.md index 04ddf1da2f..fa2be35150 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ Synapse 1.13.0rc1 (2020-05-11) ============================== + Features -------- @@ -79,6 +80,10 @@ Improved Documentation Deprecations and Removals ------------------------- +Plugins using the `complete_sso_login` method of `synapse.module_api.ModuleApi` +should update to using the async/await version `complete_sso_login_async` which +includes additional checks. The non-async version is considered deprecated. + - Remove nonfunctional `captcha_bypass_secret` option from `homeserver.yaml`. ([\#7137](https://github.com/matrix-org/synapse/issues/7137)) @@ -136,20 +141,6 @@ Internal Changes - Run group attestation renewal in series rather than parallel for performance. ([\#7442](https://github.com/matrix-org/synapse/issues/7442)) -Next version -============ - -* New templates (`sso_auth_confirm.html`, `sso_auth_success.html`, and - `sso_account_deactivated.html`) were added to Synapse. If your Synapse is - configured to use SSO and a custom `sso_redirect_confirm_template_dir` - configuration then these templates will need to be duplicated into that - directory. - -* Plugins using the `complete_sso_login` method of `synapse.module_api.ModuleApi` - should update to using the async/await version `complete_sso_login_async` which - includes additional checks. The non-async version is considered deprecated. - - Synapse 1.12.4 (2020-04-23) =========================== |