-
Notifications
You must be signed in to change notification settings - Fork 7
Release notes
Maximilien Riehl edited this page Sep 30, 2013
·
8 revisions
Please find the new release notes here
- Using a component URI that does not resolve to anything is now an error instead of a NO-OP.
- Fixed a bug where a parallel plan with intertwined dependencies could lead to some actions not being executed.
- you can now use the stdout/stderr output from the yadtshell to filter information and errors. All possible error messages (warning and up) are redirected to the standard error stream, other messages are redirected to the standard output stream.
- new option : --tracking-id which will add a session ID to every event sent by the yadtshell.
- remote executions of command now display the component URI (host name) when outputting stdout / stderr
- better errorhandling for commands start, stop, ignore, unignore, lock, unlock
- reduced logging output
- yadtshell now prints out the path to the log file if an error occurs
- when the lock message contains whitespaces, the logfile name will no longer contain spaces
- internal refactoring