Skip to content

Prepare v6.0 #2806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

### Changed
## v6.0.0

This release is not strictly speaking an API break from 5.1 but it does contain some
major internal changes that users should be aware of when upgrading.

This release is API compatible but contains a major internal change in the HTTP handling.
### Changed

* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762,
#2773, #2789)
Expand All @@ -13,6 +16,8 @@ This release is API compatible but contains a major internal change in the HTTP
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)
* ngclient: The updater can now initialize from embedded initial root metadata every
time. Users are recommended to provide the `bootstrap` argument to Updater (#2767)
* Test infrastructure has improved and should now be more usable externally, e.g. in
distro test suites (#2749)

Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""TUF."""

# This value is used in the ngclient user agent.
__version__ = "5.1.0"
__version__ = "6.0.0"