- Breaking change: Fixed a typo in the validate
--quiet-bc-validation
flag (was--quite-bc-validation
). @upstart-swiss - Dropped support for python 3.7: Demisto-SDK is now supported on Python 3.8 or newer.
- Added an argument to YAMLHandler, allowing to set a maximal width for YAML files. This fixes an issue where a wrong default was used.
- Added the detach mechanism to the upload command, If you set the --input-config-file flag, any files in the repo's SystemPacks folder will be detached.
- Added the reattach mechanism to the upload command, If you set the --input-config-file flag, any detached item in your XSOAR instance that isn't currently in the repo's SystemPacks folder will be re-attached.
- Fixed an issue in the validate command that did not work properly when using the -g flag.
- Enhanced the dependency message shown when running lint.
- Fixed an issue where update-release-notes didn't update the currentVersion in pack_metadata.
- Improved the logging in test-content for helping catch typos in external playbook configuration.