Skip to content

Releases: conductor-sdk/conductor-python

v1.0.40

15 Aug 20:59
d2b8a66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.39...v1.0.40

v1.0.39

15 Aug 17:11
53d8686
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.38...v1.0.39

v1.0.38

13 Aug 18:33
ef4163c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.37...v1.0.38

v1.0.37

30 Jul 03:15
501101f
Compare
Choose a tag to compare

New Features

  • Added new parameter for worker: domain
  • Added support for generic functional workers by removing the requirement to write them as classes

v1.0.36

28 Jul 21:06
e38a408
Compare
Choose a tag to compare

Features

  • Added worker_id when polling for a task
    • Thanks to @BrandonDotLin for implementing that!

v1.0.35

25 Jul 22:11
5f1baf5
Compare
Choose a tag to compare

Minor internal improvements for code maintainability.

v1.0.34

25 Jul 02:17
88b7b8a
Compare
Choose a tag to compare

Features:

  • Worker as a function, more context here
    • Stay tuned - next release might enable more generic worker functions, removing the input and output type requirement

Bug Fixes:

  • Exception was raised when polling for an empty queue. Thanks to @BrandonDotLin and @phmurias-invitae for raising an issue!

1.0.33

11 Jul 16:09
d7a08ec
Compare
Choose a tag to compare

Features

  • Added support for creating workflows with code only, instead of json
    • You can check out more details here

1.0.32

09 Jun 00:09
82faf8e
Compare
Choose a tag to compare
  • Minor fixes for project setup and release

v1.0.29

10 May 16:49
bfe5ec7
Compare
Choose a tag to compare
Merge pull request #77 from conductor-sdk/refactor/http-client

Update Task Resource API to use Orkes playground Conductor version docs as base