feat!: sdk regeneration 2026-04-29#47
Merged
GregHolmes merged 5 commits intomainfrom May 5, 2026
Merged
Conversation
Add README.md to release-please updates, refresh stale README version/link content, clarify custom endpoint configuration, and add the SageMaker Maven test dependency so README snippet checks pass in both build systems.
lukeocodes
approved these changes
May 5, 2026
GregHolmes
pushed a commit
that referenced
this pull request
May 6, 2026
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.0...v0.4.0) (2026-05-06) ### ⚠ BREAKING CHANGES * sdk regeneration 2026-05-05 ([#49](#49)) * sdk regeneration 2026-04-29 ([#47](#47)) ### Features * sdk regeneration 2026-04-29 ([#47](#47)) ([0519ad3](0519ad3)) * sdk regeneration 2026-05-05 ([#49](#49)) ([f44678a](f44678a)) ### Bug Fixes * **reconnect:** listener bug fixes + transport factory policy hook ([#45](#45)) ([eac8ad2](eac8ad2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/main/java/com/deepgram/core/ClientOptions.java.docs/in.fernignore, and addREADME.mdto release-please config so future version bumps update README dependency snippets automatically.pom.xml.Breaking Changes
AgentV1HistoryContent->ConversationHistoryMessageAgentV1HistoryFunctionCalls->FunctionCallHistoryMessageAgentV1SettingsAgentContextMessagesItemContent->ConversationHistoryMessageAgentV1SettingsAgentContextMessagesItemFunctionCalls->FunctionCallHistoryMessageCreateKeyV1RequestOne->CreateKeyV1RequestAgentV1History,AgentV1SettingsAgentContextMessagesItem, and project key creation clients, so downstream Java consumers may need import and type updates.Additional Changes
AgentV1InjectAgentMessage.behaviorandAgentV1InjectAgentMessageBehavior.ListenV2LanguageHintandV2ConnectOptions.languageHint.0.3.0, fix the API docs link, and clarify custom endpoint configuration for REST and WebSocket usage.Validation
./gradlew unitTest compileExamples./gradlew test compileExamplesmvn test