2023.1 Series Release Notes

2023.1-eom

Bug Fixes

  • Fixed an issue when the configuration options of the zookeeper jobboard backend were passed as strings, the string ‘‘“False”’’ was wrongly interpreted as ‘’True’’. Now the string ‘‘“False”’’ is interpreted as the ‘’False’’ boolean.

4.4.0

New Features

  • Allow to use Sentinel for Redis connections. New variable sentinel can be passed to Redis jobboard. It is None by default, Sentinel name should be passed to enable this functionality.

Bug Fixes

  • Limit retries for storage failures on saving flow/task state in the storage. Previously on StorageFailure exception may cause an endless loop during execution of flows throwing errors and retrying to save details.

4.1.0

New Features

  • SSL support for zookeeper backend (kazoo client). Now the following options can be passed to zookeeper config: keyfile, keyfile_password, certfile, use_ssl, verify_certs.

4.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. The minimum version of Python now supported by taskflow is Python 3.6.