Release v1.3.0
Breaking changes
- Change format of responses to
/package
to make{"constraint": {"kibana.version": "7.16.0"}}
be{"constraint": {"kibana": {"version": "7.16.0"}}}
. #733
Bugfixes
Added
- Added
constraints
andowner
fields to/search
responses. #731 #734 - Add categories to /search output. Categories are added to the package and policy-templates. #735