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

Commit 01c8f9c

Browse files
committed
Merge branch 'master' into develop
2 parents e5a76ec + f8f06fc commit 01c8f9c

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGES.md

+15
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

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ matrix-synapse-py3 (1.58.0+nmu1) UNRELEASED; urgency=medium
44

55
-- Synapse Packaging team <[email protected]> Wed, 30 Mar 2022 12:21:43 +0100
66

7+
matrix-synapse-py3 (1.57.1) stable; urgency=medium
8+
9+
* New synapse release 1.57.1.
10+
11+
-- Synapse Packaging team <[email protected]> Wed, 20 Apr 2022 15:27:21 +0100
12+
713
matrix-synapse-py3 (1.57.0) stable; urgency=medium
814

915
* New synapse release 1.57.0.

poetry.lock

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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"

0 commit comments

Comments
 (0)