Skip to content

Commit 39564af

Browse files
berndverstBernd VerstCopilot
authored
Release v1.7.0 (#164)
* Release v1.7.0: bump SDK versions and update changelogs 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> * Document azuremanaged dependency bump Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Bernd Verst <beverst@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f2a6ec8 commit 39564af

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v1.7.0
11+
1012
ADDED
1113

1214
- Added `durabletask.scheduled`, a recurring schedule feature built on durable

durabletask-azuremanaged/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
99

10+
## v1.7.0
11+
12+
- Updates base dependency to durabletask v1.7.0.
13+
1014
ADDED
1115

1216
- `DurableTaskSchedulerWorker`, `DurableTaskSchedulerClient`, and the async

durabletask-azuremanaged/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask.azuremanaged"
12-
version = "1.6.0"
12+
version = "1.7.0"
1313
description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
1414
keywords = [
1515
"durable",
@@ -26,13 +26,13 @@ requires-python = ">=3.10"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=1.6.0",
29+
"durabletask>=1.7.0",
3030
"azure-identity>=1.19.0"
3131
]
3232

3333
[project.optional-dependencies]
3434
azure-blob-payloads = [
35-
"durabletask[azure-blob-payloads]>=1.6.0"
35+
"durabletask[azure-blob-payloads]>=1.7.0"
3636
]
3737

3838
[project.urls]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "durabletask"
12-
version = "1.6.0"
12+
version = "1.7.0"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)