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 2026-06-05 15:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Fri Jun  5 15:01:48 2026 rev:159 rq:1357195 version:1.154.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2026-05-29 18:08:05.280808037 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.2375/matrix-synapse.changes  
2026-06-05 15:02:25.921598381 +0200
@@ -1,0 +2,55 @@
+Fri Jun  5 00:09:56 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- Update to 1.154.0
+  - Features
+    - Add support for MSC4452: Preview URL capabilities API which
+      exposes a io.element.msc4452.preview_url capability.
+    - If experimental_features.msc4452_enabled is true, the
+      /_matrix/(client/v1/media|media/v3)/preview_url endpoint
+    - now responds with a 403 status code when the capability is
+      disabled. (#19715)
+  - Bugfixes
+    - Fix a bug in MSC4186: Simplified Sliding Sync that could
+      prevent user avatars from showing if the room had an empty
+      name. (#19468, #19791)
+    - Fix access token cache not being invalidated for sessions
+      using refresh tokens. Contributed by @FrenchGithubUser @
+      Famedly. (#19483)
+    - Fix bug where Synapse would return 400 (M_BAD_JSON) when
+      sending a message with a mentions field and Synapse module
+      check_event_allowed callback registered (frozen event).
+      Contributed by @gaetan-sbt. (#19634)
+    - Fix long-standing but niche bug with /sync where it could
+      attempt to fetch data with flawed invalid future tokens.
+      (#19644)
+    - Fix /sync failing when MSC4354 Sticky Events are enabled and
+      the sync request filters out Ephemeral Data Units (EDUs).
+      (#19787)
+    - Fix packaging for Fedora and EPEL caused by unnecessary
+      bumping attrs minimum version requirement in pyproject.toml
+      file. Contributed by Oleg Girko. (#19789)
+    - Fix merging signatures when a policy server is running under
+      the same server name as Synapse. The bug was re-introduced in
+      v1.153.0rc1 after being fixed earlier in v1.151.0rc1.
+      Contributed by @tulir @ Beeper. (#19797)
+  - Improved Documentation
+    - Added details about how Synapse syncs the picture claim when
+      update_profile_information setting is true. (#19508)
+  - Internal Changes
+    - Port Event.content field to Rust. (#19725)
+    - Prefer close backfill points (absolute distance). (#19748)
+    - Replace unique quarantined_media waiting patterns with
+      standard wait_for_stream_token(...). (#19764)
+    - Improve Synapse logging around when someone encounters We
+      can't get valid state history. so you can correlate
+      everything by event_id. (#19765)
+    - Tidy up Rust RoomVersion structs. (#19766)
+    - Update WorkerLock tests to better stress the
+      WORKER_LOCK_MAX_RETRY_INTERVAL. (#19772)
+    - Refactor MSC4242: State DAG checks behind a single TypeIs
+      helper to avoid scattered isinstance casts. (#19774)
+    - Use StrCollection for prev_state_events. (#19777)
+    - Fix up the construction of events in tests, ahead of the Rust
+      event port. (#19781)
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.153.0.obscpio

New:
----
  matrix-synapse-1.154.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.SG48PW/_old  2026-06-05 15:02:28.533706521 +0200
+++ /var/tmp/diff_new_pack.SG48PW/_new  2026-06-05 15:02:28.533706521 +0200
@@ -27,7 +27,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.153.0
+Version:        1.154.0
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        AGPL-3.0-or-later

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.SG48PW/_old  2026-06-05 15:02:28.581708509 +0200
+++ /var/tmp/diff_new_pack.SG48PW/_new  2026-06-05 15:02:28.581708509 +0200
@@ -59,8 +59,8 @@
 %global packaging_version             24.0
 %global psycopg2_version              2.9.9
 %global pysaml2_version               7.5.0
-%global Authlib_version               1.6.11
-%global lxml_version                  6.0.2
+%global Authlib_version               1.6.12
+%global lxml_version                  6.1.0
 # TODO: 2.46.0
 %global sentry_sdk_version            2.39.0
 %global PyJWT_version                 2.6.0
@@ -95,8 +95,7 @@
 # 2.16.0+ no longer vendors urllib3, avoiding Python 3.10+ incompatibility
 %global requests_version              2.16.0
 # via treq; 1.26.5 fixes Python 3.10+ collections.abc compatibility
-# TODO 2.6.0
-%global urllib3_version               2.5.0
+%global urllib3_version               2.7.0
 # 5.2 is the current version in Debian oldstable. If we don't care to support 
that, then 5.4 is
 # the minimum version from Ubuntu 22.04 and RHEL 9. (as of 2025-12)
 # When bumping this version to 6.2 or above, refer to 
https://github.com/element-hq/synapse/pull/19274
@@ -227,7 +226,7 @@
 %define         pkgname matrix-synapse
 %define         eggname matrix_synapse
 Name:           %{pkgname}
-Version:        1.153.0
+Version:        1.154.0
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        AGPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.SG48PW/_old  2026-06-05 15:02:28.669712152 +0200
+++ /var/tmp/diff_new_pack.SG48PW/_new  2026-06-05 15:02:28.673712317 +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.153.0</param>
+    <param name="revision">v1.154.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--
-    <param name="revision">v1.153.1rc1</param>
+    <param name="revision">v1.154.1rc1</param>
     <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>
     -->

++++++ matrix-synapse-1.153.0.obscpio -> matrix-synapse-1.154.0.obscpio ++++++
++++ 7349 lines of diff (skipped)

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.SG48PW/_old  2026-06-05 15:02:31.473828241 +0200
+++ /var/tmp/diff_new_pack.SG48PW/_new  2026-06-05 15:02:31.489828904 +0200
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.153.0
-mtime: 1779196383
-commit: 7b1c4da5dfbe48fa5e0dabc3933aed54f40e1644
+version: 1.154.0
+mtime: 1780578990
+commit: 102fb6e8ae44536f6d46b0819000f2fac338103b
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.2375/vendor.tar.zst differ: char 
7, line 1

Reply via email to