Pārlūkot izejas kodu

1.80.0rc2

tags/v1.80.0rc2^0
H. Shay pirms 1 gada
vecāks
revīzija
7655bc0542
6 mainītis faili ar 18 papildinājumiem un 6 dzēšanām
  1. +11
    -0
      CHANGES.md
  2. +0
    -1
      changelog.d/15298.bugfix
  3. +0
    -1
      changelog.d/15300.bugfix
  4. +0
    -3
      changelog.d/15301.bugfix
  5. +6
    -0
      debian/changelog
  6. +1
    -1
      pyproject.toml

+ 11
- 0
CHANGES.md Parādīt failu

@@ -1,3 +1,14 @@
Synapse 1.80.0rc2 (2023-03-22)
==============================

Bugfixes
--------

- Fix a bug in which the [`POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}`](https://spec.matrix.org/v1.6/client-server-api/#post_matrixclientv3roomsroomidreporteventid) endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with [MSC2249](https://github.com/matrix-org/matrix-spec-proposals/pull/2249). ([\#15298](https://github.com/matrix-org/synapse/issues/15298), [\#15300](https://github.com/matrix-org/synapse/issues/15300))
- Fix a bug introduced in Synapse 1.75.0rc1 where the [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite)
would fail to open the SQLite database. ([\#15301](https://github.com/matrix-org/synapse/issues/15301))


Synapse 1.80.0rc1 (2023-03-21)
==============================



+ 0
- 1
changelog.d/15298.bugfix Parādīt failu

@@ -1 +0,0 @@
Fix a bug in which the [`POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}`](https://spec.matrix.org/v1.6/client-server-api/#post_matrixclientv3roomsroomidreporteventid) endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with [MSC2249](https://github.com/matrix-org/matrix-spec-proposals/pull/2249).

+ 0
- 1
changelog.d/15300.bugfix Parādīt failu

@@ -1 +0,0 @@
Fix a bug in which the [`POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}`](https://spec.matrix.org/v1.6/client-server-api/#post_matrixclientv3roomsroomidreporteventid) endpoint would return the wrong error if the user did not have permission to view the event. This aligns Synapse's implementation with [MSC2249](https://github.com/matrix-org/matrix-spec-proposals/pull/2249).

+ 0
- 3
changelog.d/15301.bugfix Parādīt failu

@@ -1,3 +0,0 @@
Fix a bug introduced in Synapse 1.75.0rc1 where the [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite)
would fail to open the SQLite database.


+ 6
- 0
debian/changelog Parādīt failu

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

* New Synapse release 1.80.0rc2.

-- Synapse Packaging team <packages@matrix.org> Wed, 22 Mar 2023 08:30:16 -0700

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

* New Synapse release 1.80.0rc1.


+ 1
- 1
pyproject.toml Parādīt failu

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

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


Notiek ielāde…
Atcelt
Saglabāt