Skip to content

v11.10.0

Latest

Choose a tag to compare

@cyclonedx-releases cyclonedx-releases released this 11 Jun 10:36

v11.10.0 (2026-06-11)

Bug Fixes

  • Lossless flattening of dependency graph during JSON serialization (#993, d0e10ca)

  • Typing in contrib.bom.utils.BomDependencyGraphFlatMerger (#998, 988a937)

Documentation

  • Improve docs of contrib.bom.utils.BomRefDiscriminator (#996, 9beaf5c)

Features

  • Add contrib.bom.utils.BomDependencyGraphFlatMerger (#997, 78b8d8b)

  • Move output.BomRefDiscriminator to contrib.bom.utils.BomRefDiscriminator (#995, 3bb87aa)

Performance Improvements

  • contrib.bom.utils.bomdependencygraphflatmerger._flatten_merge (#999, a8579b8)

What's Changed

  • feat: move output.BomRefDiscriminator to contrib.bom.utils.BomRefDiscriminator by @jkowalleck in #995
  • docs: improve docs of contrib.bom.utils.BomRefDiscriminator by @jkowalleck in #996
  • feat: add contrib.bom.utils.BomDependencyGraphFlatMerger by @jkowalleck in #997
  • fix: typing in contrib.bom.utils.BomDependencyGraphFlatMerger by @jkowalleck in #998
  • perf: contrib.bom.utils.BomDependencyGraphFlatMerger._flatten_merge by @jkowalleck in #999
  • fix: lossless flattening of dependency graph during JSON serialization by @jkowalleck in #993

Full Changelog: v11.9.0...v11.10.0