-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.27
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 34 files changed
- 8 contributors
Commits on Mar 20, 2024
-
feat: hyper v1 upgrade (#2059)
This is a big and breaking change. A lot of the internals were worked on. But the breakage shouldn't be that visible to public API. The main differences are: - Publicly exposes `http` v1, instead of v0.2. - Integration with `hyper::Body` has changed. Co-authored-by: =?UTF-8?q?Lo=C3=AFs=20Postula?= <lois@postu.la> Co-authored-by: Jakub Wieczorek <jakub@grafbase.com>
Configuration menu - View commit details
-
Copy full SHA for eb94f26 - Browse repository at this point
Copy the full SHA eb94f26View commit details -
feat: Add http2 cargo feature (#2162)
Technically a breaking change, since disabling default options will mean HTTP/2 is no longer enabled, and in 0.11.x, it was.
Configuration menu - View commit details
-
Copy full SHA for fee78ec - Browse repository at this point
Copy the full SHA fee78ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f2bb8 - Browse repository at this point
Copy the full SHA 18f2bb8View commit details -
crate: hide internal features (#2026)
In `Cargo.toml`, hide all optional dependencies as features Currently, reqwest publishes all optional dependencies as features - which is usually not what is intended. Instead, the features should be explicitly declared, whereas optional features are enabled with the new `dep:*` syntax. Note that I also had to fix a few conditional compilations which used optional crates rather than features as conditionals. Also, note the use of the `...?/...` syntax instead of `.../...` -- as this both enabled an optional crate AND adds a feature to it. Now, it uses the `"dep:...", "...?/..."` syntax to prevent exposing crate name. Technically, this is *breaking change*, since people may have enabled some of these features accidentally. That's why we're including it in 0.12.
Configuration menu - View commit details
-
Copy full SHA for 886cd81 - Browse repository at this point
Copy the full SHA 886cd81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29c7f9 - Browse repository at this point
Copy the full SHA a29c7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1022b3 - Browse repository at this point
Copy the full SHA d1022b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6170b - Browse repository at this point
Copy the full SHA 6c6170bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92aa28c - Browse repository at this point
Copy the full SHA 92aa28cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.27...v0.12.0