Skip to content

Releases: m3ue/m3u-proxy

v0.4.20

12 Jun 15:41

Choose a tag to compare

Turns out a lied on the last release 🫣 I missed adding the discontinuity bit for failovers and was just setting for the silent reconnect path; both are now fully covered 😉

Full Changelog: v0.4.19...v0.4.20

v0.4.19

12 Jun 15:12

Choose a tag to compare

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

10 Jun 16:01

Choose a tag to compare

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

03 Jun 14:31

Choose a tag to compare

New Features

  • Add log anonymizer (06c175f)

Other Changes

  • Update change log preview to include chore commits 🧼 (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

02 Jun 17:44

Choose a tag to compare

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

02 Jun 14:45

Choose a tag to compare

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

22 May 14:23

Choose a tag to compare

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

22 May 13:43

Choose a tag to compare

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

19 May 20:38

Choose a tag to compare

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

13 May 15:26

Choose a tag to compare

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