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
This commit is contained in:
parent
2012c8a13a
commit
0aa1ce1927
3
_service
3
_service
@ -4,8 +4,9 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.12.4</param>
|
||||
<param name="revision">v1.13.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72be5980285bc0311465fdbc3fcc2d305e3352b61311157672daee5d9bef1605
|
||||
size 26591245
|
3
matrix-synapse-1.13.0.obscpio
Normal file
3
matrix-synapse-1.13.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7958ff27b15e22f6630d3b9b2aec9ab956efce9612e8eeec26dc2ea5734b9d1
|
||||
size 26887693
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.12.4
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 14:54:57 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 15:51:48 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.12.4
|
||||
mtime: 1587653950
|
||||
commit: ce9b62e13f7d653e5099ae4a159c0e5cde419cf8
|
||||
version: 1.13.0
|
||||
mtime: 1589895119
|
||||
commit: 45c8b1c618878905ab20187460da2260590211b2
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.12.4
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user