* Snakemake + Add support for using directories as inputs to rules
2.41.0
Added
* `--wf-version` flag to `develop` to use a container for a specific workflow version * `--disable-sync` flag to `develop` to disable automatic syncing of local files. Useful for inspecting workflow code from a past version without overwriting with divergent local changes.
2.40.6
Fixed
* Actually fix the issue where functions that use `current_workspace` would break if called from an execution
2.40.5
Fixed * bump flytekit version to 0.15.6 which fixes retries in dynamic resource allocation for map tasks
2.40.4
Fixed
* Issue where functions that use `current_workspace` would break if called from an execution * Issue where CLI commands that required an auth method would not print the correct error message if no auth was present