mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 06:02:27 +02:00
* BPlusTree refactoring / optimization New Features - Added streaming JSON/CBOR “try” array responses that stop at the first failure, with coalesced HTTP chunking for smoother delivery. - Introduced B+Tree v3 persistence (with v2→v3 migration) including verified atomic updates, snapshots, compaction, and batch operations. - Updated playlist/index streaming to use sorted-index acceleration with corruption-safe fallback. Bug Fixes - Corrupt/unreadable Library databases now surface repository errors instead of appearing empty. - Playlist/lineup/EPG/Xtream/M3U streaming now propagates per-entry failures correctly (including improved counting/early-stop behavior). Documentation - Updated README and changelog to reflect the B+Tree v3 format and migration behavior.