Skip to content

v32.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 07:07
v32.3.0
6e42937

Major API/other changes:

  • Output Format Version updated to 4.0.0 (major version bump)
  • Dependency attribute rename: is_resolved renamed to is_pinned See #3888 for more details.
  • License Match attribute rename: spdx_license_expression is renamed to license_expression_spdx.

Changes in Output Data Structure:

  • The data structure of the JSON output has changed for: - dependencies at file level package_data, and at top-level. - license matches at file level or unique codebase level license detections Note that the change is a modification to the JSON output, so we have a major version bump 3.2.0 to 4.0.0:
  • Dependency attribute is_resolved renamed to is_pinned
  • LicenseMatch attribute spdx_license_expression renamed to license_expression_spdx

What's Changed

New Contributors

Full Changelog: v32.2.1...v32.3.0