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

Commit 40de534

Browse files
committed
1.27.0rc2
1 parent e40d88c commit 40de534

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Synapse 1.27.0rc2 (2021-02-11)
2+
==============================
3+
4+
Features
5+
--------
6+
7+
- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- 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))
14+
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))
15+
16+
17+
Improved Documentation
18+
----------------------
19+
20+
- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))
21+
22+
123
Synapse 1.27.0rc1 (2021-02-02)
224
==============================
325

changelog.d/9297.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/9302.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/9310.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/9313.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

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

51-
__version__ = "1.27.0rc1"
51+
__version__ = "1.27.0rc2"
5252

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

0 commit comments

Comments
 (0)