Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propose v2.11.0 #353

Merged
merged 13 commits into from
Apr 15, 2021
Merged

Commits on Apr 7, 2021

  1. Simplify Request examples

    yoshuawuyts authored and Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    6ac7c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe6aec View commit details
    Browse the repository at this point in the history
  3. Fix status code 4xx documentation to have the right descriptions

    Several paragraphs of documentation had gotten associated with the wrong
    codes.
    joshtriplett authored and Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    02cfa96 View commit details
    Browse the repository at this point in the history
  4. Add Body::chain to create a Body from a series of two Body instances

    This method helps when prepending or appending some data to a Body.
    joshtriplett authored and Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    bcde50c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    339b633 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c49051d View commit details
    Browse the repository at this point in the history
  7. Request: allow Deserialize<'de> for .query()

    Allows us to avoid extra allocations from querystring parsing.
    
     Conflicts:
    	src/request.rs
    Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    65f5c41 View commit details
    Browse the repository at this point in the history
  8. feat: add AsRef<str> for Version

    Allows getting a static string slice of the version, rather than a `String`.
    
     Conflicts:
    	src/version.rs
    Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    125f72b View commit details
    Browse the repository at this point in the history
  9. feat: add Error::from_display & from_debug

    This is handy for errors (or other structs) which are not `Send + Sync + 'static`.
    Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    925e4a8 View commit details
    Browse the repository at this point in the history
  10. chore: cargo fmt --all

    From some newer version of rust.
    Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5c7c02e View commit details
    Browse the repository at this point in the history
  11. chore: fix new clippy lints v2.x

    From some newer version of rust (mostly 1.51).
    Fishrock123 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b3fa1db View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    7c1b74f View commit details
    Browse the repository at this point in the history
  2. 2.11.0

    Fishrock123 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    dc6367c View commit details
    Browse the repository at this point in the history