@@ -8,6 +8,9 @@ Changelog
88Important API changes:
99~~~~~~~~~~~~~~~~~~~~~~~~
1010
11+ - Main package API function `get_package_infos ` is now deprecated, and is replaced by
12+ `get_package_manifests `.
13+
1114- The data structure of the JSON output has changed for copyrights, authors
1215 and holders: we now use proper name for attributes and not a generic "value".
1316
@@ -54,7 +57,14 @@ Package detection:
5457 - OpenWRT packages.
5558 - Yocto/BitBake .bb recipes.
5659
57- - We now support track the files of Package types.
60+ - Major changes in packages detection and reporting, codebase-level attribute `packages `
61+ with one or more package_manifests and files for the packages will be reported.
62+ The specific changes made are:
63+
64+ - The resource level attribute `packages ` has been renamed to `package_manifests `,
65+ as these are really package manifests that are being detected.
66+ - A new codebase level attribute `packages ` has been added which contains package
67+ instances created from package_manifests detected in the codebase.
5868
5969
6070Outputs:
@@ -63,6 +73,16 @@ Outputs:
6373- There is a new CycloneDX 1.2 output as XML and JSON.
6474
6575
76+ Output version
77+ --------------
78+
79+ Scancode Data Output Version is now 2.0.0.
80+
81+ Changes:
82+
83+ - rename resource level attribute `packages ` to `package_manifests `.
84+ - add codebase level attribute `packages `.
85+
6686
678730.1.0 - 2021-09-25
6888--------------------
0 commit comments