Переглянути джерело

1.85.0rc2

tags/v1.85.0rc2^0
H. Shay 11 місяці тому
джерело
коміт
4c0bffaca5
6 змінених файлів з 28 додано та 4 видалено
  1. +21
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/15693.bugfix
  3. +0
    -1
      changelog.d/15700.misc
  4. +0
    -1
      changelog.d/15703.removal
  5. +6
    -0
      debian/changelog
  6. +1
    -1
      pyproject.toml

+ 21
- 0
CHANGES.md Переглянути файл

@@ -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)
==============================



+ 0
- 1
changelog.d/15693.bugfix Переглянути файл

@@ -1 +0,0 @@
Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive.

+ 0
- 1
changelog.d/15700.misc Переглянути файл

@@ -1 +0,0 @@
Speed up background jobs `populate_full_user_id_user_filters` and `populate_full_user_id_profiles`.

+ 0
- 1
changelog.d/15703.removal Переглянути файл

@@ -1 +0,0 @@
Deprecate calling the `/register` endpoint with an unspecced `user` property for application services.

+ 6
- 0
debian/changelog Переглянути файл

@@ -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.


+ 1
- 1
pyproject.toml Переглянути файл

@@ -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"


Завантаження…
Відмінити
Зберегти