|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v2.0.0 |
| 4 | + |
| 5 | +This release, most notably, adds support for [TAP 15] - succinct hash bin delegation, |
| 6 | +which results in a few backwards-incompatible changes in the Metadata API. |
| 7 | + |
| 8 | +**NOTE**: While TAP 15 has been accepted it is not yet part of the TUF specification. |
| 9 | +Therefore, adopters should be prepared for potential changes to the implementation |
| 10 | +in future and for a lack of support for TAP 15 in other TUF implementations. |
| 11 | + |
| 12 | +[TAP 15]: https://github.com/theupdateframework/taps/blob/master/tap15.md |
| 13 | + |
| 14 | +### Added |
| 15 | +* Metadata API: TAP 15 - succinct hash bin delegation (#2010, #2031, #2038, #2039) |
| 16 | +* build: CodeQL analysis action (#1932) |
| 17 | +* build: Dependency review action (#1974) |
| 18 | +* blog: ngclient design (#1914) |
| 19 | +* blog: tricky test cases (#1941, #2027) |
| 20 | + |
| 21 | +### Changed |
| 22 | +* Metadata API: **BREAKING CHANGES** in Root and Targets class (#2010) |
| 23 | + - Argument order changed in add_key() and remove_key() |
| 24 | + - remove_key() renamed to revoke_key() |
| 25 | +* Metadata API: Update supported spec version to 1.0.30 (#2035) |
| 26 | +* ngclient: Use trusted timestamp role if new timestamp has equal version (#2024) |
| 27 | +* docs: Misc improvements (#1983, #2002, #2004, #2041, #2051, #2064) |
| 28 | +* tests: Misc improvements (#2017) |
| 29 | +* tests: Stop using requests type annotations (#1991) |
| 30 | +* build: Pin hatchling version (#1989) |
| 31 | +* build: Tweak pip download in verify_release script (#1982) |
| 32 | +* build: Update pinned dependency versions |
| 33 | + |
| 34 | +### Fixes |
| 35 | +* Metadata API: Check None instead of falsyness for some optional arguments (#1975) |
| 36 | +* ngclient: Prevent use of potentially undefined variable (#2003) |
| 37 | +* tests: Change git attributes for test data (#2063) |
3 | 38 |
|
4 | 39 | ## v1.1.0
|
5 | 40 |
|
@@ -695,4 +730,3 @@ hyphen.)
|
695 | 730 | @trishankkkarthik trishankkarthik released this on Sep 21, 2013 · 1877 commits to develop since this release
|
696 | 731 |
|
697 | 732 | * TUF 0.7.5 (pre-release)
|
698 |
| - |
|
0 commit comments