You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tail segment acceleration: internal tail prefetch map (tailPrefetchMap) with TTL cleanup and configurable tailPrefetchKB (default 256 KB) now documented and instrumented.
Changed
Proxy range negotiation: clarified interaction between progressiveOpen and synthetic initial partial (auto-suppression when progressive active). Additional debug logging around tail cache hits and forced host overrides.
VidZee streams now always return direct decrypted URLs (per-stream originalToken retained for debugging when VIDZEE_DEBUG=1).
Updated README version badge to 1.0.7.
Fixed
Eliminated edge cases where encoded VidZee tokens were leaking through without decoding.
Reduced VLC initial loop behavior via tail prefetch serving last-byte probes from cache faster (combined with earlier 1.0.6 range logic).
Documentation
README: implicit improvements carried forward (no separate section required) plus badge bump.
CHANGELOG: recorded AES decoder details & tail prefetch instrumentation.
Notes
Future proxy tuning items (size meta map, dynamic progressive growth) tracked but not part of this release.