Skip to content

0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 20:22
· 41 commits to main since this release

Changelog

v0.2.1 (2025-01-23)

Features

  • Seeing OTEL traces at development time (6d0437c)
  • create AncestorOf relationship from cdx pedigree/ancestors (6257622), closes
    #1151
  • create VariantOf relationship from cdx pedigree/variants (4f844c1), closes
    #1147
  • add a way to find related SBOMs by CPE (6a00ab8)
  • allow locating by CPE (de50d23)

Fixes

  • analysis: aggregate in way that we don't have duplicate purls/cpes
    (cb1303b)
  • report CPE parsing as "bad request" (b200773)
  • sbom license migration to update nulls (8e1750d)
  • infinite loop when invalid file passed to Format::from_bytes (b5dfff0)
  • /api/v2/purl/{purl} now honors qualifiers, or lack thereof (bc55c55), closes
    #1158