Releases: conductor-sdk/conductor-python
Releases · conductor-sdk/conductor-python
1.1.0
What's Changed
- Updated READMEs with specific OrkesClient access examples by @coderabhigupta in #226
- Added domain and polling_interval in config and env vars for worker tasks by @coderabhigupta in #225
- Orkes Clients SDK methods by @v1r3n in #228
- Sdk updates v2 by @v1r3n in #236
- SDK Updates by @v1r3n in #238
Full Changelog: 1.0.73...1.1.0
1.0.73
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
- change log message from debug to error in the event of exceptions whi… by @v891 in #204
- Added LLM tasks support by @coderabhigupta in #201
- Added fork join to rshift by @coderabhigupta in #200
- Add missing import for easier onboarding. by @tullytim in #206
- Add a new http connection object to use. by @amjith in #205
- Quick README update by @coderabhigupta in #207
- Updated workers README by @coderabhigupta in #210
- Merge 1.0.72 release branch to main by @v1r3n in #218
- Update task_runner.py by @v891 in #221
- Fix workflow input_template and variables generation by @anjkl in #197
- Added OrkesClients for Metadata, Workflow, Task, Scheduler, Secret, Auth by @coderabhigupta in #212
- Fix do while task list and prototype shared tasks by @coderabhigupta in #223
New Contributors
- @coderabhigupta made their first contribution in #201
- @tullytim made their first contribution in #206
- @amjith made their first contribution in #205
- @anjkl made their first contribution in #197
Full Changelog: 1.0.72...1.0.73
1.0.72
1.0.71
1.0.70
What's Changed
- Fixed worker annotation discovery by @gardusig in #186, kudos to @coderabhigupta for raising the issue
Full Changelog: 1.0.69...1.0.70
1.0.69
1.0.68
1.0.67
What's Changed
- Added body to attribute map so it can be set via the code. by @devingoodsell in #166
New Contributors
- @devingoodsell made their first contribution in #166
Full Changelog: 1.0.66...1.0.67
1.0.66
What's Changed
- add logs to the task result by @v891 in #161
- Added freeze support to wait before starting a subprocess by @gardusig in #160
- fix: Calls with double / by @JCHacking in #163
New Contributors
- @v891 made their first contribution in #161
- @JCHacking made their first contribution in #163
Full Changelog: 1.0.65...1.0.66
1.0.65
What's Changed
# 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