mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
1.87.0
This commit is contained in:
parent
649848627c
commit
664ba14080
5 changed files with 20 additions and 5 deletions
13
CHANGES.md
13
CHANGES.md
|
@ -1,3 +1,16 @@
|
|||
# Synapse 1.87.0 (2023-07-04)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Pin `pydantic` to `^1.7.4` to avoid backwards-incompatible API changes from the 2.0.0 release.
|
||||
Resolves https://github.com/matrix-org/synapse/issues/15858.
|
||||
Contributed by @PaarthShah. ([\#15862](https://github.com/matrix-org/synapse/issues/15862))
|
||||
|
||||
### Internal Changes
|
||||
|
||||
- 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))
|
||||
|
||||
|
||||
# Synapse 1.87.0rc1 (2023-06-27)
|
||||
|
||||
Please note that this will be the last release of Synapse that is compatible with
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Split out 2022 changes from the changelog so the rendered version in GitHub doesn't timeout as much.
|
|
@ -1,3 +0,0 @@
|
|||
Pin `pydantic` to ^=1.7.4 to avoid backwards-incompatible API changes from the 2.0.0 release.
|
||||
Resolves https://github.com/matrix-org/synapse/issues/15858.
|
||||
Contributed by @PaarthShah.
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
matrix-synapse-py3 (1.87.0) stable; urgency=medium
|
||||
|
||||
* New Synapse release 1.87.0.
|
||||
|
||||
-- Synapse Packaging team <packages@matrix.org> Tue, 04 Jul 2023 16:24:00 +0100
|
||||
|
||||
matrix-synapse-py3 (1.87.0~rc1) stable; urgency=medium
|
||||
|
||||
* New synapse release 1.87.0rc1.
|
||||
|
|
|
@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
|
|||
|
||||
[tool.poetry]
|
||||
name = "matrix-synapse"
|
||||
version = "1.87.0rc1"
|
||||
version = "1.87.0"
|
||||
description = "Homeserver for the Matrix decentralised comms protocol"
|
||||
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue