File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ # v0.5.0
9+
10+ - Added support for Durable Entities
11+
812## v0.4.1
913
1014- Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.4.0
9+
10+ - Updates base dependency to durabletask v0.5.0
11+ - Adds support for Durable Entities
12+
813## v0.3.1
914
1015- Updates base dependency to durabletask v0.4.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask.azuremanaged"
12- version = " 0.3.1 "
12+ version = " 0.4.0 "
1313description = " Durable Task Python SDK provider implementation for the Azure Durable Task Scheduler"
1414keywords = [
1515 " durable" ,
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626license = {file = " LICENSE" }
2727readme = " README.md"
2828dependencies = [
29- " durabletask>=0.4.1 " ,
29+ " durabletask>=0.5.0 " ,
3030 " azure-identity>=1.19.0"
3131]
3232
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " durabletask"
12- version = " 0.4.1 "
12+ version = " 0.5.0 "
1313description = " A Durable Task Client SDK for Python"
1414keywords = [
1515 " durable" ,
You can’t perform that action at this time.
0 commit comments