Skip to content

Commit 664ba14

Browse files
committed
1.87.0
1 parent 6498486 commit 664ba14

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Synapse 1.87.0 (2023-07-04)
2+
3+
### Bugfixes
4+
5+
- Pin `pydantic` to `^1.7.4` to avoid backwards-incompatible API changes from the 2.0.0 release.
6+
Resolves https://github.com/matrix-org/synapse/issues/15858.
7+
Contributed by @PaarthShah. ([\#15862](https://github.com/matrix-org/synapse/issues/15862))
8+
9+
### Internal Changes
10+
11+
- Split out 2022 changes from the changelog so the rendered version in GitHub doesn't timeout as much. ([\#15846](https://github.com/matrix-org/synapse/issues/15846))
12+
13+
114
# Synapse 1.87.0rc1 (2023-06-27)
215

316
Please note that this will be the last release of Synapse that is compatible with

changelog.d/15846.misc

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

changelog.d/15862.bugfix

Lines changed: 0 additions & 3 deletions
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.87.0) stable; urgency=medium
2+
3+
* New Synapse release 1.87.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 04 Jul 2023 16:24:00 +0100
6+
17
matrix-synapse-py3 (1.87.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.87.0rc1.

pyproject.toml

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

9090
[tool.poetry]
9191
name = "matrix-synapse"
92-
version = "1.87.0rc1"
92+
version = "1.87.0"
9393
description = "Homeserver for the Matrix decentralised comms protocol"
9494
authors = ["Matrix.org Team and Contributors <[email protected]>"]
9595
license = "Apache-2.0"

0 commit comments

Comments
 (0)