File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ### Changed
5+ ## v6.0.0
6+
7+ This release is not strictly speaking an API break from 5.1 but it does contain some
8+ major internal changes that users should be aware of when upgrading.
69
7- This release is API compatible but contains a major internal change in the HTTP handling.
10+ ### Changed
811
912* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762 ,
1013 #2773 , #2789 )
@@ -13,6 +16,8 @@ This release is API compatible but contains a major internal change in the HTTP
1316 the fetcher at Updater initialization and explicitly depending on requests
1417* ngclient: TLS certificate source was changed. Certificates now come from operating
1518 system certificate store instead of ` certifi ` (#2762 )
19+ * ngclient: The updater can now initialize from embedded initial root metadata every
20+ time. Users are recommended to provide the ` bootstrap ` argument to Updater (#2767 )
1621* Test infrastructure has improved and should now be more usable externally, e.g. in
1722 distro test suites (#2749 )
1823
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__ = "5.1 .0"
7+ __version__ = "6.0 .0"
You can’t perform that action at this time.
0 commit comments