diff --git a/changelog.d/fixes/11362-video-bridge-result-cache.md b/changelog.d/fixes/11362-video-bridge-result-cache.md new file mode 100644 index 0000000000..122d287aec --- /dev/null +++ b/changelog.d/fixes/11362-video-bridge-result-cache.md @@ -0,0 +1 @@ +- **fix(video):** fingerprint protected Video Bridge bytes, coalesce concurrent work, and fail open when the bounded TTL/LRU result cache is unavailable or corrupt ([#11362](https://github.com/diegosouzapw/OmniRoute/pull/11362)) diff --git a/changelog.d/fixes/pending-video-bridge-result-cache.md b/changelog.d/fixes/pending-video-bridge-result-cache.md deleted file mode 100644 index df41cd0a1f..0000000000 --- a/changelog.d/fixes/pending-video-bridge-result-cache.md +++ /dev/null @@ -1 +0,0 @@ -- Fix Video Bridge result caching to fingerprint protected video bytes, coalesce concurrent work, and fail open when its bounded TTL/LRU cache is unavailable or corrupt.