Skip to content

Releases: Eyevinn/channel-engine

v5.0.0-rc.19

04 Feb 09:18
Compare
Choose a tag to compare
v5.0.0-rc.19 Pre-release
Pre-release

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

31 Jan 15:34
Compare
Choose a tag to compare
v5.0.0-rc.18 Pre-release
Pre-release

v5.0.0-rc.17

31 Jan 12:52
Compare
Choose a tag to compare
v5.0.0-rc.17 Pre-release
Pre-release

Full Changelog: v5.0.0-rc.16...v5.0.0-rc.17

Fix: URL string bad format

v5.0.0-rc.16

31 Jan 11:45
Compare
Choose a tag to compare
v5.0.0-rc.16 Pre-release
Pre-release

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

10 Jan 12:38
Compare
Choose a tag to compare
v5.0.0-rc.15 Pre-release
Pre-release

v5.0.0-rc.14

08 Jan 16:04
Compare
Choose a tag to compare
v5.0.0-rc.14 Pre-release
Pre-release

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

08 Jan 13:23
Compare
Choose a tag to compare
v5.0.0-rc.12 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0-rc.11...v5.0.0-rc.12

v5.0.0-rc.11

15 Dec 20:00
Compare
Choose a tag to compare
v5.0.0-rc.11 Pre-release
Pre-release

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

02 Dec 07:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.12...v4.3.13

v5.0.0-rc.10

19 Nov 10:44
Compare
Choose a tag to compare
v5.0.0-rc.10 Pre-release
Pre-release

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.