Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6b64ee9

Browse files
author
David Robertson
committed
1.58.0rc2
1 parent f59e3f4 commit 6b64ee9

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Synapse 1.58.0rc2 (2022-04-26)
2+
==============================
3+
4+
This release candidate fixes bugs related to Synapse 1.58.0rc1's logic for handling device list updates.
5+
6+
Bugfixes
7+
--------
8+
9+
- Fix a bug introduced in Synapse 1.58.0rc1 where the main process could consume excessive amounts of CPU and memory handling sentry logging failures. ([\#12554](https://github.com/matrix-org/synapse/issues/12554))
10+
- Fix a bug introduced in Synapse 1.58.0rc1 where opentracing contexts were not correctly sent to whitelisted remote servers with device lists updates. ([\#12555](https://github.com/matrix-org/synapse/issues/12555))
11+
12+
13+
Internal Changes
14+
----------------
15+
16+
- Reduce unnecessary work when handling remote device list updates. ([\#12557](https://github.com/matrix-org/synapse/issues/12557))
17+
18+
119
Synapse 1.58.0rc1 (2022-04-26)
220
==============================
321

changelog.d/12554.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12555.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/12557.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.58.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.58.0rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 26 Apr 2022 17:14:56 +0100
6+
17
matrix-synapse-py3 (1.58.0~rc1) stable; urgency=medium
28

39
* Use poetry to manage the bundled virtualenv included with this package.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.58.0rc1"
57+
version = "1.58.0rc2"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)