Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matrix-synapse for openSUSE:Factory checked in at 2025-05-22 16:55:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Thu May 22 16:55:45 2025 rev:131 rq:1278899 version:1.130.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2025-05-07 19:17:10.208970141 +0200 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.2732/matrix-synapse.changes 2025-05-22 16:55:51.187331359 +0200 @@ -1,0 +2,88 @@ +Wed May 21 00:12:02 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 1.130.0 + - Features + - Add an Admin API endpoint GET + /_synapse/admin/v1/scheduled_tasks to fetch scheduled tasks. + (#18214) + - Add config option user_directory.exclude_remote_users which, + when enabled, excludes remote users from user directory + search results. (#18300) + - Add support for handling GET /devices/ on workers. (#18355) + - Bugfixes + - Fix startup being blocked on creating a new index that was + introduced in v1.130.0rc1. (#18439) + - Fix the ordering of local messages in rooms that were + affected by GHSA-v56r-hwv5-mxg6. (#18447) + - Fix a longstanding bug where Synapse would immediately retry + a failing push endpoint when a new event is received, + ignoring any backoff timers. (#18363) + - Pass leave from remote invite rejection down Sliding Sync. + (#18375) + - Updates to the Docker image + - In configure_workers_and_start.py, use the same absolute path + of Python in the interpreter shebang, and invoke child Python + processes with sys.executable. (#18291) + - Optimize the build of the workers image. (#18292) + - In start_for_complement.sh, replace some external program + calls with shell builtins. (#18293) + - When generating container scripts from templates, don't add a + leading newline so that their shebangs may be handled + correctly. (#18295) + - Improved Documentation + - Improve formatting of the README file. (#18218) + - Add documentation for configuring Pocket ID as an OIDC + provider. (#18237) + - Fix typo in docs about the push config option. Contributed by + @HarHarLinks. (#18320) + - Add /_matrix/federation/v1/version to list of federation + endpoints that can be handled by workers. (#18377) + - Add an Admin API endpoint GET + /_synapse/admin/v1/scheduled_tasks to fetch scheduled tasks. + (#18384) + - Internal Changes + - Return specific error code when adding an email address / + phone number to account is not supported (MSC4178). (#17578) + - Stop auto-provisionning missing users & devices when + delegating auth to Matrix Authentication Service. Requires + MAS 0.13.0 or later. (#18181) + - Apply file hashing and existing quarantines to media + downloaded for URL previews. (#18297) + - Allow a few admin APIs used by matrix-authentication-service + to run on workers. (#18313) + - Apply should_drop_federated_event to federation invites. + (#18330) + - Allow /rooms/ admin API to be run on workers. (#18360) + - Minor performance improvements to the notifier. (#18367) + - Slight performance increase when using the ratelimiter. + (#18369) + - Don't validate the at_hash (access token hash) field in OIDC + ID Tokens if we don't end up actually using the OIDC Access + Token. (#18374, #18385) + - Fixed test failures when using authlib 1.5.2. (#18390) + - Refactor MSC4186 Simplified Sliding Sync room list tests to + cover both new and fallback logic paths. (#18399) + - Updates to locked dependencies + - Bump actions/add-to-project from + 280af8ae1f83a494cfad2cb10f02f6d13529caa9 to + 5b1a254a3546aef88e0a7724a77a623fa2e47c36. (#18365) + - Bump actions/download-artifact from 4.2.1 to 4.3.0. (#18364) + - Bump actions/setup-go from 5.4.0 to 5.5.0. (#18426) + - Bump anyhow from 1.0.97 to 1.0.98. (#18336) + - Bump packaging from 24.2 to 25.0. (#18393) + - Bump pillow from 11.1.0 to 11.2.1. (#18429) + - Bump pydantic from 2.10.3 to 2.11.4. (#18394) + - Bump pyo3-log from 0.12.2 to 0.12.3. (#18317) + - Bump pyopenssl from 24.3.0 to 25.0.0. (#18315) + - Bump sha2 from 0.10.8 to 0.10.9. (#18395) + - Bump sigstore/cosign-installer from 3.8.1 to 3.8.2. (#18366) + - Bump softprops/action-gh-release from 1 to 2. (#18264) + - Bump stefanzweifel/git-auto-commit-action from 5.1.0 to + 5.2.0. (#18354) + - Bump txredisapi from 1.4.10 to 1.4.11. (#18392) + - Bump types-jsonschema from 4.23.0.20240813 to + 4.23.0.20241208. (#18305) + - Bump types-psycopg2 from 2.9.21.20250121 to 2.9.21.20250318. + (#18316) + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.129.0.obscpio New: ---- matrix-synapse-1.130.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.zvWxOs/_old 2025-05-22 16:55:52.475385961 +0200 +++ /var/tmp/diff_new_pack.zvWxOs/_new 2025-05-22 16:55:52.475385961 +0200 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.129.0 +Version: 1.130.0 Release: 0 Summary: Test package for %{pkgname} License: AGPL-3.0-or-later ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.zvWxOs/_old 2025-05-22 16:55:52.511387486 +0200 +++ /var/tmp/diff_new_pack.zvWxOs/_new 2025-05-22 16:55:52.515387657 +0200 @@ -22,6 +22,7 @@ %if %{with use_poetry_for_dependencies} %global Twisted_version 24.7.0 %global Jinja2_version 3.1.5 +# TODO: 11.2.1 %global Pillow_version 11.1.0 %global PyYAML_version 6.0.2 %global attrs_version 23.2.0 @@ -40,7 +41,6 @@ %global phonenumbers_version 8.13.52 %global prometheus_client_version 0.20.0 %global psutil_version 2.0.0 -# TODO: 24.3.0 %global pyOpenSSL_version 25.0.0 %global pyasn1_version 0.6.0 %global pyasn1_modules_version 0.3.0 @@ -59,13 +59,13 @@ %global pysaml2_version 7.5.0 %global Authlib_version 1.5.1 %global lxml_version 5.3.0 -# TODO: 2.19.2 -%global sentry_sdk_version 2.19.0 +%global sentry_sdk_version 2.20.0 %global PyJWT_version 2.6.0 %global jaeger_client_version 4.8.0 %global opentracing_version 2.4.0 -# todo: 3.0.0 +# TODO: 3.0.0 %global hiredis_version 2.3.2 +# TODO: 1.4.11 %global txredisapi_version 1.4.10 %global Pympler_version 1.0.1 %global pydantic_version 2.7.1 @@ -158,7 +158,7 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.129.0 +Version: 1.130.0 Release: 0 Summary: Matrix protocol reference homeserver License: AGPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zvWxOs/_old 2025-05-22 16:55:52.567389861 +0200 +++ /var/tmp/diff_new_pack.zvWxOs/_new 2025-05-22 16:55:52.571390030 +0200 @@ -4,11 +4,11 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="url">https://github.com/element-hq/synapse.git</param> <param name="scm">git</param> - <param name="revision">v1.129.0</param> + <param name="revision">v1.130.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.130.0rc1</param> + <param name="revision">v1.131.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.129.0.obscpio -> matrix-synapse-1.130.0.obscpio ++++++ ++++ 6562 lines of diff (skipped) ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.zvWxOs/_old 2025-05-22 16:55:53.907446667 +0200 +++ /var/tmp/diff_new_pack.zvWxOs/_new 2025-05-22 16:55:53.911446836 +0200 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.129.0 -mtime: 1746530547 -commit: 9a62b2d47ae360a3c6d43710c3ab17d41563f359 +version: 1.130.0 +mtime: 1747752397 +commit: f92c6455efbecaba1ddb1595e597aec0d7e4fb42 ++++++ vendor.tar.zst ++++++ ++++ 27996 lines of diff (skipped)