Browse Source

1.92.0

tags/v1.92.0
Mathieu Velten 8 months ago
parent
commit
efe778a0b8
6 changed files with 19 additions and 4 deletions
  1. +12
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/16255.misc
  3. +0
    -1
      changelog.d/16258.bugfix
  4. +0
    -1
      changelog.d/16266.misc
  5. +6
    -0
      debian/changelog
  6. +1
    -1
      pyproject.toml

+ 12
- 0
CHANGES.md View File

@@ -1,3 +1,15 @@
# Synapse 1.92.0 (2023-09-12)

### Bugfixes

- Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock. ([\#16258](https://github.com/matrix-org/synapse/issues/16258))

### Internal Changes

- Fix incorrect docstring for `Ratelimiter`. ([\#16255](https://github.com/matrix-org/synapse/issues/16255))
- Update the release script to work on macOS. ([\#16266](https://github.com/matrix-org/synapse/issues/16266))


# Synapse 1.91.2 (2023-09-06)

### Bugfixes


+ 0
- 1
changelog.d/16255.misc View File

@@ -1 +0,0 @@
Fix incorrect docstring for `Ratelimiter`.

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

@@ -1 +0,0 @@
Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock.

+ 0
- 1
changelog.d/16266.misc View File

@@ -1 +0,0 @@
Update the release script to work on macOS.

+ 6
- 0
debian/changelog View File

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

* New Synapse release 1.92.0.

-- Synapse Packaging team <packages@matrix.org> Tue, 12 Sep 2023 11:59:23 +0200

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

* New synapse release 1.91.2.


+ 1
- 1
pyproject.toml View File

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

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


Loading…
Cancel
Save