Skip to content

v1.0.0

Compare
Choose a tag to compare
@jku jku released this 21 Feb 10:48
· 1347 commits to develop since this release
03d0232

This release makes ngclient and the Metadata API the supported python-tuf APIs.
It also removes the legacy implementation as documented in the 1.0.0 announcement:
all library code is now contained in tuf.api or tuf.ngclient.

See Python-TUF reaches version 1.0.0 for a blog post about this release.

Added

Changed

Removed

  • Remove all legacy code including old client, repository_tool, repository_lib
    and the scripts (#1790)
  • Metadata API: Remove modification helper methods that are no longer necessary
    (#1736, #1740, #1743)
  • tests: Remove client tests that were replaced with better ones (#1741)
  • tests: Stop using unittest_toolbox (#1792)
  • docs: Remove deprecated documentation (#1768, #1769, #1773, #1848)