Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 05e8a5d

Browse files
committed
1.57.1
1 parent 3e2e76c commit 05e8a5d

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Synapse 1.57.1 (2022-04-20)
2+
===========================
3+
4+
This is a patch release that only affects the Docker image. It is only of interest to administrators using the LDAP module to authenticate their users.
5+
If you have already upgraded to Synapse 1.57.0 without problem, then you have no need to upgrade to this patch release.
6+
7+
8+
Updates to the Docker image
9+
---------------------------
10+
11+
- Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. ([\#12512](https://github.com/matrix-org/synapse/issues/12512))
12+
13+
114
Synapse 1.57.0 (2022-04-19)
215
===========================
316

changelog.d/12512.docker

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.57.1) stable; urgency=medium
2+
3+
* New synapse release 1.57.1.
4+
5+
-- Synapse Packaging team <[email protected]> Wed, 20 Apr 2022 15:27:21 +0100
6+
17
matrix-synapse-py3 (1.57.0) stable; urgency=medium
28

39
* New synapse release 1.57.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.57.0"
57+
version = "1.57.1"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
except ImportError:
6969
pass
7070

71-
__version__ = "1.57.0"
71+
__version__ = "1.57.1"
7272

7373
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
7474
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)