Browse Source

1.91.1

tags/v1.91.1^0
David Robertson 8 months ago
parent
commit
1cd0715a0f
No known key found for this signature in database GPG Key ID: 903ECE108A39DEDD
4 changed files with 14 additions and 2 deletions
  1. +7
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/16220.bugfix
  3. +6
    -0
      debian/changelog
  4. +1
    -1
      pyproject.toml

+ 7
- 0
CHANGES.md View File

@@ -1,3 +1,10 @@
# Synapse 1.91.1 (2023-09-04)

### Bugfixes

- Fix a performance regression introduced in Synapse 1.91.0 where event persistence would cause an excessive linear growth in CPU usage. ([\#16220](https://github.com/matrix-org/synapse/issues/16220))


# Synapse 1.91.0 (2023-08-30)

No significant changes since 1.91.0rc1.


+ 0
- 1
changelog.d/16220.bugfix View File

@@ -1 +0,0 @@
Fix a performance regression introduced in Synapse 1.91.0 where event persistence would cause excessive CPU usage over time.

+ 6
- 0
debian/changelog View File

@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.91.1) stable; urgency=medium

* New Synapse release 1.91.1.

-- Synapse Packaging team <packages@matrix.org> Mon, 04 Sep 2023 14:03:18 +0100

matrix-synapse-py3 (1.91.0) stable; urgency=medium

* New Synapse release 1.91.0.


+ 1
- 1
pyproject.toml View File

@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"

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


Loading…
Cancel
Save