mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1.27.0rc2
This commit is contained in:
parent
e40d88cff3
commit
40de534238
22
CHANGES.md
22
CHANGES.md
@ -1,3 +1,25 @@
|
|||||||
|
Synapse 1.27.0rc2 (2021-02-11)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))
|
||||||
|
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix new ratelimiting for invites to respect the `ratelimit` flag on application services. Introduced in v1.27.0rc1. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
|
||||||
|
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))
|
||||||
|
|
||||||
|
|
||||||
|
Improved Documentation
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.27.0rc1 (2021-02-02)
|
Synapse 1.27.0rc1 (2021-02-02)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Further improvements to the user experience of registration via single sign-on.
|
|
@ -1 +0,0 @@
|
|||||||
Fix new ratelimiting for invites to respect the `ratelimit` flag on application services. Introduced in v1.27.0rc1.
|
|
@ -1 +0,0 @@
|
|||||||
Clarify the sample configuration for changes made to the template loading code.
|
|
@ -1 +0,0 @@
|
|||||||
Do not automatically calculate `public_baseurl` since it can be wrong in some situations.
|
|
@ -48,7 +48,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.27.0rc1"
|
__version__ = "1.27.0rc2"
|
||||||
|
|
||||||
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