1
0

Accepting request 1198379 from network:messaging:matrix

Forwarded request #1198378 from darix

- Update to 1.114.0

OBS-URL: https://build.opensuse.org/request/show/1198379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2024-09-03 11:38:51 +00:00 committed by Git OBS Bridge
commit 724a0a4726
8 changed files with 109 additions and 18 deletions

View File

@ -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.113.0</param>
<param name="revision">v1.114.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--
<param name="revision">v1.114.0rc1</param>
<param name="revision">v1.115.0rc1</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
-->

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c52f61ef6801829cc218e83767bbc6586471bb7289fcb93d69bbf88a45226952
size 37584397

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ca30e5576a8dfe93534758716ec01c3fd356a5a1a44f9365615f88728e52bb3
size 37705229

View File

@ -27,7 +27,7 @@
%define pkgname matrix-synapse
Name: %{pkgname}-test
Version: 1.113.0
Version: 1.114.0
Release: 0
Summary: Test package for %{pkgname}
License: AGPL-3.0-or-later

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Mon Sep 2 19:24:17 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.114.0
This release enables support for MSC4186 — Simplified Sliding
Sync. This allows using the upcoming releases of the Element X
mobile apps without having to run a Sliding Sync P
- Features
- Enable native sliding sync support (MSC3575 and MSC4186) by
default. (#17648)
- Improve cross-signing upload when using MSC3861 to use a
custom UIA flow stage, with web fallback support. (#17509)
- Make hash_password accept password input from stdin. (#17608)
- Add a flag to /versions, org.matrix.simplified_msc3575, to
indicate whether experimental sliding sync support has been
enabled. (#17571)
- Handle changes in timeline_limit in experimental sliding
sync. (#17579)
- Correctly track read receipts that should be sent down in
experimental sliding sync. (#17575, #17589, #17592)
- Bugfixes
- Fix regression in v1.114.0rc2 that caused workers to fail to
start. (#17626)
- Fix hierarchy returning 403 when room is accessible through
federation. Contributed by Krishan (@kfiven). (#17194)
- Fix content-length on federation /thumbnail responses.
(#17532)
- Fix authenticated media responses using a wrong limit when
following redirects over federation. (#17543)
- Start handlers for new media endpoints when media resource
configured. (#17483)
- Fix timeline ordering (using stream_ordering instead of
topological ordering) in experimental MSC3575 Sliding Sync
/sync endpoint. (#17510)
- Fix experimental sliding sync implementation to remember any
updates in rooms that were not sent down immediately.
(#17535)
- Better exclude partially stated rooms if we must await full
state in experimental MSC3575 Sliding Sync /sync endpoint.
(#17538)
- Handle lower-case http headers in _Mulitpart_Parser_Protocol.
(#17545)
- Fix fetching federation signing keys from servers that omit
old_verify_keys. Contributed by @tulir @ Beeper. (#17568)
- Fix bug where we would respond with an error when a remote
server asked for media that had a length of 0, using the new
multipart federation media endpoint. (#17570)
- Improved Documentation
- Clarify default behaviour of the
- auto_accept_invites.worker_to_run_on
- option. (#17515)
- Improve docstrings for profile methods. (#17559)
- Internal Changes
- MSC3861: load the issuer and account management URLs from
OIDC discovery. (#17407)
- Refactor sliding sync class into multiple files. (#17595)
- Store sliding sync per-connection state in the database.
(#17599)
- Make the sliding sync PerConnectionState class immutable.
(#17600)
- Add support to @tag_args for standalone functions. (#17604)
- Speed up incremental syncs in sliding sync by adding some
more caching. (#17606)
- Always return the user's own read receipts in sliding sync.
(#17617)
- Replace isort and black with ruff. (#17620)
- Refactor sliding sync code to move room list logic out into a
separate class. (#17622)
- Add more tracing to experimental MSC3575 Sliding Sync /sync
endpoint. (#17514)
- Fixup comment in sliding sync implementation. (#17531)
- Replace override of deprecated method
HTTPAdapter.get_connection with
get_connection_with_tls_context. (#17536)
- Fix performance of device lists in /key/changes and sliding
sync. (#17537, #17548)
- Bump setuptools from 67.6.0 to 72.1.0. (#17542)
- Add a utility function for generating random event IDs.
(#17557)
- Speed up responding to media requests. (#17558, #17561,
#17564, #17566, #17567, #17569)
- Test github token before running release script steps.
(#17562)
- Reduce log spam of multipart files. (#17563)
- Refactor per-connection state in experimental sliding sync
handler. (#17574)
- Add histogram metrics for sliding sync processing time.
(#17593)
-------------------------------------------------------------------
Wed Aug 21 09:48:38 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -1,4 +1,4 @@
name: matrix-synapse
version: 1.113.0
mtime: 1723556221
commit: bab37dfc6fe81ebb4995859ebe2c09d68a12a0c9
version: 1.114.0
mtime: 1725293314
commit: 5eec67b6ef4b76caa2324a80e01e361bfa84a929

View File

@ -22,27 +22,27 @@
%if %{with use_poetry_for_dependencies}
%global Jinja2_version 3.1.4
%global Pillow_version 10.4.0
# TODO: 6.0.2
%global PyYAML_version 6.0.1
%global attrs_version 23.2.0
%global bcrypt_version 4.2.0
%global bleach_version 6.1.0
%global canonicaljson_version 2.0.0
%global cryptography_version 42.0.8
%global cryptography_version 43.0.0
%global immutabledict_version 4.2.0
%global idna_version 3.7
%global ijson_version 3.3.0
%global jsonschema_version 4.20.0
%global matrix_common_version 1.3.0
%global matrix_common_max_version 2
# TODO 1.0.8
%global msgpack_version 1.0.7
%global msgpack_version 1.0.8
# TODO 1.3.0
%global netaddr_version 1.2.1
# TODO 8.13.44
%global phonenumbers_version 8.13.39
%global prometheus_client_version 0.20.0
%global psutil_version 2.0.0
# todo: 24.2.1
%global pyOpenSSL_version 24.1.0
%global pyOpenSSL_version 24.2.1
%global pyasn1_version 0.6.0
%global pyasn1_modules_version 0.3.0
%global pymacaroons_version 0.13.0
@ -59,8 +59,9 @@
%global psycopg2_version 2.9.9
%global pysaml2_version 7.3.1
%global Authlib_version 1.3.1
# TODO 5.3.0
%global lxml_version 5.2.2
%global sentry_sdk_version 2.10.0
%global sentry_sdk_version 2.13.0
%global PyJWT_version 2.6.0
%global jaeger_client_version 4.8.0
%global opentracing_version 2.4.0
@ -154,7 +155,7 @@
%define pkgname matrix-synapse
%define eggname matrix_synapse
Name: %{pkgname}
Version: 1.113.0
Version: 1.114.0
Release: 0
Summary: Matrix protocol reference homeserver
License: AGPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4734a5edcfe9ca159ce4ee521477708d83e00220765203c5bf4c2b88a82c7a64
size 7122862
oid sha256:87d43a1ae29ef0be416730d4765189d904505ee047e99780202657f6d8284389
size 7122019