Releases: m3ue/m3u-proxy
v0.4.20
v0.4.19
Bug Fixes
- Ensure discontinuity indicator bit is set for silent reconnect and failover (
b6a05ca)
Full Changelog: v0.4.18...v0.4.19
v0.4.18
Bug fix release for the failover trigger.
Fixes
- Update failover event clear logic to remove invalid delay (
42d6d7f) - Failover trigger causing double-fire of failover loop (
d7d1288)
Full Changelog: v0.4.17...v0.4.18
v0.4.17
New Features
- Add log anonymizer (
06c175f)
Other Changes
- Update change log preview to include
chorecommits 🧼 (d6624a8) - Remove client's queue, sending None sentinel first so the streaming generator exits its wait loop promptly (
7311522)
Full Changelog: v0.4.16...v0.4.17
v0.4.16
New Features
- Add flag to disable ASGI (
6521718)
Bug Fixes
- Client cleanup skipped in some stream exit paths (
e37ae97)
Full Changelog: v0.4.15...v0.4.16
v0.4.15
Bug fix release to address some gaps since the ASGI implementation in the previous release.
Instead of relying solely on ASGI disconnect signal (as in the last release) or timeouts (as we did previous releases) we now use a combination. This ensures that immediate disconnects are possible with ASGI, but falls back to stream/client timeouts when no signal received.
Bug Fixes
- ASGI disconnect causing infinite client loop when no disconnect signal sent (
63fe0b9) - Not capturing ASGI disconnect properly on transcoded streams (
fd7d0ee)
Full Changelog: v0.4.14...v0.4.15
v0.4.14
Small security patch release (sorry for the release spam! 😬 I missed this one earlier...)
Full Changelog: v0.4.13...v0.4.14
v0.4.13
More stream stability for Strict TS where upstream has frequent disconnects. Mainly targeting DVR clients, but will benefit any stream using Strict TS mode.
Full Changelog: v0.4.12...v0.4.13
v0.4.12
New Features
- Silent reconnect on upstream connection drop (
c3fd4e7)
Bug Fixes
- Updated stream reconnect causing test failure (
94df188)
Full Changelog: v0.4.11...v0.4.12
v0.4.11
Small bug fix release for (mostly to reduce noise in console output). There was a variable undefined if the upstream had immediate 503. Ensure variable is defined (default None) in cases where stream fails immediately.
Full Changelog: v0.4.10...v0.4.11