Releases: watson-developer-cloud/python-sdk
v8.1.0
v8.0.0
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
v7.0.0
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
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
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