Release v1.8.0 - #183
Merged
Merged
Conversation
Bump durabletask and durabletask.azuremanaged to 1.8.0, update the azuremanaged dependency floors, and move Unreleased changelog entries into a v1.8.0 section for both packages. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ebc438fa-ef0b-4c2e-96fd-646d8ed0b6b7
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares a coordinated v1.8.0 release for both the core durabletask SDK and the durabletask.azuremanaged provider by bumping package versions and rolling changelog entries into versioned release sections.
Changes:
- Bumped
durabletaskpackage version to 1.8.0. - Bumped
durabletask.azuremanagedpackage version to 1.8.0 and raised itsdurabletaskdependency floors to >=1.8.0 (including theazure-blob-payloadsextra). - Moved the prior “Unreleased” changelog content into new v1.8.0 sections for both packages.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
pyproject.toml |
Bumps core package version to 1.8.0. |
durabletask-azuremanaged/pyproject.toml |
Bumps provider version to 1.8.0 and updates dependency floors to durabletask>=1.8.0. |
CHANGELOG.md |
Creates a v1.8.0 section and places release notes under it. |
durabletask-azuremanaged/CHANGELOG.md |
Creates a v1.8.0 section and places provider release notes under it. |
berndverst
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts a coordinated v1.8.0 release for both packages from
main:durabletask→ tagv1.8.0durabletask.azuremanaged→ tagazuremanaged-v1.8.0Changes
durabletaskversion1.7.2→1.8.0(pyproject.toml).durabletask.azuremanagedversion1.7.2→1.8.0and raise dependency floors (durabletask>=1.8.0,durabletask[azure-blob-payloads]>=1.8.0).Unreleasedchangelog entries into a new## v1.8.0section in bothCHANGELOG.mdanddurabletask-azuremanaged/CHANGELOG.md.Changelog highlights (v1.8.0)
durabletask
TaskHubGrpcClient.rewind_orchestration(),Task.resultalias,bind_context/clear_contextexports.genericEventreplay handling, legacy lock-granted entity response,when_allwaiting for all children, worker reconnect afterGetWorkItemsstream reset.durabletask.azuremanaged
durabletaskv1.8.0.rewind_orchestration()on the DTS clients.GetWorkItemsstream reset.Commit coverage
v1.7.2..HEAD): Add rewind support #121, Fix durabletask issues surfaced during Azure Functions investigation #174, Fix when_all to wait for all tasks before surfacing failures #173, Reconnect workers after peer stream cancellation #176 — all represented.azuremanaged-v1.7.2..HEAD): Add rewind support #121, Reconnect workers after peer stream cancellation #176 — all represented.Follow-ups (after merge)
v1.8.0andazuremanaged-v1.8.0on the merge commit.