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 2021-04-21 21:00:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Wed Apr 21 21:00:11 2021 rev:31 rq:887114 version:1.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2021-04-08 21:31:51.203786571 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.12324/matrix-synapse.changes 
2021-04-21 21:00:51.742339598 +0200
@@ -1,0 +2,88 @@
+Tue Apr 20 17:15:24 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to v1.32.0
+  This release removes the deprecated GET
+  /_synapse/admin/v1/users/<user_id> admin API. Please use the v2
+  API instead, which has improved capabilities.
+
+  This release requires Application Services to use type
+  m.login.application_services when registering users via the
+  /_matrix/client/r0/register endpoint to comply with the spec.
+  Please ensure your Application Services are up to date.
+
+  - Features
+    - Add a Synapse module for routing presence updates between
+      users. (#9491)
+    - Add an admin API to manage ratelimit for a specific user.
+      (#9648)
+    - Include request information in structured logging output.
+      (#9654)
+    - Add order_by to the admin API GET /_synapse/admin/v2/users.
+      Contributed by @dklimpel. (#9691)
+    - Replace the room_invite_state_types configuration setting
+      with room_prejoin_state. (#9700)
+    - Add experimental support for MSC3083: restricting room access
+      via group membership. (#9717, #9735)
+    - Update experimental support for Spaces: include m.room.create
+      in the room state sent with room-invites. (#9710)
+    - Synapse now requires Python 3.6 or later. It also requires
+      Postgres 9.6 or later or SQLite 3.22 or later. (#9766)
+  - Bugfixes
+    - Fix the log lines of nested logging contexts. Broke in
+      1.32.0rc1. (#9829)
+    - Prevent synapse_forward_extremities and
+      synapse_excess_extremity_events Prometheus metrics from
+      initially reporting zero-values after startup. (#8926)
+    - Fix recently added ratelimits to correctly honour the
+      application service rate_limited flag. (#9711)
+    - Fix longstanding bug which caused duplicate key value
+      violates unique constraint
+      "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key"
+      errors. (#9725)
+    - Fix bug where sharded federation senders could get stuck
+      repeatedly querying the DB in a loop, using lots of CPU.
+      (#9770)
+    - Fix duplicate logging of exceptions thrown during federation
+      transaction processing. (#9780)
+  - Updates to the Docker image
+    - Move opencontainers labels to the final Docker image such
+      that users can inspect them. (#9765)
+  - Improved Documentation
+    - Make the allowed_local_3pids regex example in the sample
+      config stricter. (#9719)
+  - Deprecations and Removals
+    - Remove old admin API GET /_synapse/admin/v1/users/<user_id>.
+      (#9401)
+    - Make /_matrix/client/r0/register expect a type of
+      m.login.application_service when an Application Service
+      registers a user, to align with the relevant spec. (#9548)
+  - Internal Changes
+    - Replace deprecated imp module with successor importlib.
+      Contributed by Cristina Mu??oz. (#9718)
+    - Experiment with GitHub Actions for CI. (#9661)
+    - Introduce flake8-bugbear to the test suite and fix some of
+      its lint violations. (#9682)
+    - Update scripts-dev/complement.sh to use a local checkout of
+      Complement, allow running a subset of tests and have it use
+      Synapse's Complement test blacklist. (#9685)
+    - Improve Jaeger tracing for to_device messages. (#9686)
+    - Add release helper script for automating part of the Synapse
+      release process. (#9713)
+    - Add type hints to expiring cache. (#9730)
+    - Convert various testcases to HomeserverTestCase. (#9736)
+    - Start linting mypy with no_implicit_optional. (#9742)
+    - Add missing type hints to federation handler and server.
+      (#9743)
+    - Check that a ConfigError is raised, rather than simply
+      Exception, when appropriate in homeserver config file
+      generation tests. (#9753)
+    - Fix incompatibility with tox 2.5. (#9769)
+    - Enable Complement tests for MSC2946: Spaces Summary API.
+      (#9771)
+    - Use mock from the standard library instead of a separate
+      package. (#9772)
+    - Update Black configuration to target Python 3.6. (#9781)
+    - Add option to skip unit tests when building Debian packages.
+      (#9793)
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.31.0.obscpio

New:
----
  matrix-synapse-1.32.0.obscpio

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

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.YNhi6j/_old  2021-04-21 21:00:52.742341173 +0200
+++ /var/tmp/diff_new_pack.YNhi6j/_new  2021-04-21 21:00:52.746341180 +0200
@@ -27,7 +27,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.31.0
+Version:        1.32.0
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        Apache-2.0

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.YNhi6j/_old  2021-04-21 21:00:52.786341243 +0200
+++ /var/tmp/diff_new_pack.YNhi6j/_new  2021-04-21 21:00:52.794341255 +0200
@@ -45,7 +45,7 @@
 %define         pkgname matrix-synapse
 %define         eggname matrix_synapse
 Name:           %{pkgname}
-Version:        1.31.0
+Version:        1.32.0
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YNhi6j/_old  2021-04-21 21:00:52.862341363 +0200
+++ /var/tmp/diff_new_pack.YNhi6j/_new  2021-04-21 21:00:52.862341363 +0200
@@ -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.31.0</param>
+    <param name="revision">v1.32.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--
-    <param name="revision">v1.31.0rc1</param>
+    <param name="revision">v1.32.0rc1</param>
     <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>
     -->

++++++ matrix-synapse-1.31.0.obscpio -> matrix-synapse-1.32.0.obscpio ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.31.0.obscpio 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.12324/matrix-synapse-1.32.0.obscpio
 differ: char 49, line 1

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.YNhi6j/_old  2021-04-21 21:00:52.950341501 +0200
+++ /var/tmp/diff_new_pack.YNhi6j/_new  2021-04-21 21:00:52.954341508 +0200
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.31.0
-mtime: 1617710996
-commit: 1d8863c67d3956c5d50baa0991595af8fc2525a2
+version: 1.32.0
+mtime: 1618926437
+commit: 438a8594cb5a74478da36fe33ba98d86e2ca00fc
 

Reply via email to