Skip to content

Microsoft Cognitive Services SDK Release - April 2016

Compare
Choose a tag to compare
@yungshinlintw yungshinlintw released this 09 Apr 00:54
· 29 commits to master since this release

Speech Android SDK fix:

  • Update Android Speech SDK to OpenSSL v1.0.1s (libandroid_platform.so).
  • Android Speech SDK uses OpenSSL. The older version of this component is found with security vulnerability, and Android Speech SDK is also affected.
  • If you use Speech SDK from Microsoft Cognitive Service, please re-link your app with the updated libandroid_platform.so and re-release your apps as soon as possible. Google Play Store scans apps using OpenSSL. Beginning July 11, 2016, Google Play will block publishing of any new apps or updates that use older versions of OpenSSL.
  • The vulnerabilities of OpenSSL include "logjam" and CVE-2015-3194. The Logjam attack allows a man-in-the-middle attacker to downgrade vulnerable TLS connections to 512-bit export-grade cryptography. This allows the attacker to read and modify any data passed over the connection. Details about other vulnerabilities are available here.

Video Windows SDK change:

  • Add a new public property VideoServiceClient.Timeout to address the issue that VideoServiceClient.GetResultVideoAsync() may be timeout when downloading large files

Emotion Jupyter Notebook:

  • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection

Face API SDK (Python)

  • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection

Computer Vision API SDK (Python)

  • Updated Jupyter notebook to demonstrate how users can upload images on the local system for emotion detection