Skip to content

Releases: CycloneDX/cyclonedx-python-lib

v3.1.0

15 Sep 11:34

Choose a tag to compare

Feature


Note: There was no 3.0.0 release officially, but due to CI publishing issues, an unexpected 3.0.0 release was publiched to PyPi and subsequently yanked from PyPi. There are NO breaking changes between 2.7.1 and 3.1.0.

v2.7.1

01 Aug 08:07
b569548

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0 by @dependabot in #280
  • fix: BOM validation fails when Components or Services are nested by @madpah in #276

Full Changelog: v2.7.0...v2.7.1

v2.7.0

21 Jul 19:15

Choose a tag to compare

What's Changed

  • feature: support for CycloneDX schema 1.4.2 - adds vulnerability.properties to the schema by @madpah in #273

Full Changelog: v2.6.0...v2.7.0

v2.6.0

20 Jun 08:03

Choose a tag to compare

Feature

  • Reduce unnessessarry type casting of set/SortedSet (#203) (089d971)

v2.5.2

15 Jun 14:33

Choose a tag to compare

Fix

  • Add expected lower-than comparators for OrganizationalEntity and VulnerabilityCredits (#248) (0046ee1)

v2.5.1

10 Jun 20:01

Choose a tag to compare

Fix

  • Add missing Vulnerability comparator for sorting (#246) (c3f3d0d)

v2.5.0

10 Jun 09:59

Choose a tag to compare

Feature

  • Use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson (8a1c404)

Documentation

  • Fix typo "This is out" -> "This is our" (ef0278a)

v2.4.0

17 May 17:44
4874354

Choose a tag to compare

Feature

  • deps: Remove unused typing-extensions constraints (2ce358a)

v2.3.0

20 Apr 12:23

Choose a tag to compare

Feature

  • Add support for Dependency Graph in Model and output serialisation (ea34513)

v2.2.0

12 Apr 07:53

Choose a tag to compare

Feature

  • Bump XML schemas to latest fix version for 1.2-1.4 - see: (bd2e756)
  • Bump JSON schemas to latest fix verison for 1.2 and 1.3 - see: (bd6a088)