Accepting request 1208148 from network:messaging:matrix
Forwarded request #1208147 from darix - Update to 1.117.0 OBS-URL: https://build.opensuse.org/request/show/1208148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=110
This commit is contained in:
commit
6ca5960d97
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.116.0</param>
|
<param name="revision">v1.117.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.117.0rc1</param>
|
<param name="revision">v1.118.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:0b35d455d052ac6c51b1acffc979dfeeb9715a3a74392ad6a70fb1a6c8f5eaab
|
|
||||||
size 38308365
|
|
3
matrix-synapse-1.117.0.obscpio
Normal file
3
matrix-synapse-1.117.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b66127fcd8544971966bc4d3f2660f5f1676cea7438edca30e629a060a47b243
|
||||||
|
size 38332941
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.116.0
|
Version: 1.117.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,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 13:54:06 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 1.117.0
|
||||||
|
- Features
|
||||||
|
- Add config option redis.password_path. (#17717)
|
||||||
|
- Bugfixes
|
||||||
|
- Fix a rare bug introduced in v1.29.0 where invalidating a
|
||||||
|
user's access token from a worker could raise an error.
|
||||||
|
(#17779)
|
||||||
|
- In the response to GET /_matrix/client/versions, set the
|
||||||
|
unstable_features flag for MSC4140 to false when server
|
||||||
|
configuration disables support for delayed events. (#17780)
|
||||||
|
- Improve input validation and room membership checks in admin
|
||||||
|
redaction API. (#17792)
|
||||||
|
- Improved Documentation
|
||||||
|
- Clarify the docstring of test_forget_when_not_left. (#17628)
|
||||||
|
- Add documentation note about PYTHONMALLOC for accurate
|
||||||
|
jemalloc memory tracking. Contributed by @hensg. (#17709)
|
||||||
|
- Remove spurious "TODO UPDATE ALL THIS" note in the Debian
|
||||||
|
installation docs. (#17749)
|
||||||
|
- Explain how load balancing works for
|
||||||
|
federation_sender_instances. (#17776)
|
||||||
|
- Internal Changes
|
||||||
|
- Minor performance increase for large accounts using sliding
|
||||||
|
sync. (#17751)
|
||||||
|
- Increase performance of the notifier when there are many
|
||||||
|
syncing users. (#17765, #17766)
|
||||||
|
- Fix performance of streams that don't change often. (#17767)
|
||||||
|
- Improve performance of sliding sync connections that do not
|
||||||
|
ask for any rooms. (#17768)
|
||||||
|
- Reduce overhead of sliding sync E2EE loops. (#17771)
|
||||||
|
- Sliding sync minor performance speed up using new table.
|
||||||
|
(#17787)
|
||||||
|
- Sliding sync minor performance improvement by omitting
|
||||||
|
unchanged data from incremental responses. (#17788)
|
||||||
|
- Speed up sliding sync when there are many active
|
||||||
|
subscriptions. (#17789)
|
||||||
|
- Add missing license headers on new source files. (#17799)
|
||||||
|
- Updates to locked dependencies
|
||||||
|
- Bump phonenumbers from 8.13.45 to 8.13.46. (#17773)
|
||||||
|
- Bump python-multipart from 0.0.10 to 0.0.12. (#17772)
|
||||||
|
- Bump regex from 1.10.6 to 1.11.0. (#17770)
|
||||||
|
- Bump ruff from 0.6.7 to 0.6.8. (#17774)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 17:19:50 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Tue Oct 1 17:19:50 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.116.0
|
version: 1.117.0
|
||||||
mtime: 1727777653
|
mtime: 1728985593
|
||||||
commit: 55c0391cc821170706d656bd8a2252627865bedc
|
commit: ec885ffd334df29c99aaf722424d61a9e7739a1a
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
%global msgpack_version 1.1.0
|
%global msgpack_version 1.1.0
|
||||||
# TODO 1.3.0
|
# TODO 1.3.0
|
||||||
%global netaddr_version 1.2.1
|
%global netaddr_version 1.2.1
|
||||||
|
# TODO 8.13.46
|
||||||
%global phonenumbers_version 8.13.44
|
%global phonenumbers_version 8.13.44
|
||||||
%global prometheus_client_version 0.20.0
|
%global prometheus_client_version 0.20.0
|
||||||
%global psutil_version 2.0.0
|
%global psutil_version 2.0.0
|
||||||
@ -157,7 +158,7 @@
|
|||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
%define eggname matrix_synapse
|
%define eggname matrix_synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.116.0
|
Version: 1.117.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:d9ed1bf8302d998d3e290c32314729818848b2e67e05a8c52c006dd494b22956
|
oid sha256:535d4ee4e189b76a8e28c6fbdbe9582baf9686a8b532456b086103b8089b99e9
|
||||||
size 7137534
|
size 7140712
|
||||||
|
Loading…
x
Reference in New Issue
Block a user