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

Commit 3d370ef

Browse files
committed
Merge branch 'master' into develop
2 parents 0555d7b + 88f9e8d commit 3d370ef

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Synapse 1.37.0rc1 (2021-06-24)
2-
==============================
1+
Synapse 1.37.0 (2021-06-29)
2+
===========================
33

44
This release deprecates the current spam checker interface. See the [upgrade notes](https://matrix-org.github.io/synapse/develop/upgrade#deprecation-of-the-current-spam-checker-interface) for more information on how to update to the new generic module interface.
55

66
This release also removes support for fetching and renewing TLS certificates using the ACME v1 protocol, which has been fully decommissioned by Let's Encrypt on June 1st 2021. Admins previously using this feature should use a [reverse proxy](https://matrix-org.github.io/synapse/develop/reverse_proxy.html) to handle TLS termination, or use an external ACME client (such as [certbot](https://certbot.eff.org/)) to retrieve a certificate and key and provide them to Synapse using the `tls_certificate_path` and `tls_private_key_path` configuration settings.
77

8+
Synapse 1.37.0rc1 (2021-06-24)
9+
==============================
810

911
Features
1012
--------

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.37.0) stable; urgency=medium
2+
3+
* New synapse release 1.37.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 29 Jun 2021 10:15:25 +0100
6+
17
matrix-synapse-py3 (1.36.0) stable; urgency=medium
28

39
* New synapse release 1.36.0.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.37.0rc1"
50+
__version__ = "1.37.0"
5151

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

0 commit comments

Comments
 (0)