Skip to content
Snippets Groups Projects
Commit 0d0f32bc authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

1.9.0rc1

parent 90a28fb4
No related branches found
No related tags found
No related merge requests found
Fixup synapse.api to pass mypy.
Fix monthly active user limiting support for worker mode, fixes [#4639](https://github.com/matrix-org/synapse/issues/4639).
Fix bug when setting `account_validity` to an empty block in the config. Thanks to @Sorunome for reporting.
Allow streaming cache 'invalidate all' to workers.
Fix `AttributeError: 'NoneType' object has no attribute 'get'` in `hash_password` when configuration has an empty `password_config`. Contributed by @ivilata.
Remove unused CI docker compose files.
Add new quarantine media admin APIs to quarantine by media ID or by user who uploaded the media.
\ No newline at end of file
Fixup `synapse.rest` to pass mypy.
...@@ -36,7 +36,7 @@ try: ...@@ -36,7 +36,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.9.0.dev2" __version__ = "1.9.0rc1"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment