summary refs log tree commit diff
path: root/changelog.d/10018.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+0
|
* Add `Keyring.verify_events_for_server` and reduce memory usage (#10018)Erik Johnston2021-05-201-0/+1
Also add support for giving a callback to generate the JSON object to verify. This should reduce memory usage, as we no longer have the event in memory in dict form (which has a large memory footprint) for extend periods of time.