Skip to content

Releases: dapr/durabletask-python

v0.2.0-alpha.12

06 Nov 09:56
7f89f6a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0-alpha.11...v0.2.0-alpha.12

v0.2.0-alpha.11

04 Nov 15:25
3854b18

Choose a tag to compare

What's Changed

  • add grpc options (stacked over continue_as_new PR) by @filintod in #25

Full Changelog: v0.2.0-alpha.10...v0.2.0-alpha.11

v0.2.0-alpha.10

31 Oct 06:19
8d711f3

Choose a tag to compare

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

31 Oct 06:18
06357df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0-alpha.8...v0.2.0-alpha.9

v0.2.0-alpha.8

16 Sep 18:00
6aab54d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0-alpha.7...v0.2.0-alpha.8

v0.2.0-alpha.7

19 Feb 11:35
4602067

Choose a tag to compare

What's Changed

  • Removes default timeout for wait_for_orchestration_start and wait_for_orchestration_completion by @elena-kolevska in #11

Full Changelog: v0.2.0-alpha.6...v0.2.0-alpha.7

v0.2.0-alpha.6

12 Feb 15:12
61a8492

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-alpha.5...v0.2.0-alpha.6

v0.2.0-alpha.5

08 Feb 00:03
e86fc77

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5

v0.2.0-alpha.4

13 Jan 16:36
6ef52fc

Choose a tag to compare

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

27 Nov 16:46
4fc38e2

Choose a tag to compare

Pre-release
Get version from tag instead of hardcoding it (#3)

Signed-off-by: Elena Kolevska <[email protected]>