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
Showing
with 0 additions and 20 deletions
Refactoring work in preparation for changing the event redaction algorithm.
Reduce amount we log at `INFO` level.
Limit the number of events that can be requested by the backfill federation API to 100.
Add ability to run some group APIs on workers.
Remove unused `get_room_stats_state` method.
Add typing to `synapse.federation.sender` and port to async/await.
Refactor _EventInternalMetadata object to improve type safety.
Add ability to route federation user device queries to workers.
Remove `m.lazy_load_members` from `unstable_features` since lazy loading is in the stable Client-Server API version r0.5.0.
Reject device display names over 100 characters in length.
Add an additional entry to the SyTest blacklist for worker mode.
Fix the use of sed in the linting scripts when using BSD sed.
The result of a user directory search can now be filtered via the spam checker.
Spell out that the last event sent to a room won't be deleted by a purge.
Return a 404 instead of 200 for querying information of a non-existant user through the admin API.
\ No newline at end of file
Stop sending alias events during adding / removing aliases. Check alt_aliases in the latest canonical aliases event when deleting an alias.
Update Synapse's documentation to warn about the deprecation of ACME v1.
Add documentation for the spam checker.
Update Synapse's documentation to warn about the deprecation of ACME v1.
Update Synapse's documentation to warn about the deprecation of ACME v1.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment