-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdk major release 2024 #1230
Sdk major release 2024 #1230
Conversation
BREAKING CHANGE: DiscoveryV1 functionality has been removed
BREAKING CHANGE: LanguageTranslator functionality has been removed
BREAKING CHANGE: `environmentId` now required for `message` and `messageStateless` functions Add support for message streaming and new APIs New functions: createProviders, listProviders, updateProviders, createReleaseExport, downloadReleaseExport, createReleaseImport, getReleaseImportStatus, messageStream, messageStreamStateless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm just one question on the removed builders
assistant/src/main/java/com/ibm/watson/assistant/v2/model/BaseEnvironmentOrchestration.java
Show resolved
Hide resolved
assistant/src/main/java/com/ibm/watson/assistant/v2/model/BaseEnvironmentReleaseReference.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed InputStreamConnectStrategy
and MessageEventDeserializer
. Both look good to me!
🎉 This PR is included in version 14.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.