Releases: DNAstack/wdl-ci
Releases · DNAstack/wdl-ci
v2.1.0
Bugfixes
- Add type float as acceptable type for target_value by @geneticsjesse in #42
- Feature/handle-refresh-token-expiring-errors by @geneticsjesse in #44
- bugfix/newline-array-separator by @geneticsjesse in #45
- Bugfix/avoid-detecting-changes-for-tasks-with-no-tests by @geneticsjesse in #47
- feature/handle-float-outputs by @geneticsjesse in #50
- Allow comparing floats; add version command; notify user when token will expire by @geneticsjesse in #55
- Do not fetch when committing updated wdl ci config file by @hkeward in #57
Updates
- Feature/add-version-arg by @geneticsjesse in #43
- Feature/add-check-zip-test by @geneticsjesse in #46
- Pin wdl ci dependencies to specific versions bios 541 by @geneticsjesse in #59
- Check uncompressed tar. by @williamrowell in #61
- Decompress gzipped json files before checking. by @williamrowell in #62
- 86b370f0a - Add functionality to check_tar task to sort/compare file … by @geneticsjesse in #63
- Feature/add wdl ci tests by @kfang4 in #64
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0
Features
- The members of structs that are output by tasks may now be individually tested (rather than needing to test the entire contents of the struct)
- Members from variables that are objects may be selected using
${variable.key[.subkey...]} - Linting may be disabled by setting
suppress-lint-errorsin the action input totrue
Bugfixes
- Engine parameters in the config file are allowed to be empty
- The
check_comma_separatedtest now works in GCP
Breaking changes
- The
wdl_ci_custom_test_wdl_dirvariable was renamed towdl-ci-custom-test-wdl-dirto make input syntax consistent.