0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 00:28:25 +02:00

1.10.0rc3

This commit is contained in:
Richard van der Hoff 2020-02-10 09:56:42 +00:00
parent 8e64c5a24c
commit 3de57e7062
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,18 @@
Synapse 1.10.0rc3 (2020-02-10)
==============================
Features
--------
- Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878))
Internal Changes
----------------
- Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library. ([\#6880](https://github.com/matrix-org/synapse/issues/6880))
Synapse 1.10.0rc2 (2020-02-06)
==============================

View file

@ -1 +0,0 @@
Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced.

View file

@ -1 +0,0 @@
Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library.

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.10.0rc2"
__version__ = "1.10.0rc3"
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