Skip to content

Releases: watson-developer-cloud/unity-sdk

v2.13.0

Choose a tag to compare

@mediumTaj mediumTaj released this 18 Jan 22:47
1fc16a9

2.13.0 (2019-01-18)

Bug Fixes

  • Assistant V1: Moved disabled field from CreateDialogNode to DialogNode (69d497f)
  • assistant v2: Added missing response headers to customData (fd321e2)
  • RESTConnector: Added ifdef for certificate handler operations (39509da)

Features

  • Disabled warnings in example files (7761aa0)
  • Assistant V1: Added missing disabled field to CreateDialogNode (20f80ac)
  • Assistant V2: Added missing UserDefined field to MessageOutput (cad2c7b)
  • discovery v1: Added support for gateway methods (53a22ed)
  • discovery v1: Added support for stopwords (562b245)
  • speech to text v1: Added Grammars support (3bf6924)
  • SpeechToText Examples: Refactored WWW to UnityWebRequest (41364cb)
  • Text to Speech: Revised service to use the default US South URL if none is supplied (96c1e4b)
  • visual recognition v3: Added support for label language in DetectFaces (bf89c0a)

v2.12.0

Choose a tag to compare

@mediumTaj mediumTaj released this 08 Dec 00:14
e872786

2.12.0 (2018-12-08)

Bug Fixes

  • AssistantV2: Fixed serialization of MessageRequest data (e2c95de)
  • Credentials: Fix copy/paste error (22f480b)
  • Natural Language Understanding: Added EntitiesOptionsConverter so we don't send null data to the service (5388443)
  • RESTConnector: Send bool query params as lowercase, fixes #463 (1e6d379)
  • WorkspaceExport: Status is deserialized as a string rather than an enum. (971cfc3)

Features

  • AssistantV2: Added converter to MessageInput (ac6c934)
  • AssistantV2: Added converter to MessageInputOptions (60022b6)
  • AssistantV2: Added null checks for required parameters (3677b5d)
  • Compare and Comply: Generated Compare and Comply and wrote tests (6c5f3fd)
  • Discovery: Updated data models for Discovery NLU integration and RetreivalDetails (bc79b4e)
  • Example Streaming Split Samples: Added option to change recognize model (13db5f7)
  • Examples: Removed CF authentication and IamUrl from the service examples. (817f3ba)
  • Language Translator V2: Removed Language Translator V2 (1771a6d)
  • Natural Language Understanding: Added missing properties, made some properties nullable (01d59fa)
  • Natural Language Understanding: Updated data models for KeywordsResult, CategoriesOptions and CustomModel (97220df)
  • Proxy: Enabled proxy on Unity 2018.11 or earlier if DisableSslVerification is set to true (dd06836)
  • SSL: Added option to disable SSL verification (17eaca2)
  • WSConnector: Added support for Tokyo streaming endpoint. Corrected Frankfurt endpoint. (cb4c17d)

v2.11.0

Choose a tag to compare

@mediumTaj mediumTaj released this 01 Nov 19:05
f343af9

2.11.0 (2018-11-01)

Features

  • Discovery: Added tokenization methods (5ed6886)
  • Speech to Text: Added LanguageCustomizationId, deprecated CustomizationId (6af8c69)
  • WidgetData: Remove unused Widget data types (375a4c0)

v2.10.0

Choose a tag to compare

@mediumTaj mediumTaj released this 10 Oct 22:05
5bee7c1

2.10.0 (2018-10-10)

Features

  • Conversation: Deprecated Conversation service (a63118c)
  • Discovery: Updated Discovery Query and FederatedQuery to use POST endpoint, updated Environment data model (917fdd4)
  • Visual Recognition: Deprecated legacy apikey (3de47a6)

v2.9.0

Choose a tag to compare

@mediumTaj mediumTaj released this 22 Sep 01:25
8232cac

2.9.0 (2018-09-22)

Features

  • Assistant V2: Generated Assistant V2 and applied manual changes (75b97d2)

v2.8.0

Choose a tag to compare

@mediumTaj mediumTaj released this 13 Sep 21:25
d2f7a40

2.8.0 (2018-09-13)

Bug Fixes

  • WSConnector: Always use TLS 1.0 endpoint if users are not on .NET 4.6. (7bc5dbf)
  • WSConnector: Do not change the endpoint to TLS 1.2 if explicitly set to TLS 1.0. (34a1a43)
  • WSConnector: Do not use TLS 1.2 or TLS 1.1 if we are not using .NET 4.x (93b56eb)
  • WSConnector: Removed http case for changing URLs, added pass through for unhandled URLs, Added warning to use US South instance or .NET 4.6 (95f2f5a)

Features

  • Actions: Add Actions to MessageResponse and OutputData (0010ab5)
  • ICP: Allow basic auth when authenticating using apikey:icp-, use basicauth if authenticating with tokenoptions with an icp- (700e198)

v2.7.0

Choose a tag to compare

@mediumTaj mediumTaj released this 16 Aug 22:11
b03e7d6

2.7.0 (2018-08-16)

Bug Fixes

  • discovery: add missing slash before path (e5d1be3)

Features

  • cf-token: Added deprecation message when using Watson Token (c6a4c40)
  • datamodel: Add datamodels for Credentials operations (8b249a6)
  • discovery: abstract Credentials operations (40e2e3c)
  • discovery: abstract new endpoints, begin testing (3cbc511)
  • discovery: add size enum (75bd365)
  • discovery: deprecate AddEnvironment that accepts a dictionary, add method that accepts CreateEnvironmentRequest (ba34fef)
  • Discovery: Added learning opt-out and language enum (d11da58)
  • examples: add examples for new Discovery Credentials endpoints (74afbeb)
  • implement TryDeserialize and CreateInstance in EventData converter (89a33a3)

Performance Improvements

  • basicauth-apikey: Use token if attempting to authenticate with username apikey and password <apikey> (1dc3085)

IBM Watson SDK for Unity v2.6.0

Choose a tag to compare

@mediumTaj mediumTaj released this 07 Aug 22:02
991b296

This release adds support for disambiguation and mentions in the Assistant service and updates the data models for the Discovery service.

IBM Watson SDK for Unity v2.5.0

Choose a tag to compare

@mediumTaj mediumTaj released this 13 Jul 15:36
ef82fc6

This release adds support for Discovery Credentials endpoints. Additionally the SDK now uses IAM authentication instead of BasicAuth when authenticating using usename apikey and password <apikey>.

Watson Developer Cloud Unity SDK v2.4.1

Choose a tag to compare

@mediumTaj mediumTaj released this 29 Jun 14:16
eda2d80

This release fixes support for streaming endpoints across regions. Additionally, Tone Analyzer service data models were updated and unnecessary UnityEditor dependencies were removed or wrapped in ifdefs. Finally, a deprecation notice was added to Language Translator v2.