From 0aa1ce192767576335bc2c27c1daf3aca8def468003a145f2e80567512335e08 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 20 May 2020 02:30:32 +0000 Subject: [PATCH] Accepting request 807359 from home:darix:apps - Update to 1.13.0 This release brings some potential changes necessary for certain configurations of Synapse: - If your Synapse is configured to use SSO and have a custom sso_redirect_confirm_template_dir configuration option set, you will need to duplicate the new sso_auth_confirm.html, sso_auth_success.html and sso_account_deactivated.html templates into that directory. - Synapse plugins using the complete_sso_login method of synapse.module_api.ModuleApi should instead switch to the async/await version, complete_sso_login_async, which includes additional checks. The former version is now deprecated. - A bug was introduced in Synapse 1.4.0 which could cause the room directory to be incomplete or empty if Synapse was upgraded directly from v1.2.1 or earlier, to versions between v1.4.0 and v1.12.x. Please review UPGRADE.rst for more details on these changes and for general upgrade guidance. For the complete list of changes please refer to https://github.com/matrix-org/synapse/releases/tag/v1.13.0 OBS-URL: https://build.opensuse.org/request/show/807359 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=124 --- _service | 3 ++- matrix-synapse-1.12.4.obscpio | 3 --- matrix-synapse-1.13.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 27 +++++++++++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 2 +- 7 files changed, 37 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.12.4.obscpio create mode 100644 matrix-synapse-1.13.0.obscpio diff --git a/_service b/_service index 30746c4..743929c 100644 --- a/_service +++ b/_service @@ -4,8 +4,9 @@ @PARENT_TAG@ https://github.com/matrix-org/synapse.git git - v1.12.4 + v1.13.0 v(.*) + \1