Explorar el Código

1.79.0rc2

tags/v1.79.0rc2^0
David Robertson hace 1 año
padre
commit
edcf938173
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 903ECE108A39DEDD
Se han modificado 6 ficheros con 23 adiciones y 4 borrados
  1. +16
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/15227.bugfix
  3. +0
    -1
      changelog.d/15240.misc
  4. +0
    -1
      changelog.d/15248.bugfix
  5. +6
    -0
      debian/changelog
  6. +1
    -1
      pyproject.toml

+ 16
- 0
CHANGES.md Ver fichero

@@ -1,3 +1,19 @@
Synapse 1.79.0rc2 (2023-03-13)
==============================

Bugfixes
--------

- Fix a bug introduced in Synapse 1.79.0rc1 where attempting to register a `on_remove_user_third_party_identifier` module API callback would be a no-op. ([\#15227](https://github.com/matrix-org/synapse/issues/15227))
- Fix a rare bug introduced in Synapse 1.73 where events could remain unsent to other homeservers after a faster-join to a room. ([\#15248](https://github.com/matrix-org/synapse/issues/15248))


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

- Refactor `filter_events_for_server`. ([\#15240](https://github.com/matrix-org/synapse/issues/15240))


Synapse 1.79.0rc1 (2023-03-07)
==============================



+ 0
- 1
changelog.d/15227.bugfix Ver fichero

@@ -1 +0,0 @@
Fix a bug introduced in Synapse 1.79.0rc1 where attempting to register a `on_remove_user_third_party_identifier` module API callback would be a no-op.

+ 0
- 1
changelog.d/15240.misc Ver fichero

@@ -1 +0,0 @@
Refactor `filter_events_for_server`.

+ 0
- 1
changelog.d/15248.bugfix Ver fichero

@@ -1 +0,0 @@
Fix a rare bug introduced in Synapse 1.73 where events could remain unsent to other homeservers after a faster-join to a room.

+ 6
- 0
debian/changelog Ver fichero

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

* New Synapse release 1.79.0rc2.

-- Synapse Packaging team <packages@matrix.org> Mon, 13 Mar 2023 12:54:21 +0000

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

* New Synapse release 1.79.0rc1.


+ 1
- 1
pyproject.toml Ver fichero

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

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


Cargando…
Cancelar
Guardar