Skip to content
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

3.0.0-rc4 #918

Merged
merged 3 commits into from
Jan 2, 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
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.0.0-rc4

* Default to `TooManyRedirects` error (#916)
* Add `ConfigBuilder::max_redirects_will_error()` (#916)
* Add new `SendBody::into_reader()` (#914)
Expand All @@ -19,7 +21,7 @@
* MSRV 1.71.1 to follow rustls (#885)
* Fix bug in chunked overhead calculation (#880)
* Make it possible to disable all automatic headers (#876)
* Rename `hoot` -> `ureq_proto`(#872)
* Rename `hoot` -> `ureq_proto`(#872)
* Fix `disable_verification` for TLS (#871)
* `vendored` feature flag to get vendored native-tls (#866)
* Fix incorrect handling of expect-100 (#867)
Expand Down Expand Up @@ -68,13 +70,13 @@
* Refork frewsxcv/rust-chunked-transfer to fix MIT/Apache2.0 license (#761)
* Enable http-crate feature for docs (#755)
* Update Rustls from 0.22 to 0.23 - this may be a breaking change if your
application depends on Rustls 0.22 (e.g. to provide a custom
application depends on Rustls 0.22 (e.g. to provide a custom
`rustls::ClientConfig` to `ureq`). See the [Rustls 0.23.0][rustls-0.23.0]
changelog for a list of breaking API changes (#753)
* Rustls dep to default to ring backend. If your project uses the
default `ureq` TLS config, or constructs its own `rustls::ClientConfig`
with `rustls::ClientConfig::builder()` you must ensure the Rustls
`aws-lc-rs` feature is not activated, or set the process default
with `rustls::ClientConfig::builder()` you must ensure the Rustls
`aws-lc-rs` feature is not activated, or set the process default
cryptography provider before constructing any configs. See the Rustls
[CryptoProvider][CryptoProvider] docs for more information (#753)
* Remove direct dep rustls-webpki (#752)
Expand Down
132 changes: 66 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading