Skip to content
Snippets Groups Projects
Commit 197b08de authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

1.11.0rc1

parent 099c96b8
No related branches found
No related tags found
No related merge requests found
Add type hints to the spam checker module.
The deprecated "generate-config-on-the-fly" mode is no longer supported.
Convert the directory handler tests to use HomeserverTestCase.
Add a warning about indentation to generated configuration files.
Databases created using the compose file in contrib/docker will now always have correct encoding and locale settings. Contributed by Fridtjof Mund.
Increase DB/CPU perf of `_is_server_still_joined` check.
Increase perf of `get_auth_chain_ids` used in state res v2.
Fix worker docs to point `/publicised_groups` API correctly.
Implement `GET /_matrix/client/r0/rooms/{roomId}/aliases` endpoint as per [MSC2432](https://github.com/matrix-org/matrix-doc/pull/2432).
Clean up and update docs on setting up federation.
Fix errors from logging in the purge jobs related to the message retention policies support.
Increase perf of `get_auth_chain_ids` used in state res v2.
Implement `GET /_matrix/client/r0/rooms/{roomId}/aliases` endpoint as per [MSC2432](https://github.com/matrix-org/matrix-doc/pull/2432).
Implement `GET /_matrix/client/r0/rooms/{roomId}/aliases` endpoint as per [MSC2432](https://github.com/matrix-org/matrix-doc/pull/2432).
Tiny optimisation for incoming HTTP request dispatch.
Revert #6937.
...@@ -36,7 +36,7 @@ try: ...@@ -36,7 +36,7 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = "1.10.1" __version__ = "1.11.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