Skip to content

Release v1.7.0#164

Merged
berndverst merged 2 commits into
mainfrom
berndverst-release-v1-7-0
Jun 29, 2026
Merged

Release v1.7.0#164
berndverst merged 2 commits into
mainfrom
berndverst-release-v1-7-0

Conversation

@berndverst

Copy link
Copy Markdown
Member

Summary

Release prep for v1.7.0 of both SDK packages.

Version bumps

  • durabletask: 1.6.01.7.0 (pyproject.toml)
  • durabletask.azuremanaged: 1.6.01.7.0 (durabletask-azuremanaged/pyproject.toml)
  • durabletask.azuremanaged dependency floors bumped:
    • durabletask>=1.7.0
    • durabletask[azure-blob-payloads]>=1.7.0

Changelogs

  • Moved all ## Unreleased entries into a new ## v1.7.0 section in both CHANGELOG.md and durabletask-azuremanaged/CHANGELOG.md.
  • Kept an empty ## Unreleased section at the top of each changelog.

v1.7.0 highlights

durabletask

  • New durabletask.scheduled recurring schedule feature built on durable entities.
  • Optional signal_time parameter for scheduling entity signals from entities, orchestrations, and clients.
  • Pluggable DataConverter (durabletask.serialization) threaded through every payload boundary, with typed payload reconstruction and to_json()/from_json() hooks. Includes related CHANGED/FIXED/DEPRECATED notes and type-level breaking changes.

durabletask.azuremanaged

  • DurableTaskSchedulerWorker, DurableTaskSchedulerClient, and the async client now accept and forward a data_converter argument.

Follow-ups (post-merge)

After this PR merges, create the v1.7.0 and azuremanaged-v1.7.0 tags, then draft the GitHub releases.

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>
Copilot AI review requested due to automatic review settings June 29, 2026 20:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 durabletask version to 1.7.0 in pyproject.toml.
  • Bumped durabletask.azuremanaged version to 1.7.0 and raised its durabletask dependency floors to >=1.7.0.
  • Added ## v1.7.0 sections at the top of both changelogs (with ## Unreleased retained).

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].changelog in the durabletask.azuremanaged package metadata currently points at the repo root CHANGELOG.md, but this package has its own changelog at durabletask-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"

Comment thread durabletask-azuremanaged/CHANGELOG.md
andystaples
andystaples previously approved these changes Jun 29, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@berndverst berndverst merged commit 39564af into main Jun 29, 2026
18 checks passed
@berndverst berndverst deleted the berndverst-release-v1-7-0 branch June 29, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants