mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Changelog: Add missing entries
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
265e772dba
commit
98fcd7160c
1 changed files with 16 additions and 0 deletions
|
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
This release is API compatible but contains a major internal change in the HTTP handling.
|
||||
|
||||
* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762,
|
||||
#2773, #2789)
|
||||
* This removes dependencies on `requests`, `idna`, `charset-normalizer` and `certifi`
|
||||
* The deprecated RequestsFetcher implementation is available but requires selecting
|
||||
the fetcher at Updater initialization and explicitly depending on requests
|
||||
* ngclient: TLS certificate source was changed. Certificates now come from operating
|
||||
system certificate store instead of `certifi` (#2762)
|
||||
* Test infrastucture has improved and should now be more usable externally, e.g. in
|
||||
distro test suites (#2749)
|
||||
|
||||
## v5.1.0
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Reference in a new issue