8.0.0 (CycloneDX v1.6)
What's Changed
- IMPORTANT - BREAKING PROTOBUF SERIALIZATION BUGFIX: The previous version of this library contained an issue in the serialization and deserialization of timestamps with protobuf, resulting in an incorrect offset being applied to all timestamps. This has been resolved in the current release. However, deserializing a protobuf file that was serialized with the prior version of the library will now reveal the actual offset.
- BREAKING CHANGE: Support for CycloneDX 1.6 by @andreas-hilti & @mtsfoni in #288
- The update for version 1.6 includes multiple fixes for smaller, previously unreported issues that cannot be listed individually. If you experienced problems with earlier versions, they may now be resolved.
- The model has been updated in accordance with CycloneDX 1.6. For a detailed breakdown of the changes, please refer to the CycloneDX 1.6 standard documentation.
- Fix xml deserialization of licenses with namespace prefix by @andreas-hilti in #350
- Add net 7 and make STJ conditional by @thompson-tomo in #283
- Fix AccessMode such that it is optional by @andreas-hilti in #358
New Contributors
- @thompson-tomo made their first contribution in #283
Full Changelog: v7.1.0...v8.0.0