Commit b474a6d
authored
chore(main): release 6.0.0 (#667)
🤖 I have created a release *beep* *boop*
---
##
[6.0.0](v6.0.0-rc.2...v6.0.0)
(2026-02-23)
### ⚠ BREAKING CHANGES
* promote v6.0.0-rc.2 to v6.0.0 stable
* Fully generated WebSocket clients for Listen v1/v2, Speak v1, and
Agent v1, replacing all hand-rolled WebSocket code from v5
* Simplified send methods: send_media() accepts raw bytes directly,
control messages use dedicated methods (send_keep_alive(),
send_finalize(), send_flush()) instead of generic send_control()
* New domain-specific type system (deepgram.listen.v1.types,
deepgram.agent.v1.types) replacing shared barrel imports from
deepgram.extensions.types.sockets
* Agent settings types renamed to match generated schema hierarchy (e.g.
AgentV1SettingsMessage → AgentV1Settings)
### Features
* promote v6.0.0-rc.2 to v6.0.0 stable
([34f543e](34f543e))
* feat!: v6.0.0 stable — fully generated SDK with WebSocket support
* Custom WebSocket transport support for alternative runtimes
* TextBuilder class for TTS pronunciation and pause controls
* SageMaker transport extracted to separate deepgram-sagemaker package
* 22 production-ready examples covering auth, transcription, voice
agents, TTS, text intelligence, and management APIs
* CI matrix testing across Python 3.8–3.13
---
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>1 parent 34f543e commit b474a6d
3 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments