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 2023-02-14 20:08:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old) and /work/SRC/openSUSE:Factory/.matrix-synapse.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matrix-synapse" Tue Feb 14 20:08:14 2023 rev:79 rq:1065776 version:1.77.0 Changes: -------- --- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes 2023-02-01 16:48:04.640851108 +0100 +++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.22824/matrix-synapse.changes 2023-02-14 20:08:16.724441137 +0100 @@ -1,0 +2,72 @@ +Tue Feb 14 15:18:22 UTC 2023 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 1.77.0 + - Features + - Experimental support for MSC3952: intentional mentions. + (#14823, #14943, #14957, #14958) + - Experimental support to suppress notifications from message + edits (MSC3958). (#14960, #15016) + - Add profile information, devices and connections to the + command line user data export tool. (#14894) + - Improve performance when joining or sending an event in large + rooms. (#14962) + - Improve performance of joining and leaving large rooms with + many local users. (#14971) + - Bugfixes + - Fix bug where retried replication requests would return a + failure. Introduced in v1.76.0. (#15024) + - Fix a bug introduced in Synapse 1.53.0 where next_batch + tokens from /sync could not be used with the /relations + endpoint. (#14866) + - Fix a bug introduced in Synapse 1.35.0 where the module API's + send_local_online_presence_to would fail to send presence + updates over federation. (#14880) + - Fix a bug introduced in Synapse 1.70.0 where the background + updates to add non-thread unique indexes on receipts could + fail when upgrading from 1.67.0 or earlier. (#14915) + - Fix a regression introduced in Synapse 1.69.0 which can + result in database corruption when database migrations are + interrupted on sqlite. (#14926) + - Fix a bug introduced in Synapse 1.68.0 where we were unable + to service remote joins in rooms with @room notification + levels set to null in their (malformed) power levels. + (#14942) + - Fix a bug introduced in Synapse 1.64.0 where boolean power + levels were erroneously permitted in v10 rooms. (#14944) + - Fix a long-standing bug where sending messages on servers + with presence enabled would spam "Re-starting finished log + context" log lines. (#14947) + - Fix a bug introduced in Synapse 1.68.0 where logging from the + Rust module was not properly logged. (#14976) + - Fix various long-standing bugs in Synapse's config, event and + request handling where booleans were unintentionally accepted + where an integer was expected. (#14945) + - Internal Changes + - Prepare for future database schema changes. (#15036) + - Add missing type hints. (#14879, #14886, #14887, #14904, + #14927, #14956, #14983, #14984, #14985, #14987, #14988, + #14990, #14991, #14992, #15007) + - Use StrCollection to avoid potential bugs with + Collection[str]. (#14922) + - Allow running the complement tests suites with the asyncio + reactor enabled. (#14858) + - Improve performance of /sync in a few situations. (#14908, + #14970) + - Document how to handle Dependabot pull requests. (#14916) + - Fix typo in release script. (#14920) + - Update build system requirements to allow building with + poetry-core 1.5.0. (#14949, #15019) + - Add an lnav config file for Synapse logs to /contrib/lnav. + (#14953) + - Faster joins: Refactor internal handling of servers in room + to never store an empty list. (#14954) + - Faster joins: tag v2/send_join/ requests to indicate if they + served a partial join response. (#14950) + - Allow running cargo without the extension-module option. + (#14965) + - Preparatory work for adding a denormalised event stream + ordering column in the future. Contributed by Nick @ Beeper + (@Fizzadar). (#14979, 9cd7610, f10caa7; see #15014) + - Add tests for _flatten_dict. (#14981, #15002) + +------------------------------------------------------------------- Old: ---- matrix-synapse-1.76.0.obscpio vendor.tar.xz New: ---- matrix-synapse-1.77.0.obscpio vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matrix-synapse-test.spec ++++++ --- /var/tmp/diff_new_pack.KmxRCb/_old 2023-02-14 20:08:17.988448622 +0100 +++ /var/tmp/diff_new_pack.KmxRCb/_new 2023-02-14 20:08:17.992448645 +0100 @@ -27,7 +27,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.76.0 +Version: 1.77.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 ++++++ matrix-synapse.spec ++++++ --- /var/tmp/diff_new_pack.KmxRCb/_old 2023-02-14 20:08:18.016448788 +0100 +++ /var/tmp/diff_new_pack.KmxRCb/_new 2023-02-14 20:08:18.020448811 +0100 @@ -38,8 +38,8 @@ %global matrix_common_max_version 2 %global msgpack_version 1.0.4 %global netaddr_version 0.8.0 -%global phonenumbers_version 8.13.4 -%global prometheus_client_version 0.15.0 +%global phonenumbers_version 8.13.5 +%global prometheus_client_version 0.16.0 %global psutil_version 2.0.0 %global pyOpenSSL_version 23.0.0 %global pyasn1_version 0.4.8 @@ -83,7 +83,7 @@ %global cryptography_version 3.4.7 %global frozendict_version 2.1.3 %global idna_version 2.5 -%global ijson_version 3.1.4 +%global ijson_version 3.2.0 %global jsonschema_version 3.0.0 %global matrix_common_version 1.3.0 %global matrix_common_max_version 2 @@ -156,14 +156,14 @@ %define pkgname matrix-synapse %define eggname matrix_synapse Name: %{pkgname} -Version: 1.76.0 +Version: 1.77.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0 Group: Productivity/Networking/Instant Messenger URL: https://github.com/matrix-org/synapse Source0: %{pkgname}-%{version}.tar.xz -Source1: vendor.tar.xz +Source1: vendor.tar.zst Source2: cargo_config Source47: matrix-synapse-user.conf Source48: README.SUSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KmxRCb/_old 2023-02-14 20:08:18.072449120 +0100 +++ /var/tmp/diff_new_pack.KmxRCb/_new 2023-02-14 20:08:18.076449143 +0100 @@ -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.76.0</param> + <param name="revision">v1.77.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <!-- - <param name="revision">v1.77.0rc1</param> + <param name="revision">v1.78.0rc1</param> <param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param> <param name="versionrewrite-replacement">\1~\2</param> --> ++++++ matrix-synapse-1.76.0.obscpio -> matrix-synapse-1.77.0.obscpio ++++++ /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse-1.76.0.obscpio /work/SRC/openSUSE:Factory/.matrix-synapse.new.22824/matrix-synapse-1.77.0.obscpio differ: char 49, line 1 ++++++ matrix-synapse.obsinfo ++++++ --- /var/tmp/diff_new_pack.KmxRCb/_old 2023-02-14 20:08:18.152449593 +0100 +++ /var/tmp/diff_new_pack.KmxRCb/_new 2023-02-14 20:08:18.156449617 +0100 @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.76.0 -mtime: 1675182922 -commit: eafdb12dd8db985fbe1ac27ca75d28af8d4e4c5d +version: 1.77.0 +mtime: 1676375955 +commit: 3e90dfdd81c2c6dcaf1f21f24fbca0a4c820b150