Releases: watson-developer-cloud/java-sdk
Releases · watson-developer-cloud/java-sdk
v16.0.0
16.0.0 (2025-10-09)
Bug Fixes
- wa-v2: fix missing path parameter in HTTP request creation for message functions (c379682)
Features
- wa-v2: add environmentId param to sessions functions and update sdk headers (7d33340)
BREAKING CHANGES
- wa-v2:
assistantId
andenvironmentId
are now required parameters for thecreateSession
anddeleteSession
functions
v15.0.0
v14.0.2
v14.0.1
v14.0.0
14.0.0 (2024-12-05)
Bug Fixes
- nlu: remove summarization param (3fa8b85)
Features
- discov1: remove discoV1 (2d64d0d)
- discov2: add methods for new batches api (750a115)
- lt: remove lt and other deprecated resources (254428b)
- stt: add new speech models (5ca34b2)
- stt: readd interimResults and lowLatency wss params (6696356)
- WxA: add new functions and update required params (a429786)
BREAKING CHANGES
- WxA:
environmentId
now required formessage
andmessageStateless
functions
Add support for message streaming and new APIs
New functions: createProviders, listProviders, updateProviders, createReleaseExport, downloadReleaseExport, createReleaseImport, getReleaseImportStatus, messageStream, messageStreamStateless
- lt: LanguageTranslator functionality has been removed
- discov1: DiscoveryV1 functionality has been removed
v13.0.0
v12.0.1
v12.0.0
12.0.0 (2024-02-26)
Bug Fixes
- wa-v2: fix tests and delete unused models (3e7e9c7)
Features
- disco-v2: class changes (ba46325)
- discov2: new EnrichmentOptions parameters (78d93b7)
- mcsp: update sdk-core for MCSP authenticator support (8e9f831)
- nlu: add support for userMetadata param (a00b9d7)
- stt: new params (56755c6)
- wa-v2: new method params (439ed47)
- wa-v2: support for private variables (89f2209)
BREAKING CHANGES
- disco-v2: TableBodyCells properties changed to string lists.
Location property changed from Map to TableElementLocation. - wa-v2: Multiple class name changes and Log class property type
changes
v11.0.1
v11.0.0
11.0.0 (2023-03-16)
Features
- assistantv1: update based on api definitions (d2aebb9)
- assistantv2: add new assistant, environment, and skills lifecycle methods (aaf9b77)
- discoveryv1: update based on latest api definitions (a810f01)
- discoveryv2: update based on api definitions (1e2682f)
- language translator: update based on api definitions (d45607b)
- natural language understanding: update based on api definitions (a743cb7)
- speech to text: update based on new api definitions (0a7058b)
- text to speech: update based on api definitions (54fd47d)
BREAKING CHANGES
- natural language understanding: removes the 'sentimentModel' functions and models
- discoveryv2: enrichmentId is now a required param for 'DocumentClassifierEnrichment' model.
'confidence' property has been removed from 'QueryResponsePassage' and 'QueryResultPassage' models.
Breaking interface changes to handling aggregation discriminators. - assistantv2: 'createSession' param replaced with 'requestAnalytics' param. 'language' property
removed from 'Environment' model. method name changes in environment and release models. - assistantv1: public interface 'Model' in 'WorkspaceSystemSettingsNlp' has been removed