SDK Release Notes

SDK Release notes

SDK Release notes

Release Notes

Version 8.7.0 - 23rd September 2024

  • NEW: new EdgeVisDecoderSDK::AnalyticsStream class to provide ONVIF XML to Decoder SDK applications
  • NEW: Support for Digital Barriers Object Detector analytic
  • CHANGE: update library dependencies

A full SDK API diff 8.7.0

Version 8.6.0 - 28th March 2024

  • NEW: new method to disable stream timeout intended for use by VMS integrations
  • NEW: EdgeVisDecoderSDK::OnvifEvent type to provide ONVIF Profile S compatible XML for limited set of EdgeVis events
  • CHANGE: new methods added to EdgeVisDecoderSDK::IEncoderSettingsListener for StreamConfig and BandwidthConfig changes
  • NEW: New OpResult specifically for DNS failures (OR_DNSFailure)

A full SDK API diff 8.6.0

Version 8.5.3 - 6th December 2023

  • FIX: resolve issue where frame size can be incorrect after reopening EdgeVisDecoderSDK::MediaStream
  • FIX: resolve Windows dependency error relating to thread names on some systems
  • NEW: add methods to determine how long a stream has been in use for
  • NEW: add method to determine if audio only mode is active on BW encoders
  • CHANGE: update library dependencies
  • CHANGE: improve server reconnection times

A full SDK API diff 8.5.3

Version 8.5.0 - 1st August 2023

  • FIX: resolve issue reporting RDC nodes immediately after connecting
  • FIX: improve behaviour when renaming streams
  • CHANGE: update library dependencies
  • CHANGE: SecureConnectEndpointInfo struct replaced with EdgeVisSDKCore::SecureConnectEndpointConfig class

A full SDK API diff 8.5.0

Version 8.4.1 - 12th May 2023

  • FIX: Add mechanism to fall back to username-password log in in certain disconnect situations

A full sdk_8_4_1_api_dif

Version 8.4.0 - 30th March 2023

  • FIX: improve performance with many open streams
  • FIX: corrected receiving events for multi-stream hardware
  • CHANGE: update several library dependencies

A full SDK API diff 8.4.0

Version 8.1.5 - 31st August 2022

Version 8.1.4 - 30th May 2022

  • FIX: resolve potential heap corruption issue

Version 8.1.3 - 30th March 2022

  • FIX: improved server connection time
  • FIX: various stability improvements

Version 8.1.2 - 9th December 2021

A full SDK API diff 8.1.2

Version 8.1.1 - 25th August 2021

A full SDK API diff 8.1.1

Version 8.1.0 - 11th March 2021

  • CHANGE: Move to SWIG 4.0 for generating C# wrappers NOTE: THIS IS IMPORTANT IF USERS HAVE IMPLEMENTED THEIR OWN IDISPOSABLE CODE AS THIS WILL BREAK THEIR APPLICATION CODE**
  • CHANGE: New IServerListener methods related to stream renaming feature. NOTE: THESE NEW METHODS MUST BE IMPLEMENTED IN APPLICATION CODE USING ISERVERLISTENER**
  • NEW: Add support for decoding the latest EdgeVis stream version
  • NEW: Add new classes to support multiple video streams on the latest encoders
  • NEW: CAMS notifications may have JPEG image attachments.

A full SDK API diff 8.1.0

Version 7.3.7 - 22nd June 2020

  • FIX : Fixed detection of dropped connection to server in some circumstances

A full SDK API diff 7.3.7

Version 7.3.6 - 13th May 2020

  • FIX : Fixed compatibility issue with 7.2.0 and earlier servers
  • CHANGE : added SafeZone2D advanced config options

Version 7.3.5 - 14th April 2020

  • FIX : Improved server connection over poor links
  • CHANGE : Add support for two factor authentication mechanism (MFA)
  • CHANGE : Removed PaswordResetInfo Set* API

Version 7.3.4 - 1st April 2020

  • NEW: Add IridiumConfig and associated methods

A full SDK API diff 7.3.4

Version 7.3.3 - 14th February 2020

  • FIX: Event timestamps from the past may be overwritten
  • FIX: Improved server connection process
  • CHANGE: Add Encoder::Reboot method

A full SDK API diff 7.3.3

Version 7.3.2 - 4th October 2019

  • CHANGE: Add LocalWifiDownloadChanged callback to IEncoderSettingsListener

A full SDK API diff 7.3.2

Version 7.3.1 - 5th July 2019

  • NEW: ONVIF metadata output added to MediaStream.

A full SDK API diff 7.3.1

Version 7.3.0 - 5th July 2019

  • NEW: Full support for latest encoders.
  • NEW: New C++ sample to demonstrate managing server and encoder disconnects (StreamRelay sample)
  • NEW: New IEncoderSettingsListener to provide granular settings change callbacks
  • CHANGE: ArchiveBookmark struct migrated to a full class implementation
  • CHANGE: Analytics structs migrated to a full class implementations

Version 7.2.2 - 27th November 2018

  • FIX: SecureConnect performance and stability improvements.
  • FIX: Serial pass-thru data corruption could occur at higher data rates.
  • FIX: Prevent possible crash when sleeping encoder checks in.

Version 7.2.1 - 4th October 2018

  • FIX: CAMS notification contained the wrong UUID for the source rule.

Version 7.2.0 - 16th August 2018

  • NEW: Support for Server version 7.2.0
  • NEW: Support for H.264, JPEG and RGB frame output
  • Update: The EdgeVis Decoder SDK introduces configurable video frame output.
  • Update: There are also options to scale the frames to a specified size and provide frame at a rate lower than the native EdgeVis decode rate.
  • Update: All integer types have been standardised as stdint types.

Version 7.1.0 - 19th December 2017

  • NEW: Support for EdgeVis Multi-site resilience
  • NEW: Support for SafeZone 2D Analytics data
  • NEW: Support for user contact preferences

A full SDK API diff 7.1.0

Version 6.7.0 - 2nd June 2017

  • NEW: CAMS notifications added to Decoder SDK

Version 6.6.0 - 14th December 2016

  • NEW: Decoder SDK released for Android platform

Version 6.2.3 - 2nd November 2016

  • FIX: On calling disconnect, all threads are now stopped
  • FIX: PTZ channel not reporting when in use
  • CHANGE : The ability to select an encrypted connection has been removed

Version 6.2.0 - 20th September 2016

  • NEW: sample applications for C++ and C#
  • NEW: SDK now supplied as an installer with full samples
  • FIX: C# wrapper was not creating JPEGS correctly
  • CHANGE: C++ API changes to remove pointers. Objects now passed by reference.

Version 6.1.0 - 1st September 2016

  • NEW: Archive download feature added to retrieve GoP's from the edge Archive

Version 6.0.1 - 8th August 2016

  • NEW: C# bindings
  • NEW: Additional C++ library's for different version of Visual Studio
  • FIX: Issue with external library missing from some of the VS versions

Version 6.0.0 - 1st July 2016

  • Initial release