@@ -2,7 +2,20 @@ Changelog
22=========
33
44
5- 31.0.0 (next, roadmap)
5+
6+ 32.0.0 (next next, roadmap)
7+ ---------------------------
8+
9+ Package detection:
10+ ~~~~~~~~~~~~~~~~~~
11+
12+ - We now support new package manifest formats:
13+ - OpenWRT packages.
14+ - Yocto/BitBake .bb recipes.
15+
16+
17+
18+ 31.0.0 (next)
619-----------------------
720
821This is a major release with important bug and security fixes, new and improved
@@ -151,10 +164,6 @@ License detection:
151164Package detection:
152165~~~~~~~~~~~~~~~~~~
153166
154- - We now support new package manifest formats:
155- - OpenWRT packages.
156- - Yocto/BitBake .bb recipes.
157-
158167- Major changes in package detection and reporting, codebase-level attribute `packages `
159168 with one or more `package_data ` and files for the packages are reported.
160169 The specific changes made are:
@@ -189,9 +198,8 @@ Package detection:
189198- For Pypi packages, python_requires is treated as a package dependency.
190199
191200
192-
193- License Clarity Scoring Update
194- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201+ License Clarity Scoring Update:
202+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195203
196204- We are moving away from the original license clarity scoring designed for
197205 ClearlyDefined in the license clarity score plugin. The previous license
@@ -251,8 +259,8 @@ License Clarity Scoring Update
251259 - Scoring Weight = -20
252260
253261
254- Summary Plugin Update
255- ~~~~~~~~~~~~~~~~~~~~~
262+ Summary Plugin Update:
263+ ~~~~~~~~~~~~~~~~~~~~~~
256264
257265- The summary plugin's behavior has been changed. Previously, it provided a
258266 count of the detected license expressions, copyrights, holders, authors, and
@@ -276,11 +284,16 @@ All summary information is provided at the codebase-level attribute named ``summ
276284Outputs:
277285~~~~~~~~
278286
279- - Added new outputs for the CycloneDx format.
280- The CLI now exposes options to produce CycloneDx BOMs in either JSON or XML format
287+ - Added new outputs for the CycloneDx format.
288+ The CLI now exposes options to produce CycloneDx BOMs in either JSON or XML format
289+
290+ - A new field ``warnings `` has been added to the headers of ScanCode toolkit output
291+ that contains any warning messages that occur during a scan.
281292
282- - A new field ``warnings `` has been added to the headers of ScanCode toolkit output
283- that contains any warning messages that occur during a scan.
293+ - The CSV output format --csv option is now deprecated. It will be replaced by
294+ new CSV and tabular output formats in the next ScanCode release.
295+ Visit https://github.com/nexB/scancode-toolkit/issues/3047 to provide inputs
296+ and feedback.
284297
285298
286299Output version
@@ -299,16 +312,19 @@ Changes:
299312- The fields of the license clarity scoring plugin have been replaced with the
300313 following fields. An overview of the new fields can be found in the "License
301314 Clarity Scoring Update" section above.
315+
302316 - `score `
303317 - `declared_license `
304318 - `identification_precision `
305319 - `has_license_text `
306320 - `declared_copyrights `
307321 - `conflicting_license_categories `
308322 - `ambigious_compound_licensing `
323+
309324- The fields of the summary plugin have been replaced with the following fields.
310325 An overview of the new fields can be found in the "Summary Plugin Update"
311326 section above.
327+
312328 - `declared_license_expression `
313329 - `license_clarity_score `
314330 - `declared_holder `
0 commit comments