Skip to content

Releases: watson-developer-cloud/python-sdk

v8.1.0

17 May 16:47
Compare
Choose a tag to compare

8.1.0 (2024-05-17)

Features

  • stt: remove interim_results and low_latency wss params (035b29d)
  • stt: add speech_begin_event param to recognize func (d026ab2)
  • disco-v2: add ocr_enabled parameter (460593f)

v8.0.0

26 Feb 17:37
Compare
Choose a tag to compare

8.0.0 (2024-02-26)

Features

  • disco-v2: class changes (a109e2e)
  • disco-v2: new params for EnrichmentOptions (d980178)
  • nlu: add support for userMetadata param (134fa6d)
  • stt: new params smart_formatting_version, force, mapping_only (0fa495c)
  • wa-v2: new params orchestration and asyncCallout (69523c5)
  • wa-v2: support for private variables (6cd5eba)

BREAKING CHANGES

  • wa-v2: Name changes for multiple classes

v7.0.1

09 Aug 19:46
Compare
Choose a tag to compare

7.0.1 (2022-08-09)

Bug Fixes

  • tts,stt,version: unpinned websocket-client (75432a6)

v7.0.0

17 Mar 21:10
Compare
Choose a tag to compare

7.0.0 (2023-03-17)

Bug Fixes

  • assistantv2: use original createSession method signature (ac82c45)
  • nlu: require training_data_content_type (d91f007)
  • version: change version strings for release (aee877c)

Features

  • assistant-v1: update models and add new methods (fbcebd0)
  • assistant-v2: update models and add new methods (a1586ec)
  • assistantv2: add several new functions (d2d6fbf)
  • assistantv2: improved typing (a84cd6c)
  • discov2: new aggregation types (41cb185)
  • discovery-v2: update models and add several new methods (972a1ae)
  • nlu: add trainingParameters (c8e056c)
  • nlu: remove all sentimentModel functions (d6e342f)
  • nlu: remove beta model param from Sentiment (1469190)
  • release: trigger release (c08a117)
  • stt, tts: add more models (8b9f6a8)
  • stt: add and remove models (14fd5f2)
  • stt: update parameters (e40c06c)
  • tts: add parameters (b300c55)
  • tts: add params and add model constants (546796d)
  • wss: add and remove websocket params (1b5f171)

BREAKING CHANGES

  • release: trigger release
  • assistantv2: createSession param removed
  • assistantv2: removing and changing of classes
  • discov2: confidence property removed
  • discov2: smartDocumentUnderstanding param removed
  • discov2: QueryAggregation structure changed
  • nlu: remove all sentimentModel functions and models

v6.1.0

10 Aug 20:34
Compare
Choose a tag to compare

6.1.0 (2022-08-10)

Bug Fixes

  • assistantv2: use original createSession method signature (ac82c45)

Features

  • assistant-v1: update models and add new methods (fbcebd0)
  • assistant-v2: update models and add new methods (a1586ec)
  • discovery-v2: update models and add several new methods (972a1ae)
  • nlu: add trainingParameters (c8e056c)
  • stt: update parameters (e40c06c)
  • tts: add parameters (b300c55)
  • wss: add and remove websocket params (1b5f171)

v6.0.0

21 Mar 21:32
Compare
Choose a tag to compare

6.0.0 (2022-03-21)

Bug Fixes

BREAKING CHANGES

  • OutputData: required text property removed, RuntimeEntity: optional metadata property removed
    RuntimeResponseGeneric: Three new response types added
    Workspace: workspaceID changed form required to optional

  • feat(assistantv2): add three new response types, rename model, remove properties

  • RuntimeEntity: optional metadata property removed, MessageOutputDebug: nodesVisited type DialogNodesVisited changed to DialogNodeVisited.
    MessageContext: integrations property added
    MessageContextGlobalSystem: skipUserInput property added
    MessageContextStateless: integrations property added
    MessageInput: attachments property added
    MessageInputStateless: attachments property added
    RuntimeResponseGeneric: Three new response types added

  • refactor(cc): remove compare and comply ヾ(・‿・)

  • refactor(nlc): remove nlc ヾ(・‿・)

  • feat(nlu): remove MetadataOptions model

  • refactor(lt): comment change and test updates

  • refactor(pi): remove personality insights ヾ(・‿・)

  • feat(stt/tts): add new property and comment changes

  • refactor(ta/visrec): remove ta and visrec ヾ(・‿・)

  • refactor(all): remove remaining traces of removed services

  • feat(assistantv1): add new dialogNode models and additional properties for Workspace

  • feat(discov1): update QueryAggregation subclasses

  • QueryAggregation: QueryAggregation subclasses changed.
    DocumentStatus: documentID, status, and statusDescription are now optional

  • feat(stt): change grammarFile property type

  • addGrammar parameter grammarFile changed from String to Data type

SupportedFeatures: customAcousticModel property added

  • chore: copyright changes

  • build(secrets): upload detect-secrets baseline

  • docs(readme): add deprecation note and remove old references

  • ci(version): remove python 3.6 support and add 3.9 support

v5.3.1

26 Jan 20:42
Compare
Choose a tag to compare

5.3.1 (2022-01-26)

Bug Fixes

  • ws: remove websocket debug code (21399b7)

v5.3.0

14 Sep 17:01
Compare
Choose a tag to compare

5.3.0 (2021-09-14)

Bug Fixes

  • disco_v1: update type of status to reflect service changes (ab880f0)
  • disco_v2: project types enum updated/fixed (a598231)
  • nlu: fix listClassificationsModels response model (9954e59)
  • wss: fix on_transcription parsing issue including tests (1b05e1b)

Features

  • assistant_v1: add alt_text and sensitivity options, location now optional (0a6c540)
  • assistant_v2: same as v1, add more properties (c2ca53b)
  • assistant_v2,disco_v1: add answers property to response model, fix typo (611b7c9)
  • stt&tts: new models added (67ee967)

v5.2.3

26 Aug 17:33
Compare
Choose a tag to compare

5.2.3 (2021-08-26)

Bug Fixes

  • nlc: add deprecation warning (d1ec209), closes #9624
  • nlc: move deprecation warning (09a6dd4)
  • nlc: move deprecation warning (3658ee8)

v5.2.2

06 Jul 17:26
Compare
Choose a tag to compare

5.2.2 (2021-07-06)

Bug Fixes

  • robustify the STT streaming results handling (#768) (264807d)