Release v1.7.0#164
Merged
Merged
Conversation
Bump durabletask and durabletask.azuremanaged to 1.7.0, update the azuremanaged dependency floors, and move Unreleased changelog entries into a v1.7.0 section for both packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the durabletask and durabletask.azuremanaged Python packages for the v1.7.0 release by updating package versions, aligning dependency floors, and promoting “Unreleased” changelog entries into a v1.7.0 section for each package.
Changes:
- Bumped
durabletaskversion to1.7.0inpyproject.toml. - Bumped
durabletask.azuremanagedversion to1.7.0and raised itsdurabletaskdependency floors to>=1.7.0. - Added
## v1.7.0sections at the top of both changelogs (with## Unreleasedretained).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Bumps core SDK version to 1.7.0. |
durabletask-azuremanaged/pyproject.toml |
Bumps azuremanaged version and dependency floors to align with core 1.7.0. |
CHANGELOG.md |
Promotes Unreleased entries into a new v1.7.0 section for the core SDK. |
durabletask-azuremanaged/CHANGELOG.md |
Promotes Unreleased entries into a new v1.7.0 section for azuremanaged. |
Comments suppressed due to low confidence (1)
durabletask-azuremanaged/pyproject.toml:39
[project.urls].changelogin thedurabletask.azuremanagedpackage metadata currently points at the repo rootCHANGELOG.md, but this package has its own changelog atdurabletask-azuremanaged/CHANGELOG.md. On PyPI, this link will be misleading for azuremanaged consumers.
"durabletask[azure-blob-payloads]>=1.7.0"
]
[project.urls]
repository = "https://github.com/microsoft/durabletask-python"
andystaples
previously approved these changes
Jun 29, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
andystaples
approved these changes
Jun 29, 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
Release prep for v1.7.0 of both SDK packages.
Version bumps
durabletask:1.6.0→1.7.0(pyproject.toml)durabletask.azuremanaged:1.6.0→1.7.0(durabletask-azuremanaged/pyproject.toml)durabletask.azuremanageddependency floors bumped:durabletask>=1.7.0durabletask[azure-blob-payloads]>=1.7.0Changelogs
## Unreleasedentries into a new## v1.7.0section in bothCHANGELOG.mdanddurabletask-azuremanaged/CHANGELOG.md.## Unreleasedsection at the top of each changelog.v1.7.0 highlights
durabletaskdurabletask.scheduledrecurring schedule feature built on durable entities.signal_timeparameter for scheduling entity signals from entities, orchestrations, and clients.DataConverter(durabletask.serialization) threaded through every payload boundary, with typed payload reconstruction andto_json()/from_json()hooks. Includes related CHANGED/FIXED/DEPRECATED notes and type-level breaking changes.durabletask.azuremanagedDurableTaskSchedulerWorker,DurableTaskSchedulerClient, and the async client now accept and forward adata_converterargument.Follow-ups (post-merge)
After this PR merges, create the
v1.7.0andazuremanaged-v1.7.0tags, then draft the GitHub releases.