summary refs log tree commit diff
path: root/changelog.d/11612.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-211-1/+0
|
* Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-0/+1
This makes the serialization of events synchronous (and it no longer access the database), but we must manually calculate and provide the bundled aggregations. Overall this should cause no change in behavior, but is prep work for other improvements.