Skip to content

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

v7.0.0

17 Mar 21:41
Compare
Choose a tag to compare

7.0.0 (2023-03-17)

Bug Fixes

  • all: use correct csproj version (7c40755)
  • assistantv2: discriminator hand edits (6c51a6e)
  • assistantv2: final edits (1b032ce)
  • nlu: hand edits (de18cc7)

Features

  • assistantv2: add several new functions (0f5dff8)
  • discov2: new aggregation types (f0ab5dd)
  • nlu: remove all sentimentModel functions (b70f481)
  • stt: add and remove models (3096572)
  • tts: add params and model constants (f32894a)

BREAKING CHANGES

  • discov2: smartDocumentUnderstanding param removed
  • discov2: QueryAggregation structure changed
  • discov2: object type properties changed to Dictionaries
  • assistantv2: removing and changing of classes
  • nlu: remove all sentimentModel functions and models

v6.1.0

10 Aug 19:02
Compare
Choose a tag to compare

6.1.0 (2022-08-10)

Features

  • assistant-v1: update models and add new methods (2b8a2fc)
  • assistant-v2: update models and add new methods (ca838f9)
  • discovery-v2: update models and add new methods (495295f)
  • nlu: add new parameter to create/updateClassificationsModel (e7d0b01)
  • stt: add and remove method parameters (dbbc35f)
  • tts: add method parameters (44f4095)

v6.0.0

21 Mar 17:03
Compare
Choose a tag to compare

6.0.0 (2022-03-21)

Features

  • assistant-v1: add models for DialogNodeOutputGeneric (fe49277)
  • assistant-v1: generated using api-def: master & generator: 3.46.0 (67d58b7)
  • assistant-v2: generated using api-def: master & generator: 3.46.0 (d0d6ca2)
  • deprecation: remove CC, NLC, PI, Tone Analyzer, and Visual Recognition (a70c7a5)
  • discovery-v1: document status & query aggregation update (4faac38)
  • language-translator-v3: update core version (21b564c)
  • natural-language-understanding-v1: metadata as a dictionary and comments updated (42cc44c)
  • speech-to-text-v1: add de-de_multimedia & update comments (30fa39c)
  • speech-to-text-v1: supportedFeatures: customAcousticModel property added & update comments (7224286)
  • text-to-speech-v1: add voices and update comments (2ebd9df)

BREAKING CHANGES

  • discovery-v1: QueryAggregation: BREAKING QueryAggregation subclasses changed.
  • assistant-v2: MessageOutputDebug: BREAKING nodesVisited type DialogNodesVisited changed to
    DialogNodeVisited, RuntimeEntity: BREAKING optional metadata property removed
  • assistant-v1: OutputData: BREAKING required text property removed, RuntimeEntity: BREAKING
    optional metadata property removed

v5.3.0

14 Sep 21:11
Compare
Choose a tag to compare

5.3.0 (2021-09-14)

Bug Fixes

  • assistant-v2: add transferInfo property for assistant v2 (8d25195)
  • assistant-v2: update assistant v2 add new Model, SearchResultAnswer (856ffd8)
  • discovery-v1: fix Status Details property change from authentication to authenticated (7b9769a)
  • discovery-v1: update status from string to StatusDetails (c39d890)
  • discovery-v2: manual revert fileContent method under AnalyzeDocument to the original code (b047d7f)
  • formatting: update comments and fomatting changes (05c7a67)
  • formatting: update comments and formatting changes (c506219)
  • integration-test: update return type from response.Result.Models in TestListClassificationModel (a72c99b)
  • manual-changes: fix runtime error (9dc83ea)
  • manual-changes: remote transfer_infor out from runtimeResponseGeneric for assistant-v2 (295ce72)
  • nlu: fix listClassificationsModels through return type change and removal of unnecessary model (c488dac)
  • nlu: manual change: convert MetadataOptions back to Object on Model/Features (b545942)
  • unit-test: fix unit test for diccovery-v1 (3dddd1e)
  • unit-test: update unit test for discovery v1 for converting status from string to StatusDetails (06438cc)

Features

  • assistant-v1: add more enums for Disambiguation settings (3508067)
  • assistant-v1: alt_text property added to Image response type (b805a7b)
  • assistant-v2: alt_text property added to Image response type (98448da)
  • assistant-v2: session_start_time and state properties added to MessageContextGlobalSystem (fcecbd2)
  • discovery-2: enum update for CreateProjectConstants (b16b165)
  • stt: more languages supported for next generation models (603bd99)
  • tts: new voice models added (7ed8976)

v5.2.1

25 Aug 17:28
Compare
Choose a tag to compare

5.2.1 (2021-08-25)

Bug Fixes

v5.2.0

09 Jun 19:45
Compare
Choose a tag to compare
chore(release): 5.2.0 release notes

# [5.2.0](https://github.com/watson-developer-cloud/dotnet-standard-sdk/compare/v5.1.0...v5.2.0) (2021-06-09)

### Bug Fixes

* **appveyor:** update appveyor env variables ([2807fa5](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/2807fa5552874a6351c165f355d7fab3443dda87))
* **appveyor:** update credentials ([1e2a691](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/1e2a6912293ccb50e84c5ff7a181038aedcedc8a))
* **appveyor:** update sdk-credentials ([39b025f](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/39b025f1b8406c3d80a3ebd2c43ae67f168c2bae))
* **readme:** trigger release ([af21e9e](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/af21e9eb6811c5340140aae20edb4211386c1cc3))
* **text-to-speech-v1:** generated using api def sdk-2021-05-11-rerelease and gen 3.31.0 ([0e2378a](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/0e2378a4370312db75084677f4c869cd03fa2f55))

### Features

* **generation:** generated using api def sdk-2021-05-11 & gen 3.31.0 ([7cca912](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/7cca912bdce601135bc29dbb89530803299d71df))

v5.1.0

16 Feb 19:40
Compare
Choose a tag to compare

5.1.0 (2021-02-16)

Features

  • csproj: update core & common version (d89daea)

v5.0.1

21 Dec 19:24
Compare
Choose a tag to compare

5.0.1 (2020-12-21)

Bug Fixes

  • generation: api def '8be1cdc78c7998b055bc8ea895dddd7c8496b2a4' gen tag 3.19.0 (9b96f89)

v5.0.0

10 Dec 00:43
Compare
Choose a tag to compare

5.0.0 (2020-12-10)

Bug Fixes

  • discovery-v2: change fileContent from ByteArrayContent to StreamContent (b6d5d70)
  • examples: update examples (5e85f39)

Features

  • generation: api def tag 'sdk-major-release-2020' gen tag 3.19.0 (d691cf8)
  • generation: generated with 3.17.0 generator and sdk-major-release-2020-rc01 api def (d28fa35)

BREAKING CHANGES

  • generation: api def tag 'sdk-major-release-2020' gen tag 3.19.0
  • generation: generated with 3.17.0 generator and sdk-major-release-2020-rc01 api def

v5.0.0-rc1

13 Nov 23:33
Compare
Choose a tag to compare
v5.0.0-rc1 Pre-release
Pre-release

This is a pre-release of for the major SDK release coming in mid November. Checkout migration guide for more info/