Accepting request 903369 from home:darix:apps
- Update to 1.37.1 This release resolves issues (such as #9490) where one busy room could cause head-of-line blocking, starving Synapse from processing events in other rooms, and causing all federated traffic to fall behind. Synapse 1.37.1 processes inbound federation traffic asynchronously, ensuring that one busy room won't impact others. Please upgrade to Synapse 1.37.1 as soon as possible, in order to increase resilience to other traffic spikes. - Features - Handle inbound events from federation asynchronously. (#10269, #10272) OBS-URL: https://build.opensuse.org/request/show/903369 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=185
This commit is contained in:
parent
d8b3e4275b
commit
f879397f10
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.37.0</param>
|
||||
<param name="revision">v1.37.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6167fa2244e1349e7ee281413b6c7d03045ad647c6cb2ccdebef5ad7da32dea
|
||||
size 30452749
|
3
matrix-synapse-1.37.1.obscpio
Normal file
3
matrix-synapse-1.37.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93a5fd63a080482cf1492a9386994ee688503fd075646b17b4dc4ffd858beaa0
|
||||
size 30480397
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.37.0
|
||||
Version: 1.37.1
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 14:03:06 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.37.1
|
||||
This release resolves issues (such as #9490) where one busy room
|
||||
could cause head-of-line blocking, starving Synapse from
|
||||
processing events in other rooms, and causing all federated
|
||||
traffic to fall behind. Synapse 1.37.1 processes inbound
|
||||
federation traffic asynchronously, ensuring that one busy room
|
||||
won't impact others. Please upgrade to Synapse 1.37.1 as soon as
|
||||
possible, in order to increase resilience to other traffic
|
||||
spikes.
|
||||
|
||||
- Features
|
||||
- Handle inbound events from federation asynchronously.
|
||||
(#10269, #10272)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 10:44:06 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.37.0
|
||||
mtime: 1624958203
|
||||
commit: 88f9e8d62e0573b5b6f1c3a8bfe4d87f9aebde47
|
||||
version: 1.37.1
|
||||
mtime: 1625060826
|
||||
commit: c45246153f65bf7e028d876727117b1ddf178979
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
%define pkgname matrix-synapse
|
||||
%define eggname matrix_synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.37.0
|
||||
Version: 1.37.1
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user