summary refs log tree commit diff
path: root/changelog.d (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-211.11.0 v1.11.0 release-v1.11.0Richard van der Hoff1-1/+0
2020-02-21Small grammar fixes to the ACME v1 deprecation notice (#6944)Andrew Morgan3-10/+10
Some small fixes to the copy in #6907.
2020-02-19update changes.md v1.11.0rc1Richard van der Hoff1-6/+5
2020-02-191.11.0rc1Richard van der Hoff57-56/+74
2020-02-19Revert `get_auth_chain_ids` changes (#6951)Erik Johnston2-28/+1
2020-02-19Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff4-4/+23
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
2020-02-19Tiny optimisation for _get_handler_for_request (#6950)Richard van der Hoff2-1/+4
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them.
2020-02-19Increase DB/CPU perf of `_is_server_still_joined` check. (#6936)Erik Johnston3-15/+60
* Increase DB/CPU perf of `_is_server_still_joined` check. For rooms with large amount of state a single user leaving could cause us to go and load a lot of membership events and then pull out membership state in a large number of batches. * Newsfile * Update synapse/storage/persist_events.py Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Fix adding if too soon * Update docstring * Review comments * Woops typo Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-02-19