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

Commit 19eb23b

Browse files
committed
1.69.0rc3
1 parent 02086e1 commit 19eb23b

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Synapse 1.69.0rc3 (2022-10-12)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix an issue with Docker images causing the Rust dependencies to not be pinned correctly. ([\#14129](https://github.com/matrix-org/synapse/issues/14129))
8+
- Fix a bug introduced in Synapse 1.69.0rc1 which would cause registration replication requests to fail if the worker sending the request is not running Synapse 1.69. ([\#14135](https://github.com/matrix-org/synapse/issues/14135))
9+
- Fix error in background update when rotating existing notifications. Introduced in v1.69.0rc2. ([\#14138](https://github.com/matrix-org/synapse/issues/14138))
10+
11+
12+
Internal Changes
13+
----------------
14+
15+
- Rename the `url_preview` extra to `url-preview`, for compatability with poetry-core 1.3.0 and [PEP 685](https://peps.python.org/pep-0685/). From-source installations using this extra will need to install using the new name. ([\#14085](https://github.com/matrix-org/synapse/issues/14085))
16+
17+
118
Synapse 1.69.0rc2 (2022-10-06)
219
==============================
320

changelog.d/14085.misc

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

changelog.d/14129.bugfix

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

changelog.d/14135.bugfix

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

changelog.d/14138.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~rc3) stable; urgency=medium
2+
3+
* New Synapse release 1.69.0rc3.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 12 Oct 2022 13:24:04 +0100
6+
17
matrix-synapse-py3 (1.69.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.69.0rc2.

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.0rc2"
60+
version = "1.69.0rc3"
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)