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

Commit e4d8ff2

Browse files
committed
Merge tag 'v1.57.1' into babolivier/dinsic_1.58
Synapse 1.57.1 (2022-04-20) =========================== This is a patch release that only affects the Docker image. It is only of interest to administrators using [the LDAP module][LDAPModule] to authenticate their users. If you have already upgraded to Synapse 1.57.0 without problem, then you have no need to upgrade to this patch release. [LDAPModule]: https://github.com/matrix-org/matrix-synapse-ldap3 Updates to the Docker image --------------------------- - Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. This matches the version that was present in the Docker image for Synapse v1.56.0. ([\#12512](matrix-org/synapse#12512))
2 parents 6e9f1e3 + f8f06fc commit e4d8ff2

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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][LDAPModule] 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+
[LDAPModule]: https://github.com/matrix-org/matrix-synapse-ldap3
8+
9+
10+
Updates to the Docker image
11+
---------------------------
12+
13+
- Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker image. This matches the version that was present in the Docker image for Synapse v1.56.0. ([\#12512](https://github.com/matrix-org/synapse/issues/12512))
14+
15+
116
Synapse 1.57.0 (2022-04-19)
217
===========================
318

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.

poetry.lock

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)