chore(main): release 0.7.0 - #79
Merged
GregHolmes merged 1 commit intoJul 22, 2026
Merged
Conversation
github-actions
Bot
requested review from
GregHolmes,
deepgram-kiley and
dg-coreylweathers
as code owners
July 22, 2026 13:35
GregHolmes
approved these changes
Jul 22, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
0.7.0 (2026-07-22)
⚠ BREAKING CHANGES
Features
What's in this release
SDK regeneration for the 2026-07-20 Fern run (java-sdk generator
4.10.1, CLI5.44.6, specff8fd2b7).⚠ Breaking:
AgentV1LatencyReport.getSttLatency()removedstt_latencyfrom the LatencyReport schema (docs #1006). ThegetSttLatency()getter, thesttLatency(...)builder methods, and the constructor arg are gone.AgentV1LatencyReportis a server-emitted, read-only message, so there is no request/wire impact — but this is source-breaking for any caller ofgetSttLatency(). Any inboundstt_latencynow lands inadditionalPropertiesrather than a typed getter.docs/Migrating-v0.6-to-v0.7.md(before/after), linked from the README.Flux STT
numerals(additive)types/ListenV2Numerals.java(true/false, forward-compatible enum) plus anumeralsquery param onlisten().v2().v2WebSocket().connect(...)via the newV2ConnectOptions. Connection-time only.ListenV2ConnectWireTest.javapins that/v2/listenserializesnumerals=truewhen set and omits it when absent (the handshake previously had no wire test). Demonstrated inexamples/listen/LiveStreamingV2.java.New Aura-2 multilingual TTS voices (additive)
SpeakV1ModelandAudioGenerateRequestModeleach grow 63 → 103 constants (es / de / nl / fr / it / ja). Zero removed constants/enum members.Verification
./gradlew test compileExamples— BUILD SUCCESSFUL: 81 tests, 0 failures, 0 errors, 1 skipped; examples compile.numerals=trueand spelled-out words without it.This PR was generated with Release Please. See documentation.