From e7071b9bbd4308d62d57a844e404db87e4731af9 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Thu, 30 Jul 2026 15:53:04 -0600 Subject: [PATCH] Prepare 1.7.0 release Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 81e61cd5-cc9e-477c-8374-f65d2e6837c2 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2e847..96e427d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,12 @@ and yanked-release status are based on the ## Unreleased +## 1.7.0 - 2026-07-30 + ### Added +- Added `instance_id_prefix` filtering to + `DurableOrchestrationClient.get_status_by`. - Added `DurableFunctionsCompatibilityWarning`, emitted at import time for applications using the legacy `function.json` programming model unless `requirements.txt` demonstrably restricts `azure-functions-durable` below @@ -15,7 +19,13 @@ and yanked-release status are based on the ### Changed -- `purge_instance_history_by` now raises a clear `ValueError` when the required `created_time_from` argument is omitted, instead of sending a request that the Durable extension rejects. +- `purge_instance_history_by` now raises a clear `ValueError` when the required + `created_time_from` argument is omitted, instead of sending a request that + the Durable extension rejects. + +### Fixed + +- Fixed `durableClient` binding validation on Python 3.14. ## 1.6.0 - 2026-07-09