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: seanmonstar/reqwest Loading
base: v0.11.22
Choose a base ref
...
head repository: seanmonstar/reqwest Loading
compare: v0.11.23
Choose a head ref
  • 12 commits
  • 13 files changed
  • 9 contributors

Commits on Oct 26, 2023

  1. Fix 1.63.0 MSRV (#1993)

    tnull committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cdffa57 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 1, 2023

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

Commits on Nov 9, 2023

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

Commits on Nov 13, 2023

  1. fn headers() for wasm::multipart (#2036)

    * Add missing headers() method to wasm::multipart
    
    * Remove duplicate import
    
    * Add headers() to impl PartMetadata
    bitfl0wer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6792f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. typo (#2048)

    tshepang committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4926d76 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    c09c5e6 View commit details
    Browse the repository at this point in the history
  2. fix: set nodelay correctly to handle when a tls feature is enabled bu…

    …t connection is to an http server (#2062)
    abls committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1485ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update README advice regarding OpenSSL (#2064)

    Previously, the README suggested that only certain older versions of
    OpenSSL are supported. This is no longer accurate (e.g. OpenSSL 3 works),
    the better source of truth for supported versions is https://docs.rs/openssl.
    
    Also adds clarity that OpenSSL can be vendored, useful if not installed
    on the host.
    lorepozo committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea59834 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    c65dd7f View commit details
    Browse the repository at this point in the history
  2. v0.11.23

    seanmonstar committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4f54ba7 View commit details
    Browse the repository at this point in the history
Loading