Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Oct 21:35
· 7 commits to main since this release

3.0.0 (2025-10-01)

  • feat!: update cyclonedx library and move to latest lts (2a5c822)

Bug Fixes

  • improve null safety for bom lookup processing (c64f677)
  • improve stability for license evidence gathering (76c275a)
  • various stability improvements (b68d8c6)

Features

  • exclude xml serialization by default (7f8ef2f)
  • implement license evidence gathering, closes #166 (78a0f0e)

BREAKING CHANGES

  • we now ship the module without xmlbuilder2 and default
    output set to JSON only. If you rely on XML, please include the
    dependency in your project and configure the output format accordingly.
  • dropped support for end of life node.js versions, now requires >= 20.19.0