4.3.0

Released 2020-10-12
Highlights
  • Asset list enhanced with table layout
  • Added user preferences
  • Amazon Rekognition job template
Release notes

Frontend

Features

  • Added table view for asset list.
    • Includes asset status and who set it.
    • Filter by status.
    • Search by title or id.
  • Added username to user profile dropdown.
  • Added user preferences.
  • Implemented AWS Rekognition enrichment from asset list.
  • Visual QC: Added and implemented fullscreen component.
  • Visual QC: Added ability to export markers. The output format can be altered using our template engine.
  • Promo Creator: Added fullscreen functionality.
  • Poster Room: Selection area now customizable in Preferences.
  • Poster Room: Improved guidelines to enhance visibility.
  • Added color attribute to asset statuses (settings.assetStatus.statuses[*].color) allowing custom colors to all statuses.
  • Storages: Added support to add and edit Azure Blob storages and Local storages.

Fixes

  • Audio QC: Fixed layout of audiometer.
  • Poster Room: Fixed issues with snapping within a constrained space.
  • Leading and trailing whitespaces is now removed from storage form.

Deprecations

  • settings.qc.features.assetStatus deprecated. Use settings.features.assetStatus instead.
  • settings.assetStatus.statuses[*].status removed in favor of settings.assetStatus.statuses[*].color.

Postgres Adapter

Features

  • Support for proxying pre signed urls.
  • New API for settings.
  • New API for uploading small files to storages via the adapter.
  • Web socket notifications for various asset updates (metadata changes, asset create/delete).
  • Added metadata field on assets for ingest status.
  • New API for doing asset analysis via Amazon Rekognition.
  • Allow cluster configuration through environment variables.

Fixes

  • Asset listing could return the same asset multiple times when ACL was enabled.
  • When doing conditional asset listing, make title conditions also apply to the id field.

Vidispine Adapter

Features

  • New API for settings.
  • New API for uploading small files to storages via the adapter.
  • Web socket notifications for asset updates (metadata updates, asset create/delete).

Fixes

  • Asset list sorting on creation date.

Job system

Features

  • Support automatic ingest on discovery of new files, configured on a per storage basis.
  • Add built-in job templates for Amazon Rekognition analysis.
  • New action to set asset metadata.

Fixes

  • Marker export would sometimes crash.
  • File info analysis would sometimes crash without notification.