Skip to content
Snippets Groups Projects
Commit 861752b3 authored by Olivier Wilkinson (reivilibre)'s avatar Olivier Wilkinson (reivilibre)
Browse files

Merge branch 'master' into develop

parents 670d590f 1294d10c
No related branches found
No related tags found
No related merge requests found
# Synapse 1.87.0rc1 (2023-06-27) # Synapse 1.87.0 (2023-07-04)
Please note that this will be the last release of Synapse that is compatible with Please note that this will be the last release of Synapse that is compatible with
Python 3.7 and earlier. Python 3.7 and earlier.
This is due to Python 3.7 now having reached End of Life; see our [deprecation policy](https://matrix-org.github.io/synapse/v1.87/deprecation_policy.html)
for more details.
### 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)
### Features ### Features
......
Split out 2022 changes from the changelog so the rendered version in GitHub doesn't timeout as much.
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 matrix-synapse-py3 (1.87.0~rc1) stable; urgency=medium
* New synapse release 1.87.0rc1. * New synapse release 1.87.0rc1.
......
...@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" ...@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry] [tool.poetry]
name = "matrix-synapse" name = "matrix-synapse"
version = "1.87.0rc1" version = "1.87.0"
description = "Homeserver for the Matrix decentralised comms protocol" description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0" license = "Apache-2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment