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

Commit b43be00

Browse files
committed
1.69.0rc4
1 parent d241a13 commit b43be00

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGES.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
Synapse 1.69.0rc3 (2022-10-12)
1+
Synapse 1.69.0rc4 (2022-10-14)
22
==============================
33

44
Please note that legacy Prometheus metric names are now deprecated and will be removed in Synapse 1.73.0.
55
Server administrators should update their dashboards and alerting rules to avoid using the deprecated metric names.
66
See the [upgrade notes](https://matrix-org.github.io/synapse/v1.69/upgrade.html#upgrading-to-v1690) for more details.
77

88

9+
Bugfixes
10+
--------
11+
12+
- Fix poor performance of the `event_push_backfill_thread_id` background update, which was introduced in Synapse 1.68.0rc1. ([\#14172](https://github.com/matrix-org/synapse/issues/14172), [\#14181](https://github.com/matrix-org/synapse/issues/14181))
13+
14+
15+
Updates to the Docker image
16+
---------------------------
17+
18+
- Fix docker build OOMing in CI for arm64 builds. ([\#14173](https://github.com/matrix-org/synapse/issues/14173))
19+
20+
21+
Synapse 1.69.0rc3 (2022-10-12)
22+
==============================
23+
924
Bugfixes
1025
--------
1126

changelog.d/14172.bugfix

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

changelog.d/14173.docker

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

changelog.d/14181.bugfix

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.69.0~rc4) stable; urgency=medium
2+
3+
* New Synapse release 1.69.0rc4.
4+
5+
-- Synapse Packaging team <[email protected]> Fri, 14 Oct 2022 15:04:47 +0100
6+
17
matrix-synapse-py3 (1.69.0~rc3) stable; urgency=medium
28

39
* New Synapse release 1.69.0rc3.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
5757

5858
[tool.poetry]
5959
name = "matrix-synapse"
60-
version = "1.69.0rc3"
60+
version = "1.69.0rc4"
6161
description = "Homeserver for the Matrix decentralised comms protocol"
6262
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6363
license = "Apache-2.0"

0 commit comments

Comments
 (0)