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

Commit

Permalink
1.85.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 1, 2023
1 parent a273561 commit 4c0bffa
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Synapse 1.85.0rc2 (2023-06-01)
==============================

Bugfixes
--------

- Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. ([\#15693](https://github.com/matrix-org/synapse/issues/15693))


Deprecations and Removals
-------------------------

- Deprecate calling the `/register` endpoint with an unspecced `user` property for application services. ([\#15703](https://github.com/matrix-org/synapse/issues/15703))


Internal Changes
----------------

- Speed up background jobs `populate_full_user_id_user_filters` and `populate_full_user_id_profiles`. ([\#15700](https://github.com/matrix-org/synapse/issues/15700))


Synapse 1.85.0rc1 (2023-05-30)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/15693.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/15700.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/15703.removal

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.85.0~rc2) stable; urgency=medium

* New Synapse release 1.85.0rc2.

-- Synapse Packaging team <packages@matrix.org> Thu, 01 Jun 2023 09:16:18 -0700

matrix-synapse-py3 (1.85.0~rc1) stable; urgency=medium

* New Synapse release 1.85.0rc1.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"

[tool.poetry]
name = "matrix-synapse"
version = "1.85.0rc1"
version = "1.85.0rc2"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4c0bffa

Please sign in to comment.