From 18be9a27161a5a20c56d1ff41af6c73518eaea00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 13:06:01 +0000 Subject: [PATCH 1/2] chore(main): release 7.10.0 --- .fern/metadata.json | 2 +- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index 732de7a0..75a7772d 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -24,5 +24,5 @@ "originGitCommit": "11cbef1122366ca086b021f14a892414ffcc035d", "originGitCommitIsDirty": true, "invokedBy": "manual", - "sdkVersion": "7.9.1" + "sdkVersion": "7.10.0" } \ No newline at end of file diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a75e9e71..cef64269 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.9.0" + ".": "7.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2263aba2..516ff1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.10.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.9.0...v7.10.0) (2026-09-17) + + +### Features + +* **regen:** agent function cancellation and defer-until-EOT ([#790](https://github.com/deepgram/deepgram-python-sdk/issues/790)) ([7f5b642](https://github.com/deepgram/deepgram-python-sdk/commit/7f5b642c2caf0d6fee89621089db6d61e8b77e48)) + ## [7.9.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.8.1...v7.9.0) (2026-09-14) diff --git a/pyproject.toml b/pyproject.toml index 94af13b9..f9103a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] [tool.poetry] name = "deepgram-sdk" -version = "7.9.1" +version = "7.10.0" description = "" readme = "README.md" authors = [] From 39f6a2c24e2a69b5d3bf3b20a64417bbdc22e813 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Mon, 21 Sep 2026 10:45:11 +0100 Subject: [PATCH 2/2] docs: clarify 7.10.0 release notes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516ff1df..d4b18128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ ### Features -* **regen:** agent function cancellation and defer-until-EOT ([#790](https://github.com/deepgram/deepgram-python-sdk/issues/790)) ([7f5b642](https://github.com/deepgram/deepgram-python-sdk/commit/7f5b642c2caf0d6fee89621089db6d61e8b77e48)) +* **Voice Agent:** Add typed `FunctionCallCancelled` WebSocket events. Events identify function calls that are no longer valid; do not send a `FunctionCallResponse` for the listed call IDs. ([#790](https://github.com/deepgram/deepgram-python-sdk/issues/790)) ([7f5b642](https://github.com/deepgram/deepgram-python-sdk/commit/7f5b642c2caf0d6fee89621089db6d61e8b77e48)) +* **Voice Agent:** Add the optional `defer_until_eot` function setting. When enabled, it holds a function call until the user's turn is confirmed and discards the deferred call if the turn resumes. Defaults to `false`. ([#790](https://github.com/deepgram/deepgram-python-sdk/issues/790)) ([7f5b642](https://github.com/deepgram/deepgram-python-sdk/commit/7f5b642c2caf0d6fee89621089db6d61e8b77e48)) ## [7.9.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.8.1...v7.9.0) (2026-09-14)