forked from pool/matrix-synapse
Accepting request 1171009 from network:messaging:matrix
- Update to 1.106.0 OBS-URL: https://build.opensuse.org/request/show/1171009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=99
This commit is contained in:
commit
3b68c9a174
4
_service
4
_service
@ -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.105.1</param>
|
||||
<param name="revision">v1.106.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
<param name="revision">v1.105.0rc1</param>
|
||||
<param name="revision">v1.107.0rc1</param>
|
||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
-->
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53a99082bf900c9d6feafc78be9c98869c4cd854027f8abf1bb09460d13f7d79
|
||||
size 36336653
|
3
matrix-synapse-1.106.0.obscpio
Normal file
3
matrix-synapse-1.106.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:881a3c05ab2c15a07c59a33791ccecdbbd595f9750d6b96c76f0ff27489c721a
|
||||
size 36404749
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.105.1
|
||||
Version: 1.106.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 14:09:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.106.0
|
||||
- Features
|
||||
- Send an email if the address is already bound to an user
|
||||
account. (#16819)
|
||||
- Implement the rendezvous mechanism described by MSC4108.
|
||||
(#17056)
|
||||
- Support delegating the rendezvous mechanism described MSC4108
|
||||
to an external implementation. (#17086)
|
||||
- Bugfixes
|
||||
- Add validation to ensure that the limit parameter on
|
||||
/publicRooms is non-negative. (#16920)
|
||||
- Return 400 M_NOT_JSON upon receiving invalid JSON in query
|
||||
parameters across various client and admin endpoints, rather
|
||||
than an internal server error. (#16923)
|
||||
- Make the CSAPI endpoint /keys/device_signing/upload
|
||||
idempotent. (#16943)
|
||||
- Redact membership events if the user requested erasure upon
|
||||
deactivating. (#17076)
|
||||
- Improved Documentation
|
||||
- Add a prompt in the contributing guide to manually configure
|
||||
icu4c. (#17069)
|
||||
- Clarify what part of message retention is still experimental.
|
||||
(#17099)
|
||||
- Internal Changes
|
||||
- Use new receipts column to optimise receipt and push action
|
||||
SQL queries. Contributed by Nick @ Beeper (@Fizzadar).
|
||||
(#17032, #17096)
|
||||
- Fix mypy with latest Twisted release. (#17036)
|
||||
- Bump minimum supported Rust version to 1.66.0. (#17079)
|
||||
- Add helpers to transform Twisted requests to Rust http
|
||||
Requests/Responses. (#17081)
|
||||
- Fix type annotation for visited_chains after mypy upgrade.
|
||||
(#17125)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 16:37:19 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: matrix-synapse
|
||||
version: 1.105.1
|
||||
mtime: 1713884233
|
||||
commit: 20c9e195197567c209edf45383e5d0cdd2ef2a5f
|
||||
version: 1.106.0
|
||||
mtime: 1714474310
|
||||
commit: e26673fe971a4d0316723b0e9ab487297db359f2
|
||||
|
@ -149,7 +149,7 @@
|
||||
%define pkgname matrix-synapse
|
||||
%define eggname matrix_synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.105.1
|
||||
Version: 1.106.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: AGPL-3.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c937e0167963d400f4e2cd9ef6a003345681a4b89482a6ad6df60437047a6f8a
|
||||
size 5854525
|
||||
oid sha256:de70fcd891f991add5a859f9ef1d4eb949710612c3ac96b82f22a89d65226644
|
||||
size 7019150
|
||||
|
Loading…
Reference in New Issue
Block a user