Releases: CycloneDX/cyclonedx-python-lib
Releases · CycloneDX/cyclonedx-python-lib
v2.7.0
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
Feature
- Reduce unnessessarry type casting of
set
/SortedSet
(#203) (089d971
)
v2.5.2
Fix
- Add expected lower-than comparators for
OrganizationalEntity
and VulnerabilityCredits
(#248) (0046ee1
)
v2.5.1
Fix
- Add missing
Vulnerability
comparator for sorting (#246) (c3f3d0d
)
v2.5.0
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
Feature
- deps: Remove unused
typing-extensions
constraints (2ce358a
)
v2.3.0
Feature
- Add support for Dependency Graph in Model and output serialisation (
ea34513
)
v2.2.0
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
)
v2.1.1
Fix
- Prevent error if
version
not set (b9a84b5
)
version
being optional in JSON output can raise error (ba0c82f
)
v2.1.0
Feature
- Output errors are verbose (
bfe8fb1
)