v4.0.0
github-actions
released this
04 Apr 08:31
·
237 commits
to develop
since this release
This release is a small API change for Metadata API users (see below).
ngclient API is compatible but optional DSSE support has been added.
Added
- Added optional DSSE support to Metadata API and ngclient (#2436)
Changed
- Metadata API: Improved verification functionality for repository users (#2551):
- This is an API change for Metadata API users (
Root.get_verification_result()
andTargets.get_verification_result()
specifically) Root.get_root_verification_result()
has been added to handle the special
case of root verification
- This is an API change for Metadata API users (
- Started using UTC datetimes instead of naive datetimes internally (#2573)
- Constrain securesystemslib dependency to <0.32.0 in preparation for future
securesystemslib API changes - Various build, test and lint improvements