Releases: dapr/durabletask-python
Releases · dapr/durabletask-python
v0.2.0-alpha.12
v0.2.0-alpha.11
What's Changed
Full Changelog: v0.2.0-alpha.10...v0.2.0-alpha.11
v0.2.0-alpha.10
What's Changed
- Add async version of durabletask client by @passuied in #17
- update protobuf version so it trickles down to python-sdk by @filintod in #26
- fix continue as new bug where we missed router on the multi-app change by @filintod in #24
- Added some linting and tooling update by @acroca in #27
New Contributors
Full Changelog: v0.2.0-alpha.9...v0.2.0-alpha.10
v0.2.0-alpha.9
What's Changed
- chore: add codeowners by @nelson-parente in #16
- Adds support for multi app calls by @acroca in #15
New Contributors
- @nelson-parente made their first contribution in #16
Full Changelog: v0.2.0-alpha.8...v0.2.0-alpha.9
v0.2.0-alpha.8
v0.2.0-alpha.7
What's Changed
- Removes default timeout for
wait_for_orchestration_startandwait_for_orchestration_completionby @elena-kolevska in #11
Full Changelog: v0.2.0-alpha.6...v0.2.0-alpha.7
v0.2.0-alpha.6
What's Changed
- Use dapr’s durabletask-go fork by @elena-kolevska in #9
- Extend the recursive termination test to match the test in durabletask-go by @elena-kolevska in #10
Full Changelog: v0.2.0-alpha.5...v0.2.0-alpha.6
v0.2.0-alpha.5
What's Changed
- Update protos by @elena-kolevska in #8
- Improve ProtoGen by downloading proto file directly instead of using submodule (#39 - by @berndverst
Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5
v0.2.0-alpha.4
What's Changed
Sync with upstream
- Protos are compiled with gRPC 1.62.3 / protobuf 3.25.X instead of the latest release. This ensures compatibility with a wider range of grpcio versions for better compatibility with other packages / libraries (#36)
- Http and grpc protocols and their secure variants are stripped from the host name parameter if provided. Secure mode is enabled if the protocol provided is https or grpcs (#38 - by [@berndverst)(https://github.com/berndverst)
Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4
Release v0.2.0-alpha.3
Get version from tag instead of hardcoding it (#3) Signed-off-by: Elena Kolevska <[email protected]>