Releases: FherStk/AutoCheck
Releases · FherStk/AutoCheck
v2.22.2
v2.22.1
v2.22.0
v2.21.0
List of changes:
- Added missing documentation for
setup
andteardown
YAML nodes. - New
init
andend
options withinbatch
in order to run code just once at the beginning or at the end of a YAML script execution. - Non-existing vars can be used for creating another vars, but must exist when requested.
- New
Replace
andStore
methods for theTextStream
connector. - The
TextStream
connector can be requested without instantiation. - The log generation has been improved in order to increase the log refresh ratio within the terminal client app.
- Several bugfixes and improvements.
Breaking Changes:
- When using AutoCheck as an API, the
Script
class events has been reduced to just two: one for receiving the log information and another one for receiving progression information (just the current step, no progression % is supported yet). - The
single
mode YAML script optionssetup
andteardown
has been replaced byinit
andend
.
v2.20.1
List of changes:
- Internal changes in order to improve timeouts and killing hanged processes when executing shell commands.
RunCommand
method withinShell
has been renamed to Run which has no effect from YAML scripting side.- Several bugfixes and improvements.
v2.20.0
List of changes:
- The Google Drive connector provides a new method to copy a remote folder content (only files will be copied, not recursive yet).
- New
APP_UTILS_NAME
,APP_UTILS_PATH
andCURRENT_DIR_SEPARATOR
vars available within YAML scripts. - Several bugfixes and improvements.
Breaking changes:
ZIP
connector has been renamed toCompressed
because now supports also RAR files.
v2.19.1
v2.19.0
List of changes:
- A command output can now be compared using a regular expression, in order to count the amount of matches.
- The source code copy detector now runs in parallel and stores all the results (and not only the first 30).
- The mineseeker YAML script has been updated.
- Several bugfixes and improvements.