v9.0.1-rc.1
Pre-release
Pre-release
·
7 commits
to main
since this release
v9.0.1-rc.1 (2025-02-13)
BREAKING Changes
- Rename
spdx.is_compund_expression
->spdx.is_expression
(#779) - BomRef affects comparison/hashing (#754 & #780)
This is only a breaking change if you relied on ordering of elements. - Streamline comparison/hashing functions (#755)
This is only a breaking change if you relied on ordering of elements. - Bumped dependency
py-serializable >=2 <3
, was>=1.1.1 <2
(#775)
This is only a breaking change if you have other packages depend on that specific version.
What's Changed
- feat: add
cyclonedx.model.crypto.ProtocolProperties.crypto_refs
by @indiVar0508 in #767 - tests: simplify tests for
crypto_refs
by @jkowalleck in #778 - refactor: streamline hash compare 2 by @jkowalleck in #780
- refactor: rename
spdx.is_compund_expression
->spdx.is_expression
by @jkowalleck in #779 - tests: revisit
spdx.is_expression()
by @jkowalleck in #782
New Contributors
- @indiVar0508 made their first contribution in #767
Full Changelog: v9.0.0-rc.1...v9.0.1-rc.1