Skip to content
Merged
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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,26 @@ 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
version 2.

### 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

Expand Down
Loading