feat!: fern regeneration with com.deepgram package prefix#17
Merged
GregHolmes merged 4 commits intomainfrom Mar 30, 2026
Merged
feat!: fern regeneration with com.deepgram package prefix#17GregHolmes merged 4 commits intomainfrom
GregHolmes merged 4 commits intomainfrom
Conversation
Move custom client wrappers, tests, and examples to use the com.deepgram package prefix to match the Fern-generated code. Update all imports and .fernignore paths accordingly.
Move custom client wrappers, tests, and examples to match the com.deepgram package prefix added to the Fern generator config. - Move DeepgramClient, AsyncDeepgramClient, and builders to src/main/java/com/deepgram/ - Move test files to src/test/java/com/deepgram/ - Add package declarations and update imports across all custom files - Update .fernignore with both flat and structured paths - Fix inline bare package references in examples
- Fix README code examples to use correct SDK API (visitor pattern for STT, ReadV1Request.of for text analysis, withRawResponse for raw access) - Fix ClientOptions version and SDK name headers to match artifact coordinates - Add ClientOptions.java to release-please extra-files for automatic version bumps - Align Jackson versions between build.gradle and pom.xml (2.18.6) - Configure Spotless to only lint custom files (generated code uses JavaPoet formatting) - Add examples source set with compileExamples and runExample Gradle tasks - Update CI and Makefile to match Spotless config changes - Fix .fern/metadata.json sdkVersion to 0.1.0
GregHolmes
approved these changes
Mar 30, 2026
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.
This PR regenerates code to match the latest API Definition.