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..d4b18128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.10.0](https://github.com/deepgram/deepgram-python-sdk/compare/v7.9.0...v7.10.0) (2026-09-17) + + +### Features + +* **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) 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 = []