Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/valyala/fasthttp from 1.51.0 to 1.52.0 (#361)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.51.0 to 1.52.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp's releases</a>.</em></p> <blockquote> <h2>v1.52.0</h2> <h2>What's Changed</h2> <h3>Minor backwards incompatible changes</h3> <p>These changes are only backwards incompatible if you are sending bad requests.</p> <ul> <li>Prevent request smuggling by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1719">valyala/fasthttp#1719</a></li> <li>Follow RFCs 7230 and 9112 for HTTP versions by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1710">valyala/fasthttp#1710</a></li> </ul> <h3>New features</h3> <ul> <li>Implement <code>GetRejectedConnectionsCount</code> function by <a href="https://github.com/mopeneko"><code>@mopeneko</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1704">valyala/fasthttp#1704</a></li> <li>add DisableDNSResolution for TCPDialer. by <a href="https://github.com/xuxiao415"><code>@xuxiao415</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1702">valyala/fasthttp#1702</a></li> <li>feat: add function to parse HTTP header parameters by <a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1685">valyala/fasthttp#1685</a></li> <li>add support for custom dial function with timeouts by <a href="https://github.com/avivcarmis"><code>@avivcarmis</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1669">valyala/fasthttp#1669</a></li> </ul> <h3>Other</h3> <ul> <li>Enable wastedassign, whitespace linters; fix issues by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1665">valyala/fasthttp#1665</a></li> <li>chore: Use 'any' instead of 'interface{}' by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1666">valyala/fasthttp#1666</a></li> <li>bug: Flush the write buffer before putting it to the pool by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1672">valyala/fasthttp#1672</a></li> <li>copyZeroAlloc: Try WriteTo and ReadFrom before acquiring a buffer by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1673">valyala/fasthttp#1673</a></li> <li>writeBodyFixedSize: Only do an early flush if the reader is an *os.File by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1674">valyala/fasthttp#1674</a></li> <li>chore: Set max line length to 130 characters by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1676">valyala/fasthttp#1676</a></li> <li>docs: Add missing dots at the end of comments by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1677">valyala/fasthttp#1677</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1678">valyala/fasthttp#1678</a></li> <li>chore: move cookie fuzz test to go 1.18 fuzzing by <a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1686">valyala/fasthttp#1686</a></li> <li>Change empty string checks to be more idiomatic by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1684">valyala/fasthttp#1684</a></li> <li>test(expvarhandler): fix failure when using -count to run more than once by <a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1688">valyala/fasthttp#1688</a></li> <li>test: migrate remaining fuzzit tests to go 1.18 fuzzing by <a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1687">valyala/fasthttp#1687</a></li> <li>Add CIFuzz by <a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1443">valyala/fasthttp#1443</a></li> <li>refactor: move manually created tchar table to bytesconv_table_gen by <a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1689">valyala/fasthttp#1689</a></li> <li>Bump supported Go version in readme by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1690">valyala/fasthttp#1690</a></li> <li>update build tag by <a href="https://github.com/tylitianrui"><code>@tylitianrui</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1695">valyala/fasthttp#1695</a></li> <li>Updates to GitHub Actions, add go1.22 to Test Matrix by <a href="https://github.com/gaby"><code>@gaby</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1707">valyala/fasthttp#1707</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1711">valyala/fasthttp#1711</a></li> <li>Bump dependencies by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1718">valyala/fasthttp#1718</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/avivcarmis"><code>@avivcarmis</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1669">valyala/fasthttp#1669</a></li> <li><a href="https://github.com/Jille"><code>@Jille</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1672">valyala/fasthttp#1672</a></li> <li><a href="https://github.com/nickajacks1"><code>@nickajacks1</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1685">valyala/fasthttp#1685</a></li> <li><a href="https://github.com/AdamKorcz"><code>@AdamKorcz</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1443">valyala/fasthttp#1443</a></li> <li><a href="https://github.com/mopeneko"><code>@mopeneko</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1704">valyala/fasthttp#1704</a></li> <li><a href="https://github.com/gaby"><code>@gaby</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1707">valyala/fasthttp#1707</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/valyala/fasthttp/compare/v1.51.0...v1.52.0">https://github.com/valyala/fasthttp/compare/v1.51.0...v1.52.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valyala/fasthttp/commit/bce576699a322ab33b618773a4456a25e602682d"><code>bce5766</code></a> Prevent request smuggling (<a href="https://redirect.github.com/valyala/fasthttp/issues/1719">#1719</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/332726634240b82456ce8563cd7aa4027612ce36"><code>3327266</code></a> Follow RFCs 7230 and 9112 for HTTP versions (<a href="https://redirect.github.com/valyala/fasthttp/issues/1710">#1710</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/a8cb5d535f00a2cb8aef534979a30e01035ced23"><code>a8cb5d5</code></a> Bump dependencies (<a href="https://redirect.github.com/valyala/fasthttp/issues/1718">#1718</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/82bc7c48bd817af9a84db4a75be7e5c1c5b380d9"><code>82bc7c4</code></a> bump securego/gosec from 2.17.0 to 2.18.2</li> <li><a href="https://github.com/valyala/fasthttp/commit/20c2c4832e32596e16ca7468fd92bf6f0dd41f1c"><code>20c2c48</code></a> chore(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/valyala/fasthttp/issues/1711">#1711</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/9fa5688b6891fdc321133523adff3a4857d2f779"><code>9fa5688</code></a> Update all github actions, add go1.22 (<a href="https://redirect.github.com/valyala/fasthttp/issues/1707">#1707</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/b430b88e7880ba596e093acf8e53186729e58882"><code>b430b88</code></a> Implement <code>GetRejectedConnectionsCount</code> function (<a href="https://redirect.github.com/valyala/fasthttp/issues/1704">#1704</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/dfb7e62a3d8e491d8587ffb09477535e21d3c8dd"><code>dfb7e62</code></a> add DisableDNSResolution for TCPDialer. Sometimes, users do not need to use D...</li> <li><a href="https://github.com/valyala/fasthttp/commit/48dd2d0ce7120eee4fd535042b97a2fea7a66f4e"><code>48dd2d0</code></a> Try fixing oss-fuzz running out of memory and skipping a lot</li> <li><a href="https://github.com/valyala/fasthttp/commit/287e3616ba1e583ecf3699f965e658865b0ae12e"><code>287e361</code></a> Make Fuzz tests deterministic</li> <li>Additional commits viewable in <a href="https://github.com/valyala/fasthttp/compare/v1.51.0...v1.52.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information