Skip to content

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

v7.0.0

Choose a tag to compare

@watson-github-bot watson-github-bot released this 17 Mar 21:41

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

Choose a tag to compare

@watson-github-bot watson-github-bot released this 10 Aug 19:02

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

Choose a tag to compare

@watson-github-bot watson-github-bot released this 21 Mar 17:03

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

Choose a tag to compare

@watson-github-bot watson-github-bot released this 14 Sep 21:11

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

Choose a tag to compare

@watson-github-bot watson-github-bot released this 25 Aug 17:28

5.2.1 (2021-08-25)

Bug Fixes

v5.2.0

Choose a tag to compare

@kevinkowa kevinkowa released this 09 Jun 19:45
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/1e94b064a0169d693b93603ea54a05c8c1df52a6))
* **appveyor:** update credentials ([1e2a691](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/40ee692002e8db909a66c17007a23fa3a22439b8))
* **appveyor:** update sdk-credentials ([39b025f](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/017447ff10c2bb200f134400ce8aabf1113d71b0))
* **readme:** trigger release ([af21e9e](https://github.com/watson-developer-cloud/dotnet-standard-sdk/commit/52f3e9bd00d1181a03f7e89c1ee3e6041805c233))
* **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/307ba0b6d835377056f8a2d0229d4545b318228d))

### 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/1af33c92ebcfc074a8426811c7312b3ee07e358e))

v5.1.0

Choose a tag to compare

@mediumTaj mediumTaj released this 16 Feb 19:40

5.1.0 (2021-02-16)

Features

  • csproj: update core & common version (d89daea)

v5.0.1

Choose a tag to compare

@mediumTaj mediumTaj released this 21 Dec 19:24

5.0.1 (2020-12-21)

Bug Fixes

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

v5.0.0

Choose a tag to compare

@mediumTaj mediumTaj released this 10 Dec 00:43

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

v5.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@kevinkowa kevinkowa released this 13 Nov 23:33

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