Accepting request 823649 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/823649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=18
This commit is contained in:
commit
b456343250
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.17.0</param>
|
<param name="revision">v1.18.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>
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74dcda718195da0fcf3399b5bb9bd2eba77e309629ef58ecbfd97414e018ce56
|
|
||||||
size 27525133
|
|
3
matrix-synapse-1.18.0.obscpio
Normal file
3
matrix-synapse-1.18.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0381b5786225968cf36f92d3fb0e6cc27560be644d2eef22b33f18a81c1ac4e
|
||||||
|
size 27662861
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.17.0
|
Version: 1.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 30 11:40:22 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Update to synapse 1.18.0.
|
||||||
|
* Features
|
||||||
|
+ Include room states on invite events that are sent to application
|
||||||
|
services.
|
||||||
|
+ Add delete room admin endpoint (POST /_synapse/admin/v1/rooms/<room_id>/delete).
|
||||||
|
+ Add experimental support for running multiple federation sender
|
||||||
|
processes.
|
||||||
|
+ Add the option to validate the iss and aud claims for JWT logins.
|
||||||
|
+ Add support for handling registration requests across multiple client
|
||||||
|
reader workers.
|
||||||
|
+ Add an admin API to list the users in a room. Contributed by Awesome
|
||||||
|
Technologies Innovationslabor GmbH.
|
||||||
|
+ Allow email subjects to be customised through Synapse's configuration.
|
||||||
|
+ Add the ability to re-activate an account from the admin API.
|
||||||
|
+ Add experimental support for running multiple pusher workers.
|
||||||
|
+ Add experimental support for moving typing off master.
|
||||||
|
+ Report CPU metrics to prometheus for time spent processing replication
|
||||||
|
commands.
|
||||||
|
+ Support oEmbed for media previews.
|
||||||
|
+ Abort federation requests where the client disconnects before the
|
||||||
|
ratelimiter expires.
|
||||||
|
+ Cache responses to /_matrix/federation/v1/state_ids to reduce duplicated
|
||||||
|
work.
|
||||||
|
* Bugfixes
|
||||||
|
* Fix detection of out of sync remote device lists when receiving events
|
||||||
|
from remote users.
|
||||||
|
* Fix bug where Synapse fails to process an incoming event over federation
|
||||||
|
if the server is missing too much of the event's auth chain.
|
||||||
|
* Fix a bug causing Synapse to misinterpret the value off for
|
||||||
|
encryption_enabled_by_default_for_room_type in its configuration file(s)
|
||||||
|
if that value isn't surrounded by quotes. This bug was introduced in
|
||||||
|
v1.16.0.
|
||||||
|
* Fix bug where we did not always pass in app_name or server_name to email
|
||||||
|
templates, including e.g. for registration emails.
|
||||||
|
* Errors which occur while using the non-standard JWT login now return the
|
||||||
|
proper error: 403 Forbidden with an error code of M_FORBIDDEN.
|
||||||
|
* Fix "AttributeError: 'str' object has no attribute 'get'" error message
|
||||||
|
when applying per-room message retention policies. The bug was introduced
|
||||||
|
in Synapse 1.7.0.
|
||||||
|
* Fix a bug introduced in Synapse 1.10.0 which could cause a "no create
|
||||||
|
event in auth events" error during room creation.
|
||||||
|
* Fix a bug which allowed empty rooms to be rejoined over federation.
|
||||||
|
* Fix 'Unable to find a suitable guest user ID' error when using multiple
|
||||||
|
client_reader workers.
|
||||||
|
* Fix a long standing bug where the tracing of async functions with
|
||||||
|
opentracing was broken.
|
||||||
|
* Fix "TypeError in synapse.notifier" exceptions.
|
||||||
|
* Fix deprecation warning due to invalid escape sequences.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 13 11:55:06 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
Mon Jul 13 11:55:06 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.17.0
|
version: 1.18.0
|
||||||
mtime: 1594632036
|
mtime: 1596106751
|
||||||
commit: 29df3d0e9f455c780d8489cc9bc293cb6fa6bc1e
|
commit: 320ef98852227210c630955dd4ad863a764a617c
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
%define modname synapse
|
%define modname synapse
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.17.0
|
Version: 1.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user