Releases: conductor-oss/python-sdk
Releases · conductor-oss/python-sdk
1.1.6
What's Changed
- Add support for script with JOIN tasks by @v1r3n in #265
See https://github.com/conductor-sdk/conductor-python/blob/main/examples/orkes/fork_join_script.py for example
Full Changelog: 1.1.5...1.1.6
1.1.5
What's Changed
Documentation Updates
- Update README.md by @RizaFarheen in #250
- Minor edits by @Srividhya-S-Subramanian in #252
- QC & consistent structure by @RizaFarheen in #253
- Update readme and dependency sample app by @opoupeney in #256
- update by @RizaFarheen in #257
- updates by @RizaFarheen in #258
- Update conductor_apps.md by @RizaFarheen in #259
- Incorporated feedback from Hackathon by @Srividhya-S-Subramanian in #261
- Update README.md - PR Comments incorporated by @Srividhya-S-Subramanian in #262
Features and improvements
- #260
-
- HTTP_POLL task
-
- Allow setting caching for workers
New Contributors
- @Srividhya-S-Subramanian made their first contribution in #252
- @opoupeney made their first contribution in #256
Full Changelog: 1.1.4...1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
What's Changed
- Fixed typing error for < Python 3.11 by @coderabhigupta in #240
- Update README.md with Python SDK version by @coderabhigupta in #241
Full Changelog: 1.1.0...1.1.1
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