Skip to content

v34.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 12:54
· 89 commits to main since this release

Changelog

  • Add a new enrich_with_purldb add-on pipeline to enrich the discovered packages
    with data available in the PurlDB. #1182
  • Add the ability to define a results_url on the Pipeline class.
    When available, that link is displayed in the UI to easily reach the results view
    related to the Pipeline run. #1330
  • Expands on the existing WebhookSubscription model by adding a few fields to
    configure the behavior of the Webhooks, and moves some of the fields to a new
    WebhookDelivery model, which captures the results of a WebhookSubscription
    "delivery". #1325
  • Add support for creating dependencies using the load_sboms pipeline on CycloneDX
    SBOM inputs. #1145
  • Add a new Dependency view that renders the project dependencies as a tree. #1145
  • The purldb-scan-worker command has been updated to send project results
    back using the Project webhook subscriptions. This allows us to not have the
    main task loop to monitor a single project run for completion in order to
    return data, and allows us to have multiple scan projects active at once while
    we use purldb-scan-worker. A new option --max-concurrent-projects has
    been added to set the number of purldb packages that can be requested and
    processed at once. #1287
  • Add notes field on the DiscoveredPackage model. #1342
  • Fix an issue with conflicting groups checkbox id in the Add pipeline modal. #1353
  • Move the BasePipeline class to a new aboutcode.pipeline module. #1351
  • Update link references of ownership from nexB to aboutcode-org #1350
  • Add a new check-compliance management command to check for compliance issues in
    a project. #1182

What's Changed

New Contributors

Full Changelog: v34.7.1...v34.8.0