Releases: watson-developer-cloud/unity-sdk
Releases · watson-developer-cloud/unity-sdk
v2.13.0
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 toCreateDialogNode
(20f80ac) - Assistant V2: Added missing
UserDefined
field toMessageOutput
(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
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
v2.10.0
v2.9.0
v2.8.0
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
v2.7.0
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
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
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
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.