Skip to content

Latest commit

 

History

History
134 lines (82 loc) · 9.26 KB

CHANGELOG.md

File metadata and controls

134 lines (82 loc) · 9.26 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2023-03-20)

1.7.0-0 (2023-03-07)

Bug Fixes

  • run the port create/release function in a queue, to avoid race conditions (fa87183)

1.6.0-release36.0 (2021-07-12)

1.6.0-0 (2023-01-11)

Features

  • Node 18 (dcd61d2)
  • push images to github container registry (f96ee51)

Bug Fixes

  • add an internal timeout. (9540f06)
  • Updated URLs to match the renamed repo (c8625ab)

1.5.1 (2021-07-13)

1.5.0 (2021-07-13)

1.6.0-release36.0 (2021-07-12)

1.5.0-release35.3 (2021-06-10)

1.5.0-release35.2 (2021-06-10)

1.5.0-release35.1 (2021-06-10)

1.1.0 (2021-03-26)

1.3.0-release33.0 (2021-04-23)

Bug Fixes

  • throw connection failures up into Javascript land and reset from there (8a42e2b)

1.1.0-release31.0 (2021-03-02)

Bug Fixes

  • limit number of repeats on OBJECT_NOT_EXIST exception (16af817)
  • use ORB client timeout to detect an ISA manager failure ASAP (57d5997)

1.1.0-0 (2021-02-10)

Features

  • be able to activate debug-logging at runtime (f98a846)

Bug Fixes

  • revert port change (1b76aea)
  • vunerabilities and deprecations (e00cb71)

1.0.4-0 (2020-05-29)

Bug Fixes

  • add startup message (the same way we have in the other gateways in the Sofie-project) (2cbbdfd)
  • address review comments (b65eede)

1.0.2 (2019-09-18)

1.0.2-0 (2019-09-18)

0.0.1-0 (2019-09-18)

Bug Fixes

  • Hot fix to re-add triggers after port reset (2bc6c41)
  • hotfix to force port into play mode after reset (206f623)
  • memory leak caused by allocating a zone portal per call (6829a03)

1.0.0-1 (2019-08-20)

Bug Fixes

  • add EffectFragment to typings (c0f90f1)
  • asynchronous operations from HTTP to CORBA - no queue required (6c456d3)
  • correcting README for REST path (44f4b4a)
  • correctly parse timecode fragments (ca41490)
  • fix fragment typings (916abf4)
  • get play port status BadIdent bug (a696955)
  • linting errors and connection promise handling (f0d2efc)
  • protect against empty dates returned by clip searches (4d64d4b)
  • refactor to async methods completed, with new delete clip feature for testing. (0d70ad1)
  • regeression in getPlayPortStatus and check win32 libs are present (d317e40)
  • remove compiler warnings and checked still builds for win32 (d879e70)
  • report an error when trying to release unknown ports (d1c4171)
  • report playing port status correctly (369f3d1)
  • reset ORB after connection failure (5438050)
  • searching for clips with empty poolIDs (5f7a7a6)
  • typo in link to rest api doc (5cde13f)
  • wipe fragments defaults to deleting all frmes up to current play head offset on the port (b55f517)

Features

  • ability to ask for details of a format by format number (02fee8c)
  • ability to query the properties of a port (1312909)
  • automated tests of HTTP API (f659c46)
  • build and push docker images (25888c5)
  • building and deploying with Jenkins (b89752b)
  • building and running on Linux (8f2e32c)
  • building and running on Windows x64 platfprm with 64-bit Node.js (0d2ccc7)
  • Clearing and querying the fragments loaded onto a port (a57ce6d)
  • cloning, deleting and copy status on clips (30e3b51)
  • just enough to test a quantel connection (d25ae6f)
  • log all http requests (8e2812e)
  • minimal viable playback control for quantel servers (75f438b)
  • minimum viable playout exposed via HTTP (de6ace8)
  • Prototype Quantel gateway HTTP interface prototype with error support (f2ea830)
  • searching for clips using query parameters (3efd56c)
  • support for specifying more than one ISA system to connect to, round-robin on failure (0353c37)
  • throw connect error (502) before first connect message POSTed (6817385)