Skip to content

v2.7.0

Compare
Choose a tag to compare
@FherStk FherStk released this 05 Apr 16:01
· 465 commits to master since this release
c76cd63

List of changes:

  • The permissions script has been updated, but just the single version; batch version coming soon.
  • New zip connector.
  • The gdrive connector has been updated with a new feature: uploading a local folder.
  • Several bugfixes and improvements.

Breaking changes:

  • The pre and post nodes can be used now to define any kind of executable code but question nodes.
  • When running on batch mode, all pre will be now executed once per target before running any body.
  • When running on batch mode, all post will be now executed once per target after running all the body.
  • The pre and post nodes are now only allowed when running on batch mode, so old pre and post included into single mode scripts must be replaced by regular body script code using the available connectors (just place this code at the beginning or the end of the script).
  • The pre and post nodes within copy_detector has been removed and replaced by the regular pre and post nodes for batch mode scripts.
  • The extract, restore_db and upload_gdrive nodes within pre and post has been removed, but new or updated connectors are available in order to supply this kind of features. Sample scripts are provided in order to avoid any trouble when upgrading.