Skip to content

Releases: conductor-sdk/conductor-python

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

1.0.64

04 Apr 00:02
365809f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.63...1.0.64

1.0.63

03 Apr 22:34
855cbad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.62...1.0.63

1.0.62

03 Apr 20:42
694ff44
Compare
Choose a tag to compare

What's Changed

  • Added objet mapper for HttpInput when creating a HttpTask by @gardusig in #157

Full Changelog: 1.0.61...1.0.62