mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'release-v1.10.0' into develop
This commit is contained in:
commit
88d41e94f5
16
CHANGES.md
16
CHANGES.md
@ -1,11 +1,15 @@
|
|||||||
|
Synapse 1.10.0rc5 (2020-02-11)
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix the filtering introduced in 1.10.0rc3 to also apply to the state blocks returned by `/sync`. ([\#6884](https://github.com/matrix-org/synapse/issues/6884))
|
||||||
|
|
||||||
Synapse 1.10.0rc4 (2020-02-11)
|
Synapse 1.10.0rc4 (2020-02-11)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Features
|
This release candidate was built incorrectly and is superceded by 1.10.0rc5.
|
||||||
--------
|
|
||||||
|
|
||||||
- Filter out m.room.aliases from /sync state blocks until a full fix lands. ([\#6884](https://github.com/matrix-org/synapse/issues/6884))
|
|
||||||
|
|
||||||
|
|
||||||
Synapse 1.10.0rc3 (2020-02-10)
|
Synapse 1.10.0rc3 (2020-02-10)
|
||||||
==============================
|
==============================
|
||||||
@ -13,7 +17,7 @@ Synapse 1.10.0rc3 (2020-02-10)
|
|||||||
Features
|
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))
|
- 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
|
Internal Changes
|
||||||
|
@ -36,7 +36,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "1.10.0rc4"
|
__version__ = "1.10.0rc5"
|
||||||
|
|
||||||
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