Breaking
- The demisto-sdk convert command has been deprecated and is no longer available for use. #4743
Feature
- Added TR100 and PB130 validations. Ensures that all silent Playbooks/Triggers have
is_silent = True
, and name/trigger_name, ID and file_name start with thesilent-
prefix. #4740 - Added BA128 validation. Ensures script and integration command names don't start with a digit. #4722
Internal
- Upgraded
pylint
library version to 3.3.2. #4709