Skip to content

Commit 7ada2af

Browse files
authored
Merge pull request #2076 from lukpueh/release-2.0.0
python-tuf 2.0.0
2 parents a773e8f + 6874747 commit 7ada2af

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

docs/CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

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)
338

439
## v1.1.0
540

@@ -695,4 +730,3 @@ hyphen.)
695730
@trishankkkarthik trishankkarthik released this on Sep 21, 2013 · 1877 commits to develop since this release
696731

697732
* TUF 0.7.5 (pre-release)
698-

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# This value is used in the requests user agent.
8-
__version__ = "1.1.0"
8+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)