Accepting request 1082745 from home:darix:apps
- Update to 1.82.0 OBS-URL: https://build.opensuse.org/request/show/1082745 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=271
This commit is contained in:
parent
4ea0cb960b
commit
6d3303d30b
4
_service
4
_service
@ -4,11 +4,11 @@
|
||||
<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.81.0</param>
|
||||
<param name="revision">v1.82.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
<param name="revision">v1.82.0rc1</param>
|
||||
<param name="revision">v1.83.0rc1</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:3bafd895cdc4110609d74be77d192867cc9b4446ceba1044395dd4f9bf1e78b7
|
||||
size 34889741
|
3
matrix-synapse-1.82.0.obscpio
Normal file
3
matrix-synapse-1.82.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fceb6425eef9c525483aedffd99890b7ab2bbaeeff9b53b20f7e705c312fa0a5
|
||||
size 34828301
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.81.0
|
||||
Version: 1.82.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 11:53:22 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.82.0
|
||||
- Features
|
||||
- Allow loading the /directory/room/{roomAlias} endpoint on
|
||||
workers. (#15333)
|
||||
- Add some validation to instance_map configuration loading.
|
||||
(#15431)
|
||||
- Allow loading the /capabilities endpoint on workers. (#15436)
|
||||
- Bugfixes
|
||||
- Delete server-side backup keys when deactivating an account.
|
||||
(#15181)
|
||||
- Fix and document untold assumption that on_logged_out module
|
||||
hooks will be called before the deletion of pushers. (#15410)
|
||||
- Improve robustness when handling a perspective key response
|
||||
by deduplicating received server keys. (#15423)
|
||||
- Synapse now correctly fails to start if the config option
|
||||
app_service_config_files is not a list. (#15425)
|
||||
- Disable loading RefreshTokenServlet
|
||||
(/_matrix/client/(r0|v3|unstable)/refresh) on workers.
|
||||
(#15428)
|
||||
- Improved Documentation
|
||||
- Note that the delete_stale_devices_after background job
|
||||
always runs on the main process. (#15452)
|
||||
- Deprecations and Removals
|
||||
- Remove the broken, unspecced registration fallback. Note that
|
||||
the login fallback is unaffected by this change. (#15405)
|
||||
- Internal Changes
|
||||
- Improve DB performance of clearing out old data from
|
||||
stream_ordering_to_exterm. (#15382, #15429)
|
||||
- Implement MSC3989 redaction algorithm. (#15393)
|
||||
- Implement MSC2175 to stop adding creator to create events.
|
||||
(#15394)
|
||||
- Implement MSC2174 to move the redacts key to a content
|
||||
property. (#15395)
|
||||
- Trust dtonlay/rust-toolchain in CI. (#15406)
|
||||
- Explicitly install Synapse during typechecking in CI.
|
||||
(#15409)
|
||||
- Only load the SSO redirect servlet if SSO is enabled.
|
||||
(#15421)
|
||||
- Refactor SimpleHttpClient to pull out a base class. (#15427)
|
||||
- Improve type hints. (#15432)
|
||||
- Convert async to normal tests in TestSSOHandler. (#15433)
|
||||
- Speed up the user directory background update. (#15435)
|
||||
- Disable directory listing for static resources in
|
||||
/_matrix/static/. (#15438)
|
||||
- Move various module API callback registration methods to a
|
||||
dedicated class. (#15453)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 12:07:11 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: matrix-synapse
|
||||
version: 1.81.0
|
||||
mtime: 1681219134
|
||||
commit: c1b7da69ccd217145892157777b367924fa0028d
|
||||
version: 1.82.0
|
||||
mtime: 1682420177
|
||||
commit: c34791ef5b612d36c52216a4d9c84ee56ac00c28
|
||||
|
@ -29,7 +29,7 @@
|
||||
%global bleach_version 5.0.1
|
||||
%global canonicaljson_version 2.0.0
|
||||
%global cryptography_version 40.0.1
|
||||
%global immutabledict_version 2.0
|
||||
%global immutabledict_version 2.2.4
|
||||
%global idna_version 3.4
|
||||
%global ijson_version 3.1.4
|
||||
%global jsonschema_version 4.17.3
|
||||
@ -55,12 +55,12 @@
|
||||
%global matrix_synapse_ldap3_version 0.2.2
|
||||
# TODO: bump to 22.0
|
||||
%global packaging_version 23.0
|
||||
%global psycopg2_version 2.9.5
|
||||
%global psycopg2_version 2.9.6
|
||||
# TODO 7.3.1
|
||||
%global pysaml2_version 7.2.1
|
||||
%global Authlib_version 1.2.0
|
||||
%global lxml_version 4.9.2
|
||||
%global sentry_sdk_version 1.15.0
|
||||
%global sentry_sdk_version 1.19.0
|
||||
%global PyJWT_version 2.4.0
|
||||
%global jaeger_client_version 4.8.0
|
||||
%global opentracing_version 2.4.0
|
||||
@ -156,7 +156,7 @@
|
||||
%define pkgname matrix-synapse
|
||||
%define eggname matrix_synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.81.0
|
||||
Version: 1.82.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32071fe736bfe025fb00986634426bedf414f19fd6c851fec7e22e831aa4b957
|
||||
size 8714823
|
||||
oid sha256:bb10ca22c38f12ed7e907485fdd85eeffdf935a92eca6445b849940c5a42ec9b
|
||||
size 8793974
|
||||
|
Loading…
Reference in New Issue
Block a user