Skip to content

Commit e4e66fa

Browse files
committed
Bump versions, revert testing changes
1 parent 67c5b93 commit e4e66fa

5 files changed

Lines changed: 14 additions & 17 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.5.0
11+
1012
ADDED
1113

1214
- Added `ReplaySafeLogger` and `OrchestrationContext.create_replay_safe_logger()`

durabletask-azuremanaged/CHANGELOG.md

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

88
## Unreleased
99

10+
## v1.5.0
11+
12+
- Updates base dependency to durabletask v1.5.0
1013
- Added optional `interceptors`, `channel`, and `channel_options` parameters to
1114
`DurableTaskSchedulerClient`, `AsyncDurableTaskSchedulerClient`, and
1215
`DurableTaskSchedulerWorker` to allow combining custom gRPC interceptors with

durabletask-azuremanaged/pyproject.toml

Lines changed: 2 additions & 2 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.4.0"
12+
version = "1.5.0"
1313
description = "Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
1414
keywords = [
1515
"durable",
@@ -26,7 +26,7 @@ requires-python = ">=3.10"
2626
license = {file = "LICENSE"}
2727
readme = "README.md"
2828
dependencies = [
29-
"durabletask>=1.4.0",
29+
"durabletask>=1.5.0",
3030
"azure-identity>=1.19.0"
3131
]
3232

eng/ci/release.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,12 @@ extends:
4747
signcertname: "dts-esrp-cert"
4848
clientid: "0b3ed1a4-0727-4a50-b82a-02c2bd9dec89"
4949
intent: "PackageDistribution"
50-
# DRY-RUN: set to "NPM" while bringing up the pipeline so ESRP
51-
# signs and processes the artifact but does NOT push to PyPI
52-
# (mismatched destination router). Switch back to "PyPi" for
53-
# real releases. See https://aka.ms/python/publish.
54-
contenttype: "NPM"
50+
contenttype: "PyPi"
5551
contentsource: "Folder"
5652
folderlocation: "$(System.DefaultWorkingDirectory)/drop/buildoutputs/durabletask"
5753
waitforreleasecompletion: true
58-
owners: "wangbill@microsoft.com"
59-
approvers: "kaibocai@microsoft.com"
54+
owners: "torosent@microsoft.com"
55+
approvers: "andystaples@microsoft.com;beverst@microsoft.com"
6056
serviceendpointurl: "https://api.esrp.microsoft.com"
6157
mainpublisher: "durabletask-java"
6258
domaintenantid: "33e01921-4d64-4f8c-a055-5bdaffd5e33d"
@@ -82,16 +78,12 @@ extends:
8278
signcertname: "dts-esrp-cert"
8379
clientid: "0b3ed1a4-0727-4a50-b82a-02c2bd9dec89"
8480
intent: "PackageDistribution"
85-
# DRY-RUN: set to "NPM" while bringing up the pipeline so ESRP
86-
# signs and processes the artifact but does NOT push to PyPI
87-
# (mismatched destination router). Switch back to "PyPi" for
88-
# real releases. See https://aka.ms/python/publish.
89-
contenttype: "NPM"
81+
contenttype: "PyPi"
9082
contentsource: "Folder"
9183
folderlocation: "$(System.DefaultWorkingDirectory)/drop/buildoutputs/durabletask-azuremanaged"
9284
waitforreleasecompletion: true
93-
owners: "wangbill@microsoft.com"
94-
approvers: "kaibocai@microsoft.com"
85+
owners: "torosent@microsoft.com"
86+
approvers: "andystaples@microsoft.com;beverst@microsoft.com"
9587
serviceendpointurl: "https://api.esrp.microsoft.com"
9688
mainpublisher: "durabletask-java"
9789
domaintenantid: "33e01921-4d64-4f8c-a055-5bdaffd5e33d"

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.4.0"
12+
version = "1.5.0"
1313
description = "A Durable Task Client SDK for Python"
1414
keywords = [
1515
"durable",

0 commit comments

Comments
 (0)