Accepting request 1195052 from network:messaging:matrix
Forwarded request #1195051 from darix - Update to 1.113.0 OBS-URL: https://build.opensuse.org/request/show/1195052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=106
This commit is contained in:
commit
3a1a4b50b0
4
_service
4
_service
@ -4,11 +4,11 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="url">https://github.com/element-hq/synapse.git</param>
|
<param name="url">https://github.com/element-hq/synapse.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.112.0</param>
|
<param name="revision">v1.113.0</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<!--
|
<!--
|
||||||
<param name="revision">v1.113.0rc1</param>
|
<param name="revision">v1.114.0rc1</param>
|
||||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1~\2</param>
|
<param name="versionrewrite-replacement">\1~\2</param>
|
||||||
-->
|
-->
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d0ac72c80abe374740683f0af068b45baa067a102ae9deaf0f324d20b375f31
|
|
||||||
size 37371405
|
|
3
matrix-synapse-1.113.0.obscpio
Normal file
3
matrix-synapse-1.113.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c52f61ef6801829cc218e83767bbc6586471bb7289fcb93d69bbf88a45226952
|
||||||
|
size 37584397
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.112.0
|
Version: 1.113.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 09:48:38 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 1.113.0
|
||||||
|
- Features
|
||||||
|
- Track which rooms have been sent to clients in the
|
||||||
|
experimental MSC3575 Sliding Sync /sync endpoint. (#17447)
|
||||||
|
- Add Account Data extension support to experimental MSC3575
|
||||||
|
Sliding Sync /sync endpoint. (#17477)
|
||||||
|
- Add receipts extension support to experimental MSC3575
|
||||||
|
Sliding Sync /sync endpoint. (#17489)
|
||||||
|
- Add typing notification extension support to experimental
|
||||||
|
MSC3575 Sliding Sync /sync endpoint. (#17505)
|
||||||
|
- Bugfixes
|
||||||
|
- Update experimental MSC3575 Sliding Sync /sync endpoint to
|
||||||
|
handle invite/knock rooms when filtering. (#17450)
|
||||||
|
- Fix a bug introduced in v1.110.0 which caused /keys/query to
|
||||||
|
return incomplete results, leading to high network activity
|
||||||
|
and CPU usage on Matrix clients. (#17499)
|
||||||
|
- Improved Documentation
|
||||||
|
- Update the allowed_local_3pids config option's msisdn address
|
||||||
|
to a working example. (#17476)
|
||||||
|
- Internal Changes
|
||||||
|
- Change sliding sync to use their own token format in
|
||||||
|
preparation for storing per-connection state. (#17452)
|
||||||
|
- Ensure we don't send down negative bump_stamp in experimental
|
||||||
|
sliding sync endpoint. (#17478)
|
||||||
|
- Do not send down empty room entries down experimental sliding
|
||||||
|
sync endpoint. (#17479)
|
||||||
|
- Refactor Sliding Sync tests to better utilize the
|
||||||
|
SlidingSyncBase. (#17481, #17482)
|
||||||
|
- Add some opentracing tags and logging to the experimental
|
||||||
|
sliding sync implementation. (#17501)
|
||||||
|
- Split and move Sliding Sync tests so we have some more sane
|
||||||
|
test file sizes. (#17504)
|
||||||
|
- Update the limited field description in the Sliding Sync
|
||||||
|
response to accurately describe what it actually represents.
|
||||||
|
(#17507)
|
||||||
|
- Easier to understand timeline assertions in Sliding Sync
|
||||||
|
tests. (#17511)
|
||||||
|
- Reset the sliding sync connection if we don't recognize the
|
||||||
|
per-connection state position. (#17529)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 17:07:03 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Tue Jul 30 17:07:03 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.112.0
|
version: 1.113.0
|
||||||
mtime: 1722356649
|
mtime: 1723556221
|
||||||
commit: 37f9876ccfdd9963cda4ff802882b9eec037877a
|
commit: bab37dfc6fe81ebb4995859ebe2c09d68a12a0c9
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global Pillow_version 10.4.0
|
%global Pillow_version 10.4.0
|
||||||
%global PyYAML_version 6.0.1
|
%global PyYAML_version 6.0.1
|
||||||
%global attrs_version 23.2.0
|
%global attrs_version 23.2.0
|
||||||
%global bcrypt_version 4.1.3
|
%global bcrypt_version 4.2.0
|
||||||
%global bleach_version 6.1.0
|
%global bleach_version 6.1.0
|
||||||
%global canonicaljson_version 2.0.0
|
%global canonicaljson_version 2.0.0
|
||||||
%global cryptography_version 42.0.8
|
%global cryptography_version 42.0.8
|
||||||
@ -154,7 +154,7 @@
|
|||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
%define eggname matrix_synapse
|
%define eggname matrix_synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.112.0
|
Version: 1.113.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:df0325c14caa2cfbf67954376cbe5b4611ffff740ba1dd39c97ff4e1364ad4bc
|
oid sha256:4734a5edcfe9ca159ce4ee521477708d83e00220765203c5bf4c2b88a82c7a64
|
||||||
size 7263419
|
size 7122862
|
||||||
|
Loading…
x
Reference in New Issue
Block a user