Releases: watson-developer-cloud/unity-sdk
Watson Developer Cloud Unity SDK v2.4.0
This release adds support for Language Translator v3. Additionally, all examples were revised to add IAM authentication.
Watson Developer Cloud Unity SDK v2.3.0
This release fixes IAM authentication in Visual Recognition and adds support for deleting user data to Speech to Text, Text to Speech and Visual Recognition.
Watson Developer Cloud Unity SDK v2.2.3
This release supports IAM authentication and adds custom request headers for GDPR compliance. I also revised WSConnector for TLS 1.2 support in an upcoming Unity version.
Watson Developer Cloud Unity SDK v2.2.2
This release supports custom request headers and response headers via the customData
obect. Also errors hidden in ifdef
code was fixed. Namespace for WebSocket-Sharp
was changed to avoid collisions with other plugins.
Watson Developer Cloud Unity SDK v2.2.1
Minor release to fix a bug with serialization and deserialization of generic objects in the assistant
service.
Watson Developer Cloud Unity SDK v2.2.0
This release includes multiple small fixes and updates to APIs. We also deprecated tradeoff-analytics
, retreive-and-rank
, document-conversion
and alchemy-api
. Please see the changelog for more info.
Watson Developer Cloud Unity SDK v2.1.0
This release includes a semi-generated Watson Assistant service abstraction, deprecates the Document Conversion service and removes the Language Translation service. Additionally, streaming calls to Speech to Text are sent to the Watson TLS 1.0 endpoint.
Watson Developer Cloud Unity SDK v2.0.0
In this major breaking release we implemented both error callbacks and generic success callbacks in the service abstractions. Calls to the service also have an optional Dictionary<string, object>
used to hold any data you would like to persist in the callbacks. Speech to text streaming (and examples) are greatly improved. Additionally, The SDK also supports Hololens
. See the changelog for details.
Watson Developer Cloud Unity SDK v1.0.0
This is the first major release since the original Watson Developer Cloud Unity SDK. In this release, we remove the higher level Widget architecture to be added later as a separate package. All 3rd party plugins have been updated to their latest versions for compatibility across platforms. Dependency on credentials through a config.json
file has been removed in favor of allowing users to choose how they want to consume credentials. Authentication through tokens has also been added. See the changelog for details.
Watson Developer Cloud Unity SDK v0.13.0
The Watson Developer Cloud Unity SDK release v0.13.0 adds Discovery
abstraction and other changes including updating build to use Unity 5.5. See changelog for details.