Skip to content

Latest commit

 

History

History
114 lines (83 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

114 lines (83 loc) · 3.63 KB

Change Log

Version 0.13.0

2017-01-25

  • New: Abstracted Discovery service.
  • Fix: Updated TouchScript plugin.
  • New: Updated builds to use Unity 5.5.
  • Fix: TextToSpeech Widget now has multi output.
  • Fix: Added custom scenes in build editor.

Version 0.13.0

2016-12-02

  • Fix: Increased conversation version.
  • Fix: Fixed infinite loop in Conversation service example.

Version 0.12.0

2016-11-04

  • New: Added streaming SpeechToText example.
  • New: Abstraction for Personality Insights V3

Version 0.11.0

2016-10-27

  • New: Abstracted Speech to Text customization methods.

Version 0.10.0

2016-09-23

  • New: Added similarity search to the Visual Recognition service.
  • Fix: Touch Widget improvements.
  • Fix: Disabled 3rd Party plugin warnings.
  • Fix: Removed Conversation Message overload method that takes only input and conversationID.
  • Fix: Rewrote Conversation example script to show how to create MessageRequest object.

Version 0.9.0

2016-08-26

  • Deprecated: Retired Dialog service.
  • Fix: ExampleLanguageTranslation now is using LanguageTranslator before LanguageTranslation service goes live.
  • Fix: Abstracted custom voice model methods in Text to Speech service.
  • Fix: Error when pasting credentials from the new Bluemix site into the Config Editor.
  • New: Added CameraWidget and CameraDisplayWidget to get video from device camera.
  • New: Added test scene for using the device camera with the Visual Recognition service.

Version 0.8.0

2016-08-12

  • Fix: Removed tag stripping from ToSpeech() method of the TextToSpeech service.
  • New: The Conversation service now accepts full conversation payload in overloaded Message() method.
  • Fix: Removed SetLastWriteTime() for Android platform in the data cache because of a known android issue. https://code.google.com/p/android/issues/detail?id=15480

Version 0.7.0

2016-07-29

  • New: Visual Recognition: Added retraining functionality.
  • New: Visual Recognition: Use byteArray data to classify, detect faces and recognize text.
  • Fix: Updated integration testing.

Version 0.6.1

2016-07-17

  • Fix: Updated documentation

Version 0.6.0

2016-07-15

  • New: Added Document Conversion abstraction
  • New: Added AlchemyData News abstraction
  • New: Added Retrieve and Rank abstraction
  • New: Added Conversation abstraction
  • Fix: Added LanguageTranslation and LanguageTranslator

Version 0.5.0

2016-06-24

  • New: Added Alchemy Language abstraction
  • New: Added Personality Insights abstraction
  • Fix: Added Tone Analyzer to the Configuration Editor
  • Fix: Added Tradeoff Analytics to the Configuration Editor
  • Fix: Added Conversation to the Configuration Editor
  • Fix: Added Personality Insights to the Configuration Editor
  • Fix: Added Alchemy Language to the Configuration Editor
  • Fix: Added Visual Recognition to the Configuration Editor

Version 0.4.0

2016-06-09

  • New: Added Tone Analyzer v3 abstraction
  • New: Added Tradeoff Analytics abstraction
  • New: Added Conversation abstraction
  • New: Added Visual Recognition v3 abstraction
  • Fix: Creating test project dynamically for Travis CL integration
  • Fix: Refactored Language Translation to Language Translator
  • Fix: Widget examples sprite references were disconnected

Version 0.3.0

2016-04-29

  • Fix: Make SDK application agnostic
  • Fix: Rewrite README
  • New: Added example code snippets showing how to access low level services
  • Fix: Restructured SDK to put non-core components in Examples
  • Fix: Fixed several usability issues
  • Fix: Revised several aspects of the SDK to match the formats of other WDC SDKs