summary refs log tree commit diff
path: root/changelog.d/17239.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.109.0rc1Andrew Morgan2024-06-041-1/+0
|
* Fix slipped logging context when media rejected (#17239)Erik Johnston2024-05-291-0/+1
When a module rejects a piece of media we end up trying to close the same logging context twice. Instead of fixing the existing code we refactor to use an async context manager, which is easier to write correctly.