1
0
This commit is contained in:
Olivier Wilkinson (reivilibre)
2022-10-28 12:10:37 +01:00
parent 6a6e1e8c07
commit cc3a04876f
5 changed files with 17 additions and 3 deletions
+10
View File
@@ -1,3 +1,13 @@
Synapse 1.70.1 (2022-10-28)
===========================
Bugfixes
--------
- Fix a bug introduced in Synapse 1.70.0rc1 where access tokens would be incorrectly sent to application services as headers. Application services which were obtaining access tokens from query parameters were not affected. ([\#14301](https://github.com/matrix-org/synapse/issues/14301))
- Fix room creation being rate limited too aggressively since Synapse v1.69.0. ([\#14314](https://github.com/matrix-org/synapse/issues/14314))
Synapse 1.70.0 (2022-10-26)
===========================
-1
View File
@@ -1 +0,0 @@
Fix a bug introduced in Synapse 1.70.0rc1 where access tokens would be incorrectly sent to application services as headers. Application services which were obtaining access tokens from query parameters were not affected.
-1
View File
@@ -1 +0,0 @@
Fix room creation being rate limited too aggressively since Synapse v1.69.0.
+6
View File
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.70.1) stable; urgency=medium
* New Synapse release 1.70.1.
-- Synapse Packaging team <packages@matrix.org> Fri, 28 Oct 2022 12:10:21 +0100
matrix-synapse-py3 (1.70.0) stable; urgency=medium
* New Synapse release 1.70.0.
+1 -1
View File
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
[tool.poetry]
name = "matrix-synapse"
version = "1.70.0"
version = "1.70.1"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "Apache-2.0"