Skip to content
Permalink

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
Choose a base ref
...
head repository: hyperium/hyper-util
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.13
Choose a head ref
  • 9 commits
  • 20 files changed
  • 5 contributors

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    d3b8440 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. 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]>
    Fabian-Gruenbichler authored May 23, 2025
    Configuration menu
    Copy the full SHA
    1bcd489 View commit details
    Browse the repository at this point in the history
  2. 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.
    hanna-kruppe authored May 23, 2025
    Configuration menu
    Copy the full SHA
    2b2c352 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Fix some clippy lints (#196)

    jplatte authored May 26, 2025
    Configuration menu
    Copy the full SHA
    3a971c9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    6328823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0959d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc1d699 View commit details
    Browse the repository at this point in the history
  4. 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
    dare3path authored May 27, 2025
    Configuration menu
    Copy the full SHA
    a01e6b2 View commit details
    Browse the repository at this point in the history
  5. v0.1.13

    seanmonstar committed May 27, 2025
    Configuration menu
    Copy the full SHA
    2c3c55f View commit details
    Browse the repository at this point in the history
Loading