mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
1.56.0
This commit is contained in:
parent
ca7e34cb57
commit
7a95e80418
14
CHANGES.md
14
CHANGES.md
@ -1,5 +1,5 @@
|
|||||||
Synapse 1.56.0rc1 (2022-03-29)
|
Synapse 1.56.0 (2022-04-05)
|
||||||
==============================
|
===========================
|
||||||
|
|
||||||
Synapse will now refuse to start up if open registration is enabled, in order to help mitigate
|
Synapse will now refuse to start up if open registration is enabled, in order to help mitigate
|
||||||
abuse across the federation. If you would like
|
abuse across the federation. If you would like
|
||||||
@ -17,6 +17,16 @@ the config flag `allow_unsafe_locale`, found in the database section of the conf
|
|||||||
[upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale)
|
[upgrade notes](https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale)
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
|
Internal Changes
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Bump the version of `black` for compatibility with the latest `click` release. ([\#12320](https://github.com/matrix-org/synapse/issues/12320))
|
||||||
|
- Refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config flag `enable_registration_without_verification` is set to `true`. ([\#12322](https://github.com/matrix-org/synapse/issues/12322))
|
||||||
|
|
||||||
|
|
||||||
|
Synapse 1.56.0rc1 (2022-03-29)
|
||||||
|
==============================
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Bump the version of `black` for compatibility with the latest `click` release.
|
|
@ -1 +0,0 @@
|
|||||||
Refuse to start if registration is enabled without email, captcha, or token-based verification unless new config flag `enable_registration_without_verification` is set to `true`.
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
matrix-synapse-py3 (1.56.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* New synapse release 1.56.0.
|
||||||
|
|
||||||
|
-- Synapse Packaging team <packages@matrix.org> Tue, 05 Apr 2022 12:38:39 +0100
|
||||||
|
|
||||||
matrix-synapse-py3 (1.56.0~rc1) stable; urgency=medium
|
matrix-synapse-py3 (1.56.0~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* New synapse release 1.56.0~rc1.
|
* New synapse release 1.56.0~rc1.
|
||||||
|
@ -68,7 +68,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.56.0rc1"
|
__version__ = "1.56.0"
|
||||||
|
|
||||||
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
|
||||||
# We import here so that we don't have to install a bunch of deps when
|
# We import here so that we don't have to install a bunch of deps when
|
||||||
|
Loading…
Reference in New Issue
Block a user