RELEASED: Public: August 10, 2022
Feature enhancements
- Enriched the HTTP endpoint that retrieves the raw validation log (BEE-20917)
-
A new boolean parameter
controllerwas added to enrich the current JSON result with the controllers' effective validation logs assigned with the bundle.If the
controllerboolean parameter istrue, each raw bundle validation log has a newcontrollersitem that lists all of the effective validation logs for the related bundle.If the
controllerboolean parameter is not defined, no controller is processed and there will be nocontrollersitem in the result. - Enriched the CLI command that retrieves the raw validation log (BEE-20918)
-
The new parameter
-cwas added to enrich the current JSON result with the controllers' effective validation logs assigned with the bundle.If the
-cparameter is set, each raw bundle validation log has a newcontrollersitem that lists all of the effective validation logs of the related bundle.If the
-cparameter is not defined, no controller is processed and there will be nocontrollersitem in the result.