f879397f10
- 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
23 lines
857 B
Plaintext
23 lines
857 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">matrix-synapse</param>
|
|
<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.1</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!--
|
|
<param name="revision">v1.38.0rc1</param>
|
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
-->
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|