Skip to content

Releases: microsoft/ProjectOxford-ClientSDK

Microsoft Cognitive Services SDK Release - June 2016

07 Jun 20:15
Compare
Choose a tag to compare

Common SDK change

  • Fix assembly version issue
  • Change reflected in NuGet package v1.0.308

Emotion SDK change

  • Fix Python v3 compatibility issues
  • Helper method to list emotions ranked by confidence
  • Change reflected in NuGet package v1.0.310

Vision SDK change

  • Fix Python v3 compatibility issues
  • Fix result field in AnalysisInDomainResult (Android) (#52)
  • Change reflected in NuGet package v1.0.354

SpeakerRecognition SDK change

  • Improved error-reporting in Python samples (#66)

Face SDK change

  • Fix Python v3 compatibility issues

Video SDK change

  • Fix Python v3 compatibility issues
  • Update sample C# application to reference the NuGet package
  • Fix in CreateOperationAsync(url) implementation (#71)
  • Change reflected in NuGet package v1.0.310

Speech SDK change

  • Android Speech SDK - Stabilization and performance fixes
  • Speech.JS SDK - Removed authentication requirement for LUIS

Microsoft Cognitive Services SDK Release - April 2016 Update 1

14 Apr 01:16
Compare
Choose a tag to compare

Emotion/Common SDK change

A few changes were made to the Emotion SDK NuGet package to support Xamarin solutions:

  1. The Microsoft.Bcl NuGet dependency was updated to 1.0.21.
  2. A bug was fixed in the path handling code to accommodate deployment on Android.
    There is no functional change for non-Xamarin users.
    A new NuGet package for the Emotion SDK v1.0.251 (and its dependent Common package v1.0.250) is available via NuGet.org.

Vision SDK change

  • A configuration change was made for the Vision API to support Windows Phone 8.1.
  • A new NuGet package for the Vision SDK v1.0.296 is available via NuGet.org.

Linguistic Analysis SDK change

  • An error in return type in AnalyzeTextResult was corrected. (#47).
  • The solution file was tidied up to build cleanly in Visual Studio. (#49).

Microsoft Cognitive Services SDK Release - April 2016

09 Apr 00:54
Compare
Choose a tag to compare

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

Microsoft Cognitive Services SDK Release - March 2016

30 Mar 18:04
Compare
Choose a tag to compare

Release Summary

Project Oxford now is part of Microsoft Cognitive Services. Welcome to Microsoft Cognitive Services!
Please see more info at: https://www.microsoft.com/cognitive-services

New client libraries/samples:
• Entity Linking Windows client library
• Emotion recognition in video
• Face iOS Cocoapods and sample
• Linguistic Analysis Windows client library and sample
• Speech.JS for Speech To Text APIs using JavaScript
• Speech to Text/LUIS iOS sample
• WebLM (Web Language Model) client library and sample
• Jupyter Notebook sample for Emotion, Face and Vision

Known issues:

VideoServiceClient.GetResultVideoAsync() may hit timeout when downloading large files

Workaround:

Send request directly to the service instead of calling GetResultVideoAsync(). i.e.
HttpWebRequest request = HttpWebRequest.CreateHttp(result.ResourceLocation); // result from GetOperationResultAsync()
request.Headers.Add("ocp-apim-subscription-key", "[your subscription key]");
WebResponse response = request.GetResponse();

Time to fix:

Within a week

Project Oxford SDK Release - March 2016

08 Mar 21:28
Compare
Choose a tag to compare

Project Oxford SDK Release - January 2016

02 Feb 02:20
Compare
Choose a tag to compare
  • Emotion Android client library and sample
  • Video Windows sample
  • Bug fixes

Project Oxford SDK Release - December 2015

Project Oxford SDK Release - December 2015 Update 2

18 Dec 08:23
Compare
Choose a tag to compare

Contents:

  • Face API 1.0 (Breaking Change. Please see Changes section in README.md for Face)
  • Bug fixes

Project Oxford SDK Initial Release - October 2015

12 Nov 08:53
Compare
Choose a tag to compare

First public release of Project Oxford SDK:

  • Face client library and sample for Windows .NET and Android
  • Computer Vision client library and sample for Windows .NET and Android
  • Speech to Text client library and sample for Windows .NET and Android
  • Text to Speech client library and sample for Windows .NET and Android