* Add SCTE35 CUE-OUT and CUE-IN support * Add EXT-X-SESSION-KEY support
0.5.1
* Missing SSL package import to create an unverified context
0.5.0
* Parse EXT-X-VERSION as an int as per spec * Option to disable SSL verification * Ensure correct dumping of rendition report when LAST-PART is 0
0.4.0
* Refactor StreamInfo (uses a class now) * Introduce session_data tag support * Ensure that final line is terminated as per spec
0.3.12
* Add support for (preliminary) low latency protocol extensions * Fix quote handling on ASSOC-LANGUAGE and INSTREAM-ID * Don't assume EXTINF titles are quoted
0.3.11
* Add FRAME-RATE tag on `dumps` * Stop using outdated Python versions (3.3, 3.4)