Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fern/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"originGitCommit": "9e641c9fb92e1e0398c79c196f6a71c70b4fdbf6",
"originGitCommitIsDirty": true,
"invokedBy": "manual",
"sdkVersion": "7.6.1"
"sdkVersion": "7.7.0"
}
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.6.0"
".": "7.7.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.7.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.6.0...v7.7.0) (2026-07-31)


### Features

* **Listen v2 streaming: turn control & redaction** β€” new `ForceEndTurn` client message (`connection.send_force_end_turn(...)`) forces the model to finalize the current turn on demand, and a new `redact` connect parameter (`numbers` / `aggressive_numbers`) removes sensitive information from live transcripts. `send_configure(...)` is now strongly typed via `ListenV2Configure` for mid-stream reconfiguration, and `TurnInfo` carries a new `trigger` field indicating what ended the turn. Also adds **Listen v1 diarization metadata** β€” response metadata now includes `diarize_info` (diarizer model UUID and architecture) and per-word results carry `speaker` and `speaker_confidence`. ([#750](https://github.com/deepgram/deepgram-python-sdk/issues/750)) ([4678f0e](https://github.com/deepgram/deepgram-python-sdk/commit/4678f0e230d590e1ad473ae2f3452619d21d3d6b))

## [7.6.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.5.0...v7.6.0) (2026-07-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]

[tool.poetry]
name = "deepgram-sdk"
version = "7.6.1"
version = "7.7.0"
description = ""
readme = "README.md"
authors = []
Expand Down
Loading