-
Notifications
You must be signed in to change notification settings - Fork 83
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
propose v2.11.0 #353
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6ac7c15 - Browse repository at this point
Copy the full SHA 6ac7c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe6aec - Browse repository at this point
Copy the full SHA dbe6aecView commit details -
Fix status code 4xx documentation to have the right descriptions
Several paragraphs of documentation had gotten associated with the wrong codes.
Configuration menu - View commit details
-
Copy full SHA for 02cfa96 - Browse repository at this point
Copy the full SHA 02cfa96View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bcde50c - Browse repository at this point
Copy the full SHA bcde50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339b633 - Browse repository at this point
Copy the full SHA 339b633View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49051d - Browse repository at this point
Copy the full SHA c49051dView commit details -
Request: allow Deserialize<'de> for .query()
Allows us to avoid extra allocations from querystring parsing. Conflicts: src/request.rs
Configuration menu - View commit details
-
Copy full SHA for 65f5c41 - Browse repository at this point
Copy the full SHA 65f5c41View commit details -
feat: add AsRef<str> for Version
Allows getting a static string slice of the version, rather than a `String`. Conflicts: src/version.rs
Configuration menu - View commit details
-
Copy full SHA for 125f72b - Browse repository at this point
Copy the full SHA 125f72bView commit details -
feat: add Error::from_display & from_debug
This is handy for errors (or other structs) which are not `Send + Sync + 'static`.
Configuration menu - View commit details
-
Copy full SHA for 925e4a8 - Browse repository at this point
Copy the full SHA 925e4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7c02e - Browse repository at this point
Copy the full SHA 5c7c02eView commit details -
chore: fix new clippy lints v2.x
From some newer version of rust (mostly 1.51).
Configuration menu - View commit details
-
Copy full SHA for b3fa1db - Browse repository at this point
Copy the full SHA b3fa1dbView commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c1b74f - Browse repository at this point
Copy the full SHA 7c1b74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6367c - Browse repository at this point
Copy the full SHA dc6367cView commit details