Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 08:46
· 34 commits to develop since this release
v5.0.0
1b0c9f7

This release, most notably, marks stable securesystemslib v1.0.0 as minimum
requirement. The update causes a minor break in the new DSSE API (see below)
and affects users who also directly depend on securesystemslib. See the securesystemslib release
notes

and the updated python-tuf examples (#2617) for details. ngclient API remains
backwards-compatible.

Changed

  • DSSE API: change SimpleEnvelope.signatures type to dict, remove
    SimpleEnvelope.signatures_dict (#2617)
  • ngclient: support app-specific user-agents (#2612)
  • Various build, test and lint improvements