3.3.0

Released 2020-06-08
Highlights
  • Support for multiple assets in Visual QC via url parameters.
  • Added static file API.
  • Improved ingest API with support for ingesting files to existing assets.
Release notes

Frontend

Features

  • Visual QC: Multiple asset support added via url parameters. E.g. ?assetId=22,23
  • Visual QC: Preload / enable specific video proxies, discrete audio files or VTT subtitles using the new query parameter. E.g. ?assetId=22,23&components=3880

Fixes

  • Visual QC: Use the same file label for Discrete audio tracks in timeline and in the settings tab.

Postgres Adapter

Features

  • Improved API documentation.
  • New Ingest API that can ingest to both new and existing assets.
  • Job runner now sends heartbeats while running.
  • New static file API that can be used to serve static files.
  • Wildcard search now supported for storage file listing.

Fixes

  • Asset update now updates metadata based on the incoming request.

Vidispine Adapter

Features

  • New static file API that can be used to serve static files.
  • Asset search/filter functionality added to asset list endpoint - limited to the title field for now.

Fixes

  • Asset id set on all files in API responses.

Job system

Features

  • Job runner now sends heartbeats while running.
  • Analyze support for Dash.

Fixes

  • Fail with error message if timeline refers to files without tag=original and only originals are allowed.