summary refs log tree commit diff
path: root/changelog.d/8383.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-0/+1
This will allow us to hit the DB after we've finished using the generated stream ID.