File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v7.0.0
6+
7+ This is a major release only because of a minor ngclient API tweak: there
8+ are no large functional changes.
9+
10+ ### Fixed
11+
12+ * Fix [ GHSA-qp9x -wp8f-qgjj] ( https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-qp9x-wp8f-qgjj ) :
13+ Incorrect delegation path matching on Windows
14+ * Various documentation fixes (#2812 , #2922 , #2923 )
15+
516### Changed
617
7- * ngclient: ` Updater() ` now requires an explicit ` bootstrap ` argument
8- * This is a breaking change: callers must pass ` bootstrap=<root_bytes> ` or ` bootstrap=None `
9- * ` bootstrap=None ` explicitly opts into using cached ` root.json ` as trust anchor
18+ * ngclient: ` Updater() ` now requires the named bootstrap argument to make it
19+ clearer that providing one is strongly recommended: previous default
20+ functionality can be reproduced with ` bootstrap=None ` (#2903 )
21+ * Prepare for removal of securesystemslib.hash (#2815 )
1022
1123## v6.0.0
1224
Original file line number Diff line number Diff line change 44"""TUF."""
55
66# This value is used in the ngclient user agent.
7- __version__ = "6 .0.0"
7+ __version__ = "7 .0.0"
You can’t perform that action at this time.
0 commit comments