Releases: watson-developer-cloud/dotnet-standard-sdk
Watson Developer Cloud .NET Standard SDK v2.4.2
This release moves SetCredential(apikey) from the base service and adds it to the Visual Recognition service handwritten extension. The authentication section of the README was updated for clarity. Finally a deprecation notice for Language Translator v2 was added.
Watson Developer Cloud .NET Standard SDK v2.4.1
This release supports IAM authentication in Natural Language Classifier.
Watson Developer Cloud .NET Standard SDK v2.4.0
In this release we regenerated all services with the latest API definitions. We also added support for Language Translator V3. Finally, we added a null header check to ErrorFilter.cs.
Watson Developer Cloud .NET Standard SDK v2.3.0
In this release we regenerated all services (except for Natural Language Classifier) with support for IAM authentication. Wherever a service requires a file, we provide a FileStream
rather than Stream
to preserve the uploaded file's filename. In the service base class we use the method SetEndpoint()
which sets a flag to keep track if the user manually sets the service endpoint and if so we do not automatically change the endpoint. See changelog for details.
Watson Developer Cloud .NET Standard SDK v2.2.2
Regenerated all services from the latest API definition, included handwritten Speech to Text Sessions methods. See changelog for full details.
Watson Developer Cloud .NET Standard SDK v2.2.1
Includes ability to send custom request headers and retrieve response headers.
Watson Developer Cloud .NET Standard SDK v2.2.0
Includes Classify Collection for the Natural Language Classifier service and Core ML support in the Visual Recognition service.
Watson Developer Cloud .NET Standard SDK v2.1.0
The Watson Developer Cloud .NET SDK v2.1.0 includes abstraction of the Watson Assistant service.
Watson Developer Cloud .NET Standard SDK v2.0.0 - Major breaking release
The Watson Developer Cloud .NET SDK v2.0.0 is a breaking release. The SDK has been migrated to Visual Studio 2017 and all services have been regenerated. See changelog for details.
Watson Developer Cloud .NET Standard SDK v1.3.1
Patch converting the Context
to dynamic
in MessageRequest
.