Skip to content

Releases: conductor-sdk/conductor-python

1.1.0

15 Jan 21:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.73...1.1.0

1.0.73

16 Nov 17:29
c03f307
Compare
Choose a tag to compare

Important

Warning

OrkesClient interfaces are going to be changed in the next release.
We recommend NOT updating to 1.0.73 release and wait for 1.0.74.
The recommended version for production usage is 1.0.72

What's Changed

New Contributors

Full Changelog: 1.0.72...1.0.73

1.0.72

06 Oct 08:46
7b90ca9
Compare
Choose a tag to compare

What's Changed

  • Support CaseInsensitiveDict as part of the task result output by @v1r3n in #216

Full Changelog: 1.0.71...1.0.72

1.0.71

28 Jun 15:28
502c6bd
Compare
Choose a tag to compare

What's Changed

  • Added default value for workers at TaskHandler by @gardusig in #190
  • Return None in ApiClient deserialization only when data is None by @gardusig in #196

Full Changelog: 1.0.70...1.0.71

1.0.70

05 Jun 14:54
d0f1cd2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.69...1.0.70

1.0.69

31 May 10:19
f0e8c89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.68...1.0.69

1.0.68

24 May 23:32
e0a4a4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.67...1.0.68

1.0.67

16 May 22:55
98ea476
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.66...1.0.67

1.0.66

10 May 21:09
e01cab2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.65...1.0.66

1.0.65

10 May 20:26
41c035b
Compare
Choose a tag to compare

What's Changed

  • Support for updating tasks and evaluating workflow status synchronously by @v1r3n in #164
# example usage
# task_status can be one of `COMPLETED` `FAILED` `FAILED_WITH_TERMINAL_ERROR` `IN_PROGRESS`
# returns the current state of workflow after updating the task
workflow = workflow_executor.update_task_by_ref_name_sync(task_output_dict, workflow_id, reference_task_name, task_status)

Full Changelog: 1.0.64...1.0.65