Feature
- Added support for skill action dependencies. #5411
- Added support for the new Connector content item, so connectors are recognized and handled by the SDK like any other content type. #5318
- Added validations for Connector content items, catching common issues in connector definitions early - before they reach the platform. #5318
- Added support for updating the content graph with Connector items, so connectors are included in graph builds and updates alongside other content. #5318
- Added the BA131 validation, which ensures a content item's supportedModules field only contains module values permitted for that content item type. #5425
- Added the BA132 validation, which ensures a content item does not declare supportedModules unless 'platform' is present in its marketplaces. #5425
- Added support for hiding integration commands per marketplace. The command-level
hiddenfield now accepts a list of marketplace names (mirroring the existing parameter-level behavior); listed marketplaces resolve tohidden=truefor that marketplace during unify, while others resolve tohidden=false. Pre-existing booleanhiddenvalues are left untouched. #5430 - Add the
specfield for Integrations and Scripts. #5436 - Added support for the new
timelinerecordobject on playbook tasks, including schema validation, strict model, and content graph model. #5419
Fix
- Fixed an issue where the RN114 validator failed on valid release note headers for Agentix content (Actions, Agents, Skills) and Collections. #5429
- Fixed an issue where the GR109 (IsSupportedModulesCompatibility) validator falsely reported module-compatible commands (e.g. Set, Print, ReadFile) as incompatible when another validator had already loaded the content item's full set of USES relationships into the shared graph cache. The list of incompatible commands is now computed directly by the graph query instead of relying on the shared cache. #5424
- Fix the error message in the GR105 validator to be more clear. #5343