diff --git a/_service b/_service index d2dea87..81be533 100644 --- a/_service +++ b/_service @@ -4,11 +4,11 @@ @PARENT_TAG@ https://github.com/matrix-org/synapse.git git - v1.81.0 + v1.82.0 v(.*) \1 diff --git a/matrix-synapse-1.81.0.obscpio b/matrix-synapse-1.81.0.obscpio deleted file mode 100644 index 8a29305..0000000 --- a/matrix-synapse-1.81.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bafd895cdc4110609d74be77d192867cc9b4446ceba1044395dd4f9bf1e78b7 -size 34889741 diff --git a/matrix-synapse-1.82.0.obscpio b/matrix-synapse-1.82.0.obscpio new file mode 100644 index 0000000..bbcc661 --- /dev/null +++ b/matrix-synapse-1.82.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb6425eef9c525483aedffd99890b7ab2bbaeeff9b53b20f7e705c312fa0a5 +size 34828301 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 370e8e9..7661871 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -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 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index c52d172..cf80c7e 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Tue Apr 25 11:53:22 UTC 2023 - Marcus Rueckert + +- 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 diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index dfb4e0a..bd25c9f 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,4 +1,4 @@ name: matrix-synapse -version: 1.81.0 -mtime: 1681219134 -commit: c1b7da69ccd217145892157777b367924fa0028d +version: 1.82.0 +mtime: 1682420177 +commit: c34791ef5b612d36c52216a4d9c84ee56ac00c28 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index ff74143..e15d4a7 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 27998e3..81a2737 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32071fe736bfe025fb00986634426bedf414f19fd6c851fec7e22e831aa4b957 -size 8714823 +oid sha256:bb10ca22c38f12ed7e907485fdd85eeffdf935a92eca6445b849940c5a42ec9b +size 8793974