π v2.7.0
π Release v2.7.0
π Bug Fixes
- π Try to fix Cargo fmt issues β by @boul2gom (bceb9d8)
- π Fix last-segment duration and byte_size bugs in media-seek parsers (TS, AVI, FLAC, FLV, OGG) β by @boul2gom (6fbb70c)
π Refactors
- β»οΈ Extract shared logging helpers to ExtractorBase and consolidate test helpers β by @boul2gom (655badf)
- β»οΈ Remove DownloadCache file wrapper and simplify cache, extractor, and live modules β by @boul2gom (8c28643)
- β»οΈ Reduce cognitive complexity in FLAC and FLV parsers β by @boul2gom (21c11ae)
- β»οΈ Reduce cognitive complexity across audio, video, and cache modules β by @boul2gom (8422105)
- β»οΈ Reduce cognitive complexity across download, live, and media-seek modules β by @boul2gom (ebcea27)
- β»οΈ Refactor cache layer with multi-backend PersistentBackendKind support β by @boul2gom (bc9cf1a)
- β»οΈ Enforce named-boolean guard convention and refactor media-seek constants β by @boul2gom (830916b)