summary refs log tree commit diff
path: root/changelog.d/16762.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.99.0rc1Erik Johnston2024-01-091-1/+0
|
* Simplify internal metadata class. (#16762)Erik Johnston2024-01-051-0/+1
We remove these fields as they're just duplicating data the event already stores, and (for reasons :shushing_face:) I'd like to simplify the class to only store simple types. I'm not entirely convinced that we shouldn't instead add helper methods to the event class to generate stream tokens, but I don't really think that's where they belong either