File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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.
6
9
7
- This release is API compatible but contains a major internal change in the HTTP handling.
10
+ ### Changed
8
11
9
12
* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762 ,
10
13
#2773 , #2789 )
@@ -13,6 +16,8 @@ This release is API compatible but contains a major internal change in the HTTP
13
16
the fetcher at Updater initialization and explicitly depending on requests
14
17
* ngclient: TLS certificate source was changed. Certificates now come from operating
15
18
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 )
16
21
* Test infrastructure has improved and should now be more usable externally, e.g. in
17
22
distro test suites (#2749 )
18
23
Original file line number Diff line number Diff line change 4
4
"""TUF."""
5
5
6
6
# 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