Skip to content

Releases: common-workflow-language/cwltool

1.0.20161227200419

27 Dec 20:05

Choose a tag to compare

Relax ruamel.yaml pin (#262)

1.0.20161223144155

23 Dec 14:44

Choose a tag to compare

Add ability to override logger handler so caller can provide own logg…

1.0.20161216212910: Better errors (#234)

16 Dec 21:32

Choose a tag to compare

* Improve error reporting for expression evaluation.
* Connecting errors back to source file lines where possible.
* Better reporting on missing input files.
* Updating also should preserve line numbers as much as possible.

1.0.20161207161158

07 Dec 16:13

Choose a tag to compare

Pass fetcher_constructor to load_job_order. (#246)

1.0.20161206195941: Propagate custom fetcher_constructor to workflow steps (#243)

06 Dec 20:02

Choose a tag to compare

* Propagate custom fetcher_constructor to workflow steps, and custom urljoin in
scandeps.

1.0.20161202203310

02 Dec 20:34

Choose a tag to compare

Make fetcher and resolver configurable. (#240)

1.0.20161128202906: Skip calling debug statements with expensive json.dumps() (#238)

28 Nov 20:30

Choose a tag to compare

* Skip calling debug statements with expensive json.dumps() unless debugging is enabled.

* Add typeshed stubs for logging with isEnabledFor() bugfix.

1.0.20161122201220

22 Nov 20:13

Choose a tag to compare

Version limit schema-salad < 2 until able to merge version that works…

1.0.20161107145355: Correctly handle file and directory literals (#218)

07 Nov 15:06

Choose a tag to compare

* Correctly handle file and directory literals produced by expression tool in
output.

* Fix sandboxjs to use "docker images" before "docker pull" so it doesn't rely on
being online to use node:slim for JS evaluation.

1.0.20161007181528: Fix revmap (#206)

07 Oct 18:16

Choose a tag to compare

* Reverse mapping output file objects correctly handles "location" fields with
container-internal file:// references.

* Ensure that "location" field is URI with scheme and delete path field after
we're done with it.