Prepare durabletask 1.10.1 and Azure Functions 2.0.0rc1 releases - #264
Merged
Bernd Verst (berndverst) merged 1 commit intoSep 4, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: a4d3ce91-a38c-41ef-93a8-b213cb14af1f
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The changes are limited to version/dependency metadata and consistent changelog updates matching the stated release-prep goals.
Review tier: Lite
Findings: None
What changed in this PR
Prepares the next patch releases of the core durabletask SDK and durabletask.azuremanaged provider (v1.10.1), plus the next pre-release of azure-functions-durable (v2.0.0rc1), aligning provider dependency minimums with the new core release and updating changelogs accordingly.
Changes:
- Bumped package versions for
durabletask(1.10.1),durabletask.azuremanaged(1.10.1), andazure-functions-durable(2.0.0rc1). - Raised provider dependency floors to
durabletask>=1.10.1(including the relevant extras). - Added release headings/entries to the three package changelogs (and moved the core fix under the v1.10.1 heading).
| File | Description |
|---|---|
| pyproject.toml | Bumps core SDK version to 1.10.1. |
| CHANGELOG.md | Adds v1.10.1 heading and places the retry-tag preservation fix under it. |
| durabletask-azuremanaged/pyproject.toml | Bumps provider version to 1.10.1 and updates durabletask dependency floors to >=1.10.1 (including extras). |
| durabletask-azuremanaged/CHANGELOG.md | Adds v1.10.1 entry noting the dependency floor update. |
| azure-functions-durable/pyproject.toml | Bumps provider version to 2.0.0rc1 and updates durabletask[opentelemetry] floor to >=1.10.1. |
| azure-functions-durable/CHANGELOG.md | Adds v2.0.0rc1 entry noting the dependency floor update. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Bernd Verst (berndverst)
approved these changes
Sep 4, 2026
Bernd Verst (berndverst)
deleted the
andystaples-bump-versions-1-10-1-2-0-0rc1
branch
September 4, 2026 16:44
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
durabletask1.10.1 anddurabletask.azuremanaged1.10.1azure-functions-durable2.0.0rc1durabletask1.10.1Commit coverage
durabletask:v1.10.0..HEADdurabletask.azuremanaged:azuremanaged-v1.10.0..HEADazure-functions-durable:azurefunctions-v2.0.0b3..HEADThe only post-release user-facing change is the core fix that preserves activity tags across retry attempts. The provider release notes record their updated
durabletaskdependency floors.Validation
pyproject.tomlfiles and verified package versions and dependency floors