-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: seanmonstar/reqwest
base: v0.12.9
head repository: seanmonstar/reqwest
compare: v0.12.11
- 18 commits
- 35 files changed
- 13 contributors
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 845301c - Browse repository at this point
Copy the full SHA 845301cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449f251 - Browse repository at this point
Copy the full SHA 449f251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f28983 - Browse repository at this point
Copy the full SHA 3f28983View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ed1065 - Browse repository at this point
Copy the full SHA 8ed1065View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e6d78a - Browse repository at this point
Copy the full SHA 8e6d78aView commit details -
chore: fix a number of newer clippy lints (#2469)
Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e21413 - Browse repository at this point
Copy the full SHA 6e21413View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2d4b14 - Browse repository at this point
Copy the full SHA e2d4b14View commit details
Commits on Nov 29, 2024
-
ci: pin hashbrown for msrv job (#2488)
* ci: pin hashbrown for msrv job * ci: specify hashbrown@0.15.2
Configuration menu - View commit details
-
Copy full SHA for 4367d30 - Browse repository at this point
Copy the full SHA 4367d30View commit details
Commits on Dec 3, 2024
-
perf: fix decoder streams to make pooled connections reusable (#2484)
When a response body is being decompressed, and the length wasn't known, but was using chunked transfer-encoding, the remaining `0\r\n\r\n` was not consumed. That would leave the connection in a state that could be not be reused, and so the pool had to discard it. This fix makes sure the remaining end chunk is consumed, improving the amount of pooled connections that can be reused. Closes #2381
Configuration menu - View commit details
-
Copy full SHA for d36c0f5 - Browse repository at this point
Copy the full SHA d36c0f5View commit details
Commits on Dec 12, 2024
-
chore: in README, update requirements to mention rustls along with ve…
…ndored openssl (#2499) Co-authored-by: JESS IZEN <jlizen@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 8a2174f - Browse repository at this point
Copy the full SHA 8a2174fView commit details
Commits on Dec 23, 2024
-
feat: allow pluggable tower layers in connector service stack (#2496)
Co-authored-by: Jess Izen <jlizen@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 2a7c1b6 - Browse repository at this point
Copy the full SHA 2a7c1b6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 44ca5ee - Browse repository at this point
Copy the full SHA 44ca5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce98b5 - Browse repository at this point
Copy the full SHA 3ce98b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea48da7 - Browse repository at this point
Copy the full SHA ea48da7View commit details
Commits on Dec 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 409cff3 - Browse repository at this point
Copy the full SHA 409cff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177cc7f - Browse repository at this point
Copy the full SHA 177cc7fView commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beea332 - Browse repository at this point
Copy the full SHA beea332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 224f0b8 - Browse repository at this point
Copy the full SHA 224f0b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.9...v0.12.11