What's Changed * Support for older python versions by v1r3n in https://github.com/conductor-sdk/conductor-python/pull/242 * Fix release GH Workflow by jmigueprieto in https://github.com/conductor-sdk/conductor-python/pull/277
What's Changed * Fix worker output serialization issues by jmigueprieto in https://github.com/conductor-sdk/conductor-python/pull/275 * Fix wrong test class name by jmigueprieto in https://github.com/conductor-sdk/conductor-python/pull/276
What's Changed * Update README.md by RizaFarheen in https://github.com/conductor-sdk/conductor-python/pull/268 * fix: greet import by sarthakos in https://github.com/conductor-sdk/conductor-python/pull/269 * Schema APIs by v1r3n in https://github.com/conductor-sdk/conductor-python/pull/272
New Contributors * sarthakos made their first contribution in https://github.com/conductor-sdk/conductor-python/pull/269
What's Changed * Add support for script with JOIN tasks by v1r3n in https://github.com/conductor-sdk/conductor-python/pull/265 See https://github.com/conductor-sdk/conductor-python/blob/main/examples/orkes/fork_join_script.py for example