Skip to content

v34.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 14:03
· 61 commits to main since this release

Changelog

  • Add all "classify" plugin fields from scancode-toolkit on the CodebaseResource model. #1275
  • Refine the extraction errors reporting to include the resource path for rendering
    link to the related resources in the UI. #1273
  • Add a flush-projects management command, to Delete all project data and their
    related work directories created more than a specified number of days ago. #1289
  • Update the inspect_packages pipeline to have an optional StaticResolver
    group to create resolved packages and dependency relationships from lockfiles
    and manifests having pre-resolved dependencies. Also update this pipeline to
    perform package assembly from multiple manifests and files to create
    discovered packages. Also update the resolve_dependencies pipeline to have
    the same StaticResolver group and mode the dynamic resolution part to a new
    optional DynamicResolver group. #1244
  • Add a new attribute is_direct to the DiscoveredDependency model and two new
    attributes is_private and is_virtual to the DiscoveredPackage model.
    Also update the UIs to show these attributes and show the package_data field
    contents for CodebaseResources in the extra_data tab. #1244
  • Update scancode-toolkit to version 32.2.1. For the complete list of updates
    and improvements see https://github.com/nexB/scancode-toolkit/releases/tag/v32.2.0
    and https://github.com/nexB/scancode-toolkit/releases/tag/v32.2.1
  • Add support for providing pipeline "selected_groups" in the run entry point. #1306

What's Changed

Full Changelog: v34.6.3...v34.7.0