Release notes for version 5.0.2

Web UI Plugin

  • Fixed issue where Ctrl-F would not summon find input.
  • Allow Graph Visualizer and Media Analyzer to open in a new tab/window.
  • Fix issue where the UI settings for log retention default to 0, whereas the actual default should be 1 month (which is what it is on the backend).
  • Implement UI for “invalid device state.”

Kaltura Publishing Plugin

  • Fix issue where the UI is unable to autofill categories/userids using a token.
  • Improved robustness of chunked upload, if a chunk fully fails to upload then that chunk will be retried using the retrier.

Scheduler Plugin

  • Added publishingOverrides and metadata API keys to createEvent/updateEvent

PPM Viewer Plugin

  • Add API endpoint /api/audioLevels for getting the current audio levels for devices and currently running recordings. The return value will be an object with device/recording IDs mapped to AudioLevel objects, except for recordings with multiple audio sources, where the value will be another object with source IDs mapped to AudioLevel objects.

SFTP Plugin

  • Fixed issue where SFTP public key could not be viewed or regenerated.

Email Notification Plugin

  • Add settings for configuring email server and name/address of notification emails.

Webhook Plugin

  • Add capability to send a custom JSON or form body request.

Web Console Plugin

  • Glances updated and now runs on Python 3
  • Added “Validate” button for validating and pretty-printing JSON settings.