docs: fix method name in changelog entry#2807
Merged
Merged
Conversation
kodiakhq Bot
pushed a commit
to pdylanross/fatigue
that referenced
this pull request
Oct 14, 2025
Bumps reqwest from 0.12.23 to 0.12.24. Release notes Sourced from reqwest's releases. v0.12.24 Highlights Refactor cookie handling to an internal middleware. Refactor internal random generator. Refactor base64 encoding to reduce a copy. Documentation updates. What's Changed build(deps): silence unused deps in WASM build by @0x676e67 in seanmonstar/reqwest#2799 perf(util): avoid extra copy when base64 encoding by @0x676e67 in seanmonstar/reqwest#2805 docs: fix method name in changelog entry by @johannespfrang in seanmonstar/reqwest#2807 chore: Align the name usage of TotalTimeout by @Xuanwo in seanmonstar/reqwest#2657 refactor(cookie): add CookieService by @linyihai in seanmonstar/reqwest#2787 Fixes typo in retry max_retries_per_request doc comment re 2813 by @dmackinn in seanmonstar/reqwest#2824 test(multipart): fix build failure with no-default-features by @0x676e67 in seanmonstar/reqwest#2801 refactor(cookie): avoid duplicate cookie insertion by @0x676e67 in seanmonstar/reqwest#2834 New Contributors @johannespfrang made their first contribution in seanmonstar/reqwest#2807 @dmackinn made their first contribution in seanmonstar/reqwest#2824 Full Changelog: seanmonstar/reqwest@v0.12.23...v0.12.24 Changelog Sourced from reqwest's changelog. v0.12.24 Refactor cookie handling to an internal middleware. Refactor internal random generator. Refactor base64 encoding to reduce a copy. Documentation updates. Commits b126ca4 v0.12.24 4023493 refactor: change fast_random from xorshift to siphash a counter fd61bc9 refactor(cookie): avoid duplicate cookie insertion (#2834) 0bfa526 test(multipart): fix build failure with no-default-features (#2801) 994b8a0 docs: typo in retry max_retries_per_request (#2824) da0702b refactor(cookie): de-duplicate cookie support as CookieService middleware (... 7ebddea chore: align internal name usage of TotalTimeout (#2657) b540a4e chore(readme): use correct CI status badge e4550c4 docs: fix method name in changelog entry (#2807) f4694a2 perf(util): avoid extra copy when base64 encoding (#2805) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a simple typo in the changelog which lead to a bit of confusion.