|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | + |
| 4 | +## v0.20.0 |
| 5 | + |
| 6 | +*__NOTE:__ This will be the final release of python-tuf that includes the |
| 7 | +legacy implementation code. Please see the [*1.0.0 |
| 8 | +announcement*](1.0.0-ANNOUNCEMENT.md) page for more details about the next |
| 9 | +release and the deprecation of the legacy implementation, including migration |
| 10 | +instructions.* |
| 11 | + |
| 12 | +### Added |
| 13 | +* metadata API: misc input validation (#1630, #1688, #1668, #1672, #1690) |
| 14 | +* doc: repository library design document and ADR (#1693) |
| 15 | +* doc: 1.0.0 announcement (#1706) |
| 16 | +* doc: misc docstrings in metadata API (#1620) |
| 17 | +* doc: repository and client examples (#1675, #1685, #1700) |
| 18 | +* test: ngclient key rotation (#1635, #1649, #1691) |
| 19 | +* test: ngclient top-level role update (#1636) |
| 20 | +* test: ngclient non-consistent snapshot (#1666, #1705) |
| 21 | +* test: more lint/type checks and auto-formatting (#1658, #1664, #1659, #1674, |
| 22 | + #1677, #1687, #1699, #1701, #1708, #1710, #1720, #1726) |
| 23 | +* build: Python 3.10 support (#1628) |
| 24 | + |
| 25 | +### Changed |
| 26 | +* ngclient: misc API changes (#1604, #1731) |
| 27 | +* ngclient: avoid re-loading verified targets metadata (#1593) |
| 28 | +* ngclient: implicitly call refresh() (#1654) |
| 29 | +* ngclient: return loaded metadata (#1680) |
| 30 | +* ngclient: skip visited nodes on delegation tree traversal (#1683) |
| 31 | +* ngclient: remove URL normalisation (#1686) |
| 32 | +* build: modernise packaging configuration (#1626) |
| 33 | +* build: bump dependencies (#1609, #1611, #1616, #1621) |
| 34 | +* build: limit GitHub Action token visibility and permissions (#1652, #1663) |
| 35 | +* test: misc test changes (#1715, #1670, #1671, #1631, #1695, #1702) |
| 36 | + |
| 37 | +### Removed |
| 38 | +* doc: obsolete roadmap (#1698) |
| 39 | + |
3 | 40 | ## v0.19.0
|
4 | 41 |
|
5 | 42 | For users of legacy client (tuf.client module) this is purely a security fix
|
|
0 commit comments