- Fixed DART runner writes incorrect tag values in workflow batch mode. This was a serious bug caused by race condition that we anticipated but handled incorrectly in versions 0.95 and earlier.
- Fixed a problem reading from STDIN. Runner would fail to read piped STDIN that contained no newlines.
- Fixed bug No output on certain failures that caused DART Runner to exit without sending detailed error info to stdout/stderr.
- Improved built-in help doc with info about error codes and output JSON format.
- Added support for piping JobParams into STDIN
- Dropped the --job command-line argument. This was never implemented in the first place, and DART does not currently export jobs.
- Initial release