summary refs log tree commit diff
path: root/changelog.d/9958.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+0
|
* Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958)Erik Johnston2021-05-201-0/+1
Instead of parsing the full response to `/send_join` into Python objects (which can be huge for large rooms) and *then* parsing that into events, we instead use ijson to stream parse the response directly into `EventBase` objects.