Skip to content

chore(main): release 7.3.0#722

Merged
GregHolmes merged 2 commits into
mainfrom
release-please--branches--main--components--deepgram-sdk
Jun 1, 2026
Merged

chore(main): release 7.3.0#722
GregHolmes merged 2 commits into
mainfrom
release-please--branches--main--components--deepgram-sdk

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 1, 2026

🤖 I have created a release beep boop

7.3.0 (2026-06-01)

Features

  • client: add a declarative reconnect flag with transport-factory auto-disable. DeepgramClient / AsyncDeepgramClient now accept reconnect: bool = True (exposed read-only as client.reconnect). When a custom transport_factory is supplied, reconnect auto-sets to False to signal that the transport owns its own retry/reconnect lifecycle — e.g. the SageMaker transport's jittered backoff + replay buffers — so SDK-level retries don't stack on top and cause storm-on-storm under burst load. Pass reconnect=True explicitly to opt back in. Declarative only for now (the Python SDK has no wrapper reconnect layer; websockets doesn't auto-reconnect), fully backwards-compatible, and parity with the same flag in the JS (#492) and Java SDKs (#720) (b5d5905)

This PR was generated with Release Please. See documentation.

@GregHolmes GregHolmes merged commit 373bd3d into main Jun 1, 2026
10 checks passed
@GregHolmes GregHolmes deleted the release-please--branches--main--components--deepgram-sdk branch June 1, 2026 13:39
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Jun 1, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant