chore(main): release 7.7.0 - #764
Merged
GregHolmes merged 2 commits intoAug 12, 2026
Merged
Conversation
github-actions
Bot
requested review from
deepgram-kiley and
dg-coreylweathers
as code owners
August 12, 2026 12:36
Replace the auto-generated 7.7.0 entry with the clean feature summary used in the PR description. Drops the Reverts section and the superseded #750 feature line so the published changelog reads as the net GA surface.
GregHolmes
approved these changes
Aug 12, 2026
GregHolmes
deleted the
release-please--branches--main--components--deepgram-sdk
branch
August 12, 2026 13:00
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
7.7.0 (2026-08-12)
Flux TTS streaming controls and Listen v2 redaction.
Features
send_interrupt()(optionalplayback_offset,{type: "time_ms", value: N}), answered by aSpeechInterruptedserver message whose metadata carries the newcontrols_applied.breaks_appliedcounter; mid-streamsend_configure()to changespeed, acknowledged byConfigureSuccess/ConfigureFailure; newspeedandexpressivityconnect query parameters. Inline pause and pronunciation controls are not applied at launch — they are stripped before synthesis and support is coming soon. (#758) (aab1eae)redactconnect parameter (ListenV2Redact:numbers,aggressive_numbers);send_configure()is now properly typed (ListenV2Configure+ListenV2ConfigureSuccessin the response union), replacing the previoustyping.Anyshim. (#758) (aab1eae)GoogleThinkProviderVersionaddsai-studio-v1betaandgemini-enterprise-agent-v1;AgentV1UpdateListenListenProviderdiscriminated union (_V1/_V2, discriminantversion);client_wrappernow derives its version fromimportlib.metadatarather than a hardcoded string. (#758) (aab1eae)Compatibility
deepgramspeak providerversionwidens fromLiteral["v1"]tostr.AgentV1UpdateListenListen.providermoves from a bareDeepgramListenProviderV2to a required discriminated union; a compatibility validator coerces a legacy provider instance or bare dict into the new shape (both serialize toversion: "v2"), so existing callers are unaffected.This PR was generated with Release Please. See documentation.