Version 4.3

The release notes will tell you what’s new in each version, and any changes that you must be aware of when upgrading. For reference, Vidispine ticket numbers are printed as (#1234).

4.3.6

2016-02-22

Bug fixes

  • Slow listing of files on Azure (#2187).
  • Video misidentified as image/cgm (#2185).
  • Export transcode failure should fail export (#2183).
  • File removed from Solr on shape delete with keepFiles=true (#2212).
  • NPE on item reindex on thumbnail read error (#2221).
  • Don’t use IN subquery statements with MySQL (#2177).
  • Be able to skip indexing of timed metadata (#2212).
  • POST /storage/(storage-id)/file/data not creating file when using segment files (#2171).
  • NPE instead of 404 for API/storage/{external-id}/file/{id} requests (#2179).

Transcoder fixes

  • Insecure parsing of m3u4 files (#2222).
  • Shape deduction crash on invalid QuickTime file (#2180).
  • Make transcoder fail on transcode of truncated QuickTime files (#2220).
  • Transcoder crash on very short clip (#2223).

4.3.5

2015-12-07

Improvements

Bug fixes

  • Signiant transfers failing for large files (#2152).
  • Cannot delete group used in many ACLs on GlassFish (#2144).
  • Username parameter ignored for bulk item exports (#2137).

Transcoder fixes

  • Transcoder crash on aborted jobs (#2159).

4.3.4

2015-11-06

Bug fixes

  • Deadlock on job start causing job to stop running (#2067).
  • Rejected shape import requests causing empty jobs to be created (#2115).
  • Configurable exclusive job step wait time. See jobExclusiveStepMaxWait (#2116).
  • Export job failing to find and copy file created from transcode step (#2106).
  • List item jobs not writing directly to S3 (#2120).
  • List item jobs not finishing when listing by group (#2108).
  • FTP storage to empty directory does not work (#2062).
  • No thumbnails created for MTS files (#2107).

Transcoder fixes

  • Transcoder stuck on broken PDF (#2122).
  • Add option to fail if frame cannot be decoded (#2124).
  • Incorrect scaling of posters (#2123).

4.3.3

2015-10-01

Bug fixes

  • Encrypt credentials in thumbnail resource URIs (#1982).
  • Storage rule supervisor repeatedly restarting due to a long running transaction, causing copy jobs not to start (#2050).
  • High JMS connection usage from storage supervisor (#2047).
  • Slow file system metadata updates causing growing imports to end early (Tunable growing file timeout) (#2053).
  • Slow library search due to rollbacks (#2028).
  • Cached search bigtext entries not always removed (#2041).
  • Solr searchers keeping GlassFish from shutting down (#2038).
  • Quote characters in a collection name generates broken access DOT graph (#2052).
  • Checksum not computed for file with %2B in name (#2056).

Server fixes

  • Checksum fails to compute for large files with vidispine-server (#2022).
  • No version available from vidispine-server –version (#2034).
  • Don’t put expired messages on the DLQ (#2023).

Transcoder fixes

  • Interlace flag not working for H.264 (#2036).
  • Incorrect subclipping of MXF OP1a with index in footer (#2057).
  • Incorrect bit depth for AES3 (#2059).
  • 32bit lpcm detected as 16bit (#2058).
  • Burnt in timecode text offset from text box (#2060).

4.3.2

These are release highlights. For a full listing of the features, bug fixes and upgrade notes, please see the release notes in the Vidispine Partner Portal.

2015-08-27

Improvements

  • New Relic users will now see web requests with transaction names that match the path used in the request, instead of the automatic name assigned by New Relic which tends to group requests to different endpoints together.
  • Speed ups when faceting on many fields with many matching terms.

Bug fixes

  • Cached search documents not being removed from the big text table, causing it to grow over time.
  • The periodic update of a large library could cause library API requests and index updates to halt due to a locking issue.
  • When using SolrCloud the connection manager could abort long running requests, typically causing updates to Solr to fail.
  • Various bug fixes and improvements.

For the full list of changes, see the release notes.

4.3.1

These are release highlights. For a full listing of the features, bug fixes and upgrade notes, please see the release notes in the Vidispine Partner Portal.

2015-07-03

RHEL 7 support

Red Hat Enterprise Linux 7 is now a supported. You may have already seen some EL7 RPMs in 4.3, but now the packaging of the transcoder has also been completed making EL7 the latest addition to the list of supported operating system.

System overview

The metrics page available on the admin port when running standalone Vidispine has been redesigned. It now also features graphs of some of the metrics exposed via StatsD and the metrics admin resource.

Other

  • Fixed incorrect role on PUT /collection/(collection-id)/metadata.
  • JavaScript notifications now work on MySQL.
  • WAITING jobs could cause job metrics to become incorrect.
  • Various bug fixes and improvements.

For the full list of changes, see the release notes.

4.3

These are release highlights. For a full listing of the features, bug fixes and upgrade notes, please see the release notes in the Vidispine Partner Portal.

2015-06-02

Standalone deployment

Vidispine can now be run without the need of an application server. See Standalone Vidispine.

Other