- Make file tags from *additional_download_sources* available on the *files* name when using queries.
0.3.5
- Allow download from other workflows through new arg *additional_download_sources* - New example showing branching on two lists of files with zip logic - Add test script to assert file list order
0.3.4
- Use retry for a broader set of connection errors
0.3.3
- Change default for `--checks/--no-checks` flag for `tailor worker` cli command - Do retry on ConnectionResetError
0.3.2
- Add support for Python 3.9 - Replace yaql in favour of jsonpath-ng for parsing query expressions - Support nested query expressions in *args* and *kwargs* arguments to PythonTask (see example 11) - Bugfixes