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

Commit

Permalink
Merge tag 'v1.62.0rc2' into develop
Browse files Browse the repository at this point in the history
Synapse 1.62.0rc2 (2022-07-01)
==============================

Bugfixes
--------

- Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](#13140))
- Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](#13141))
  • Loading branch information
anoadragon453 committed Jul 1, 2022
2 parents d70ff5c + d40b270 commit 5296c09
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Synapse 1.62.0rc2 (2022-07-01)
==============================

Bugfixes
--------

- Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140))
- Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141))


Synapse 1.62.0rc1 (2022-06-28)
==============================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/13141.bugfix

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.62.0~rc2) stable; urgency=medium

* New Synapse release 1.62.0rc2.

-- Synapse Packaging team <packages@matrix.org> Fri, 01 Jul 2022 11:42:41 +0100

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

* New Synapse release 1.62.0rc1.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ skip_gitignore = true

[tool.poetry]
name = "matrix-synapse"
version = "1.62.0rc1"
version = "1.62.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 5296c09

Please sign in to comment.