Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.109.0rc1 | Andrew Morgan | 2024-06-04 | 1 | -1/+0 |
| | |||||
* | Fix slipped logging context when media rejected (#17239) | Erik Johnston | 2024-05-29 | 1 | -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. |