Skip to content

Releases: watson-developer-cloud/dotnet-standard-sdk

Watson Developer Cloud .NET Standard SDK v2.4.2

29 Jun 14:17
903c16d
Compare
Choose a tag to compare

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

20 Jun 19:15
3ab01ec
Compare
Choose a tag to compare

This release supports IAM authentication in Natural Language Classifier.

Watson Developer Cloud .NET Standard SDK v2.4.0

13 Jun 04:48
ca62f00
Compare
Choose a tag to compare

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

30 May 15:48
781401e
Compare
Choose a tag to compare

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

18 May 22:33
4be6013
Compare
Choose a tag to compare

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

22 Apr 00:41
39ea749
Compare
Choose a tag to compare

Includes ability to send custom request headers and retrieve response headers.

Watson Developer Cloud .NET Standard SDK v2.2.0

09 Apr 18:57
8831ef3
Compare
Choose a tag to compare

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

16 Mar 16:07
fa32287
Compare
Choose a tag to compare

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

10 Mar 01:47
7ec0119
Compare
Choose a tag to compare

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

09 Jan 22:06
d93544f
Compare
Choose a tag to compare

Patch converting the Context to dynamic in MessageRequest.