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-09-09 20:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Tue Sep  9 20:30:46 2025 rev:139 rq:1303352 version:1.138.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2025-08-26 16:13:48.951242177 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.1977/matrix-synapse.changes  
2025-09-09 20:31:22.336076448 +0200
@@ -1,0 +2,49 @@
+Tue Sep  9 12:56:44 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- Update to 1.138.0
+  - Features
+    - Support for the stable endpoint and scopes of MSC3861 & co.
+      (#18549)
+  - Bugfixes
+    - Improve database performance of MSC4293 - Redact on Kick/Ban.
+      (#18851)
+    - Do not throw an error when fetching a rejected delayed state
+      event on startup. (#18858)
+  - Improved Documentation
+    - Fix worker documentation incorrectly indicating all room
+      Admin API requests were capable of being handled by workers.
+      (#18853)
+  - Internal Changes
+    - Instrument _ByteProducer with tracing to measure potential
+      dead time while writing bytes to the request. (#18804)
+    - Switch to OpenTracing's ContextVarsScopeManager instead of
+      our own custom LogContextScopeManager. (#18849)
+    - Trace how much work is being done while "recursively fetching
+      redactions". (#18854)
+    - Link upstream Twisted bug tracking the problem that explains
+      why we have to use a Producer to write bytes to the request.
+      (#18855)
+    - Introduce EventPersistencePair type. (#18857)
+  - Updates to locked dependencies
+    - Bump actions/add-to-project from
+      c0c5949b017d0d4a39f7ba888255881bdac2a823 to
+      4515659e2b458b27365e167605ac44f219494b66. (#18863)
+    - Bump actions/checkout from 4.3.0 to 5.0.0. (#18834)
+    - Bump anyhow from 1.0.98 to 1.0.99. (#18841)
+    - Bump docker/login-action from 3.4.0 to 3.5.0. (#18835)
+    - Bump dtolnay/rust-toolchain from
+      b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to
+      e97e2d8cc328f1b50210efc529dca0028893a2d9. (#18862)
+    - Bump phonenumbers from 9.0.11 to 9.0.12. (#18837)
+    - Bump regex from 1.11.1 to 1.11.2. (#18864)
+    - Bump reqwest from 0.12.22 to 0.12.23. (#18842)
+    - Bump ruff from 0.12.7 to 0.12.10. (#18865)
+    - Bump serde_json from 1.0.142 to 1.0.143. (#18866)
+    - Bump types-bleach from 6.2.0.20250514 to 6.2.0.20250809.
+      (#18838)
+    - Bump types-jsonschema from 4.25.0.20250720 to
+      4.25.1.20250822. (#18867)
+    - Bump types-psycopg2 from 2.9.21.20250718 to 2.9.21.20250809.
+      (#18836)
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.137.0.obscpio

New:
----
  matrix-synapse-1.138.0.obscpio

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

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.z6ihEj/_old  2025-09-09 20:31:23.448123312 +0200
+++ /var/tmp/diff_new_pack.z6ihEj/_new  2025-09-09 20:31:23.452123481 +0200
@@ -27,7 +27,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.137.0
+Version:        1.138.0
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        AGPL-3.0-or-later

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.z6ihEj/_old  2025-09-09 20:31:23.484124830 +0200
+++ /var/tmp/diff_new_pack.z6ihEj/_new  2025-09-09 20:31:23.488124999 +0200
@@ -37,6 +37,7 @@
 %global matrix_common_max_version     2
 %global msgpack_version               1.1.0
 %global netaddr_version               1.3.0
+# TODO: 9.0.12
 %global phonenumbers_version          9.0.11
 %global prometheus_client_version     0.20.0
 %global psutil_version                2.0.0
@@ -157,7 +158,7 @@
 %define         pkgname matrix-synapse
 %define         eggname matrix_synapse
 Name:           %{pkgname}
-Version:        1.137.0
+Version:        1.138.0
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        AGPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.z6ihEj/_old  2025-09-09 20:31:23.556127865 +0200
+++ /var/tmp/diff_new_pack.z6ihEj/_new  2025-09-09 20:31:23.560128033 +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.137.0</param>
+    <param name="revision">v1.138.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--
-    <param name="revision">v1.138.0rc1</param>
+    <param name="revision">v1.139.0rc1</param>
     <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>
     -->

++++++ matrix-synapse-1.137.0.obscpio -> matrix-synapse-1.138.0.obscpio ++++++
++++ 2550 lines of diff (skipped)

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.z6ihEj/_old  2025-09-09 20:31:25.032190070 +0200
+++ /var/tmp/diff_new_pack.z6ihEj/_new  2025-09-09 20:31:25.036190238 +0200
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.137.0
-mtime: 1756200224
-commit: f8a44638eb2f7b4e936634fdba43b795e73c1f5f
+version: 1.138.0
+mtime: 1757413290
+commit: fcffd2e897aaef1583bcb1f93893f254330ec81c
 

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

Reply via email to