Hello community,

here is the log from the commit of package matrix-synapse for openSUSE:Factory 
checked in at 2020-08-29 20:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and      /work/SRC/openSUSE:Factory/.matrix-synapse.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matrix-synapse"

Sat Aug 29 20:45:01 2020 rev:19 rq:830381 version:1.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes    
2020-07-31 16:06:47.384782935 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.3399/matrix-synapse.changes  
2020-08-29 20:45:12.649536829 +0200
@@ -1,0 +2,97 @@
+Thu Aug 27 13:10:02 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to synapse to 1.19.1
+  - Bugfixes
+    - Fix a bug introduced in v1.19.0 where appservices with
+      ratelimiting disabled would still be ratelimited when joining
+      rooms. (#8139)
+    - Fix a bug introduced in v1.19.0 that would cause e.g. profile
+      updates to fail due to incorrect application of rate limits
+      on join requests. (#8153)
+
+-------------------------------------------------------------------
+Mon Aug 17 14:36:41 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to synapse 1.19.0
+  - Features
+    - Add option to allow server admins to join rooms which fail
+      complexity checks. Contributed by @lugino-emeritus. (#7902)
+    - Add an option to purge room or not with delete room admin
+      endpoint (POST /_synapse/admin/v1/rooms/<room_id>/delete).
+      Contributed by @dklimpel. (#7964)
+    - Add rate limiting to users joining rooms. (#8008)
+    - Add a /health endpoint to every configured HTTP listener that
+      can be used as a health check endpoint by load balancers.
+      (#8048)
+    - Allow login to be blocked based on the values of SAML
+      attributes. (#8052)
+    - Allow guest access to the GET
+      /_matrix/client/r0/rooms/{room_id}/members endpoint,
+      according to MSC2689. Contributed by Awesome Technologies
+      Innovationslabor GmbH. (#7314)
+  - Bugfixes
+    - Fix a bug introduced in Synapse v1.7.2 which caused
+      inaccurate membership counts in the room directory. (#7977)
+    - Fix a long standing bug: 'Duplicate key value violates unique
+      constraint "event_relations_id"' when message retention is
+      configured. (#7978)
+    - Fix "no create event in auth events" when trying to reject
+      invitation after inviter leaves. Bug introduced in Synapse
+      v1.10.0. (#7980)
+    - Fix various comments and minor discrepencies in server
+      notices code. (#7996)
+    - Fix a long standing bug where HTTP HEAD requests resulted in
+      a 400 error. (#7999)
+    - Fix a long-standing bug which caused two copies of some log
+      lines to be written when synctl was used along with a
+      MemoryHandler logger. (#8011, #8012)
+  - Updates to the Docker image
+    - We no longer publish Docker images with the -py3 tag suffix,
+      as announced in the upgrade notes. (#8056)
+  - Improved Documentation
+    - Document how to set up a client .well-known file and fix
+      several pieces of outdated documentation. (#7899)
+    - Improve workers docs. (#7990, #8000)
+    - Fix typo in docs/workers.md. (#7992)
+    - Add documentation for how to undo a room shutdown. (#7998,
+      #8010)
+  - Internal Changes
+    - Reduce the amount of whitespace in JSON stored and sent in
+      responses. Contributed by David Vo. (#7372)
+    - Switch to the JSON implementation from the standard library
+      and bump the minimum version of the canonicaljson library to
+      1.2.0. (#7936, #7979)
+    - Convert various parts of the codebase to async/await. (#7947,
+      #7948, #7949, #7951, #7963, #7973, #7975, #7976, #7981,
+      #7987, #7989, #8003, #8014, #8016, #8027, #8031, #8032,
+      #8035, #8042, #8044, #8045, #8061, #8062, #8063, #8066,
+      #8069, #8070)
+    - Move some database-related log lines from the default logger
+      to the database/transaction loggers. (#7952)
+    - Add a script to detect source code files using non-unix line
+      terminators. (#7965, #7970)
+    - Log the SAML session ID during creation. (#7971)
+    - Implement new experimental push rules for some users. (#7997)
+    - Remove redundant and unreliable signature check for v1
+      Identity Service lookup responses. (#8001)
+    - Improve the performance of the register endpoint. (#8009)
+    - Reduce less useful output in the newsfragment CI step. Add a
+      link to the changelog section of the contributing guide on
+      error. (#8024)
+    - Rename storage layer objects to be more sensible. (#8033)
+    - Change the default log config to reduce disk I/O and storage
+      for new servers. (#8040)
+    - Add an assertion on prev_events in create_new_client_event.
+      (#8041)
+    - Add a comment to ServerContextFactory about the use of
+      SSLv23_METHOD. (#8043)
+    - Log OPTIONS requests at DEBUG rather than INFO level to
+      reduce amount logged at INFO. (#8049)
+    - Reduce amount of outbound request logging at INFO level.
+      (#8050)
+    - It is no longer necessary to explicitly define filters in the
+      logging configuration. (Continuing to do so is redundant but
+      harmless.) (#8051)
+    - Add and improve type hints. (#8058, #8064, #8060, #8067)
+
+-------------------------------------------------------------------

Old:
----
  matrix-synapse-1.18.0.obscpio

New:
----
  matrix-synapse-1.19.1.obscpio

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

Other differences:
------------------
++++++ matrix-synapse-test.spec ++++++
--- /var/tmp/diff_new_pack.sRMkUq/_old  2020-08-29 20:45:14.113537440 +0200
+++ /var/tmp/diff_new_pack.sRMkUq/_new  2020-08-29 20:45:14.117537442 +0200
@@ -32,7 +32,7 @@
 
 %define         pkgname matrix-synapse
 Name:           %{pkgname}-test
-Version:        1.18.0
+Version:        1.19.1
 Release:        0
 Summary:        Test package for %{pkgname}
 License:        Apache-2.0

++++++ matrix-synapse.spec ++++++
--- /var/tmp/diff_new_pack.sRMkUq/_old  2020-08-29 20:45:14.169537463 +0200
+++ /var/tmp/diff_new_pack.sRMkUq/_new  2020-08-29 20:45:14.173537466 +0200
@@ -46,7 +46,7 @@
 %define         modname synapse
 %define         pkgname matrix-synapse
 Name:           %{pkgname}
-Version:        1.18.0
+Version:        1.19.1
 Release:        0
 Summary:        Matrix protocol reference homeserver
 License:        Apache-2.0
@@ -90,10 +90,8 @@
 %requires_eq    python3-bcrypt
 BuildRequires:  python3-bleach >= 1.4.3
 %requires_eq    python3-bleach
-BuildRequires:  python3-canonicaljson >= 1.1.3
+BuildRequires:  python3-canonicaljson >= 1.2.0
 %requires_eq    python3-canonicaljson
-BuildRequires:  python3-daemonize >= 2.3.1
-%requires_eq    python3-daemonize
 BuildRequires:  python3-frozendict >= 1
 %requires_eq    python3-frozendict
 BuildRequires:  python3-idna >= 2.5

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sRMkUq/_old  2020-08-29 20:45:14.249537497 +0200
+++ /var/tmp/diff_new_pack.sRMkUq/_new  2020-08-29 20:45:14.253537499 +0200
@@ -4,7 +4,7 @@
     <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.18.0</param>
+    <param name="revision">v1.19.1</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
     <!--

++++++ matrix-synapse-1.18.0.obscpio -> matrix-synapse-1.19.1.obscpio ++++++
/work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.18.0.obscpio 
/work/SRC/openSUSE:Factory/.matrix-synapse.new.3399/matrix-synapse-1.19.1.obscpio
 differ: char 46, line 1

++++++ matrix-synapse.obsinfo ++++++
--- /var/tmp/diff_new_pack.sRMkUq/_old  2020-08-29 20:45:14.325537529 +0200
+++ /var/tmp/diff_new_pack.sRMkUq/_new  2020-08-29 20:45:14.329537530 +0200
@@ -1,5 +1,5 @@
 name: matrix-synapse
-version: 1.18.0
-mtime: 1596106751
-commit: 320ef98852227210c630955dd4ad863a764a617c
+version: 1.19.1
+mtime: 1598521839
+commit: eadfda3ebc165317c634948826d50794b11dad46
 


Reply via email to