Accepting request 1174027 from home:darix:apps
- Update to 1.107.0 OBS-URL: https://build.opensuse.org/request/show/1174027 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=319
This commit is contained in:
parent
2f52b4388a
commit
c22d981a4b
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.106.0</param>
|
<param name="revision">v1.107.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.107.0rc1</param>
|
<param name="revision">v1.108.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:881a3c05ab2c15a07c59a33791ccecdbbd595f9750d6b96c76f0ff27489c721a
|
|
||||||
size 36404749
|
|
3
matrix-synapse-1.107.0.obscpio
Normal file
3
matrix-synapse-1.107.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:715dc1a941560bfeaae108e181bddfad9a595d3313f755850b34d775d327087f
|
||||||
|
size 36430349
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.106.0
|
Version: 1.107.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,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 14 14:41:53 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to 1.107.0
|
||||||
|
- Features
|
||||||
|
- Add preliminary support for MSC3823: Account Suspension.
|
||||||
|
(#17051)
|
||||||
|
- Declare support for Matrix v1.10. Contributed by @clokep.
|
||||||
|
(#17082)
|
||||||
|
- Add support for MSC4115: membership metadata on events.
|
||||||
|
(#17104, #17137)
|
||||||
|
- Bugfixes
|
||||||
|
- Fixed search feature of Element Android on homesevers using
|
||||||
|
SQLite by returning search terms as search highlights.
|
||||||
|
(#17000)
|
||||||
|
- Fixes a bug introduced in v1.52.0 where the destination query
|
||||||
|
parameter for the Destination Rooms Admin API failed to
|
||||||
|
actually filter returned rooms. (#17077)
|
||||||
|
- For MSC3266 room summaries, support queries at the
|
||||||
|
recommended endpoint of
|
||||||
|
/_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}.
|
||||||
|
The existing endpoint of
|
||||||
|
/_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary
|
||||||
|
is deprecated. (#17078)
|
||||||
|
- Apply user email & picture during OIDC registration if
|
||||||
|
present & selected. (#17120)
|
||||||
|
- Improve error message for cross signing reset with MSC3861
|
||||||
|
enabled. (#17121)
|
||||||
|
- Fix a bug which meant that to-device messages received over
|
||||||
|
federation could be dropped when the server was under load or
|
||||||
|
networking problems caused problems between Synapse processes
|
||||||
|
or the database. (#17127)
|
||||||
|
- Fix bug where StreamChangeCache would not respect configured
|
||||||
|
cache factors. (#17152)
|
||||||
|
- Updates to the Docker image
|
||||||
|
- Correct licensing metadata on Docker image. (#17141)
|
||||||
|
- Improved Documentation
|
||||||
|
- Update the event_cache_size and global_factor configuration
|
||||||
|
options' documentation. (#17071)
|
||||||
|
- Remove broken sphinx docs. (#17073, #17148)
|
||||||
|
- Add RuntimeDirectory to example matrix-synapse.service
|
||||||
|
systemd unit. (#17084)
|
||||||
|
- Fix various small typos throughout the docs. (#17114)
|
||||||
|
- Update enable_notifs configuration documentation. (#17116)
|
||||||
|
- Update the Upgrade Notes with the latest minimum supported
|
||||||
|
Rust version of 1.66.0. Contributed by @jahway603. (#17140)
|
||||||
|
- Internal Changes
|
||||||
|
- Enable MSC3266 by default in the Synapse Complement image.
|
||||||
|
(#17105)
|
||||||
|
- Add optimisation to
|
||||||
|
StreamChangeCache.get_entities_changed(..). (#17130)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 30 14:09:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Tue Apr 30 14:09:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.106.0
|
version: 1.107.0
|
||||||
mtime: 1714474310
|
mtime: 1715692541
|
||||||
commit: e26673fe971a4d0316723b0e9ab487297db359f2
|
commit: ecf4e0674c9a027aec253adaca89ed260700224b
|
||||||
|
@ -149,7 +149,7 @@
|
|||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
%define eggname matrix_synapse
|
%define eggname matrix_synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.106.0
|
Version: 1.107.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:de70fcd891f991add5a859f9ef1d4eb949710612c3ac96b82f22a89d65226644
|
oid sha256:07065a8ad3e34fcdab37f32fc43d34c736240208887b6b499b1074c5a7de20ae
|
||||||
size 7019150
|
size 7020673
|
||||||
|
Loading…
Reference in New Issue
Block a user