Skip to content

v8.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 15:37
· 25 commits to main since this release

v8.9.0 (2025-02-25)

Documentation

  • docs: extended instructions for "contributing" (#783)

Feature

  • feat: avoid raising NoPropertiesProvidedException for optional parameters (#786)

the following classes' init no longer raise NoPropertiesProvidedException:

  • cyclonedx.model.IdentifiableAction
  • cyclonedx.model.component.Commit
  • cyclonedx.model.component.ComponentEvidence
  • cyclonedx.model.component.Diff
  • cyclonedx.model.component.Pedigree
  • cyclonedx.model.issue.IssueTypeSource
  • cyclonedx.model.vulnerability.VulnerabilityAnalysis
  • cyclonedx.model.vulnerability.VulnerabilityCredits
  • cyclonedx.model.vulnerability.VulnerabilityRating
  • cyclonedx.model.vulnerability.VulnerabilitySource

What's Changed

  • docs: extended instructions for "contributing" by @jkowalleck in #783
  • chore(deps-dev): update flake8 requirement from 7.1.1 to 7.1.2 by @dependabot in #788
  • feat: avoid raising NoPropertiesProvidedException for optional parameters by @indiVar0508 in #786

Full Changelog: v8.8.0...v8.9.0