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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.5
Choose a base ref
...
head repository: seanmonstar/reqwest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.7
Choose a head ref
  • 16 commits
  • 16 files changed
  • 12 contributors

Commits on Oct 8, 2021

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

Commits on Oct 13, 2021

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

Commits on Oct 15, 2021

  1. Fix body to JsValue conversion (#1354)

    * fix body to JsValue conversion
    
    * add tests
    crapStone authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    fead177 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. wasm: don't send request body as plain uint8 array (#1358)

    Co-authored-by: Niklas Wolber <niklas.wolber+git@octopost.eu>
    nwolber and nwolber authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    bb3d102 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update async body doc (#1357)

    Remove File from examples of what .body() accept
    fredr authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d35c311 View commit details
    Browse the repository at this point in the history
  2. fmt: wasm body (#1359)

    seanmonstar authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bd4e0c6 View commit details
    Browse the repository at this point in the history
  3. Update cookie_store dependency (#1268)

    * Updated `cookie_store` dependency
    
    * Bump `cookie_store` version to `0.14.0`
    * Add documentation in `cookie` module to direct users to the
      new `reqwest_cookie_store` crate for more advanced scenarios.
    
    * update `cookie` dependency to `0.15`
    
    * Update for `cookie_store` `v0.14.1`
    
    * Replace usage of deprecated `cookie_store::CookieStore::get_request_cookies`
      for `cookie_store::CookieStore::get_request_values`.
    
    * Update `cookie_store` to `v0.15.0`
    
    The deprecation of `get_request_cookies` should have warranted a
    minor version bump.
    pfernie authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1365698 View commit details
    Browse the repository at this point in the history
  4. v0.11.6

    seanmonstar committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    59bc9a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    0ef1a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161d731 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

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

Commits on Nov 29, 2021

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

Commits on Nov 30, 2021

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

    seanmonstar committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    17890f8 View commit details
    Browse the repository at this point in the history
Loading