File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Changed
6
+
7
+ This release is API compatible but contains a major internal change in the HTTP handling.
8
+
9
+ * ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762 ,
10
+ #2773 , #2789 )
11
+ * This removes dependencies on ` requests ` , ` idna ` , ` charset-normalizer ` and ` certifi `
12
+ * The deprecated RequestsFetcher implementation is available but requires selecting
13
+ the fetcher at Updater initialization and explicitly depending on requests
14
+ * ngclient: TLS certificate source was changed. Certificates now come from operating
15
+ system certificate store instead of ` certifi ` (#2762 )
16
+ * Test infrastucture has improved and should now be more usable externally, e.g. in
17
+ distro test suites (#2749 )
18
+
3
19
## v5.1.0
4
20
5
21
### Changed
You can’t perform that action at this time.
0 commit comments