- Breaking Change: The default of the upload command
--zip
argument istrue
. To upload packs as custom content items use the--no-zip
argument. - Removed the
no-implicit-optional
hook from pre-commit. - Removed the
markdownlint
hook from pre-commit. - Fixed an issue in run-unit-tests to pass with warnings when no tests are collected.
- Fixed an issue in run-unit-tests with the coverage calculation.
- Fixed a notification about log file location appeared more than once.
- Updated the error message when code coverage is below the threshold in coverage-analyze to be printed in a more noticeable red color.
- Fixed an issue in upload that failed when a comma-separated list of paths is passed to the
--input
argument. - Running validate with the
--graph
flag will now run the graph validations after all other validations. - improved the generated release note for newly added XSIAM entities when running update-release-notes command.
- Fixed an issue where in some cases validation failed when mapping null values.
- Fixed an issue in upload command where the
--keep-zip
argument did not clean the working directory. - Fixed an issue where an extra levelname was added to a logging message.
- Fixed an issue in upload where uploading packs to XSIAM failed due to version mismatch.