Releases: Eyevinn/channel-engine
v5.0.0-rc.19
Full Changelog: v5.0.0-rc.18...v5.0.0-rc.19
FIX: Added manual content-length header on manifest handlers in Fastify
v5.0.0-rc.18
Full Changelog: v5.0.0-rc.17...v5.0.0-rc.18
v5.0.0-rc.17
Full Changelog: v5.0.0-rc.16...v5.0.0-rc.17
Fix: URL string bad format
v5.0.0-rc.16
Full Changelog: v5.0.0-rc.15...v5.0.0-rc.16
Added new engine option disableLegacyMasterManifestFormat
- When true: removes %3Bsession=id from manifest URLs (modern format)
- When false: keeps %3Bsession=id in manifest URLs (legacy format)
This change aligns with the channels/id/* endpoints which don't rely on
session IDs in the URLs. The option provides a way to gradually migrate
away from the legacy format while maintaining backwards compatibility.`
v5.0.0-rc.15
Full Changelog: v5.0.0-rc.14...v5.0.0-rc.15
v5.0.0-rc.14
Full Changelog: v5.0.0-rc.12...v5.0.0-rc.14
Fixed headers and debug logs for Fastify and clean up of unused dependencies
v5.0.0-rc.12
What's Changed
- fix: bump to fastify v4 and fix preflight handler by @Nfrederiksen in #321
Full Changelog: v5.0.0-rc.11...v5.0.0-rc.12
v5.0.0-rc.11
What's Changed
- replace restify lib with fastify lib + reset by ID bug fix + debug log line fix by @Nfrederiksen in #320
Full Changelog: v5.0.0-rc.10...v5.0.0-rc.11
v4.3.13
What's Changed
- chore: update hls-vodtolive to version 4.1.3 by @Nfrederiksen in #319
Full Changelog: v4.3.12...v4.3.13
v5.0.0-rc.10
Full Changelog: v5.0.0-rc.9...v5.0.0-rc.10
Issue: Engine would fail if pool size was too low and no available clients found in pool.
Solution: Added waiting time logic for when retrieving Redis client from pool.