-
-
Notifications
You must be signed in to change notification settings - Fork 165
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: hyperium/hyper-util
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/hyper-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 20 files changed
- 5 contributors
Commits on May 20, 2025
-
fix(client): prefer IPv6 addresses before IPv4 even if resolver order…
…ed differently (#194)
Configuration menu - View commit details
-
Copy full SHA for d3b8440 - Browse repository at this point
Copy the full SHA d3b8440View commit details
Commits on May 23, 2025
-
chore(test): make proxy test robust wrt IPv4/v6 (#195)
this test fails if hyper.rs resolves to an IPv6 address in the test env otherwise.. Signed-off-by: Fabian Grünbichler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bcd489 - Browse repository at this point
Copy the full SHA 1bcd489View commit details -
refactor: limit dependency futures-util to tests and client-legacy (#192
) Enable non-trivial applications based on hyper + tokio without pulling in this heavyweight dependency. Keep MSRV 1.63 by using `ready!` from `futures_core` and polyfilling `poll_fn`. Don't remove futures-util from the `client-legacy` code, because this would require re-implementing several non-trivial combinators.
Configuration menu - View commit details
-
Copy full SHA for 2b2c352 - Browse repository at this point
Copy the full SHA 2b2c352View commit details
Commits on May 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a971c9 - Browse repository at this point
Copy the full SHA 3a971c9View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6328823 - Browse repository at this point
Copy the full SHA 6328823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0959d46 - Browse repository at this point
Copy the full SHA 0959d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1d699 - Browse repository at this point
Copy the full SHA fc1d699View commit details -
fix(client): improve client errors details if available (#184)
Fix a race condition in the legacy HTTP client's connection setup where connection errors (e.g., TLS failures, unexpected server responses) were discarded, resulting in vague ChannelClosed errors. seanmonstar/reqwest#2649
Configuration menu - View commit details
-
Copy full SHA for a01e6b2 - Browse repository at this point
Copy the full SHA a01e6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3c55f - Browse repository at this point
Copy the full SHA 2c3c55fView 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.1.12...v0.1.13