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.52.0 to 1.53.0 (#385)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.53.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.53.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1720">valyala/fasthttp#1720</a></li> <li>adaptor ResponseWriter - adding Hijack method and pass proper fields by <a href="https://github.com/gilwo"><code>@gilwo</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1525">valyala/fasthttp#1525</a></li> <li>Remove unnecessary build tag go1.21 by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1721">valyala/fasthttp#1721</a></li> <li>Upgrade golangci-lint to v1.56.2; fix gocritic issues by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1722">valyala/fasthttp#1722</a></li> <li>feat:support zstd compress and uncompressed by <a href="https://github.com/Max-Cheng"><code>@Max-Cheng</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1701">valyala/fasthttp#1701</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1725">valyala/fasthttp#1725</a></li> <li>Enable several gocritic checks; resolve identified issues by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1728">valyala/fasthttp#1728</a></li> <li>test: remove <code>//nolint:govet</code> comments by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1729">valyala/fasthttp#1729</a></li> <li>Enable perfsprint linter; fix up lint issues by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1727">valyala/fasthttp#1727</a></li> <li>refactor: rename error local variables by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1738">valyala/fasthttp#1738</a></li> <li>test: remove redundant error check by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1741">valyala/fasthttp#1741</a></li> <li>fix: panic in ParseIPv4 when len(dst) > 4 by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1742">valyala/fasthttp#1742</a></li> <li>test: remove panics in client tests by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1747">valyala/fasthttp#1747</a></li> <li>chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1748">valyala/fasthttp#1748</a></li> <li>add support for CHIPS (Cookies Having Independent Partitioned State) by <a href="https://github.com/gurkan0791"><code>@gurkan0791</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1752">valyala/fasthttp#1752</a></li> <li>Add macos-14 platform, enable shuffle of unit-tests by <a href="https://github.com/gaby"><code>@gaby</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1746">valyala/fasthttp#1746</a></li> <li>refactor: do not return error as it is always nil by <a href="https://github.com/alexandear"><code>@alexandear</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1759">valyala/fasthttp#1759</a></li> <li>fix: propagate body stream error to close function (<a href="https://redirect.github.com/valyala/fasthttp/issues/1743">#1743</a>) by <a href="https://github.com/mdenushev"><code>@mdenushev</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1757">valyala/fasthttp#1757</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1769">valyala/fasthttp#1769</a></li> <li>Don't allow , in host when using Client by <a href="https://github.com/erikdubbelboer"><code>@erikdubbelboer</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1761">valyala/fasthttp#1761</a></li> <li>Implemented what was described by me in <a href="https://redirect.github.com/valyala/fasthttp/issues/1766">#1766</a>. by <a href="https://github.com/rhabichl"><code>@rhabichl</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1767">valyala/fasthttp#1767</a></li> <li>feat: add address to tryDial errors by <a href="https://github.com/mdenushev"><code>@mdenushev</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1763">valyala/fasthttp#1763</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/valyala/fasthttp/pull/1774">valyala/fasthttp#1774</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gilwo"><code>@gilwo</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1525">valyala/fasthttp#1525</a></li> <li><a href="https://github.com/Max-Cheng"><code>@Max-Cheng</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1701">valyala/fasthttp#1701</a></li> <li><a href="https://github.com/gurkan0791"><code>@gurkan0791</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1752">valyala/fasthttp#1752</a></li> <li><a href="https://github.com/mdenushev"><code>@mdenushev</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1757">valyala/fasthttp#1757</a></li> <li><a href="https://github.com/rhabichl"><code>@rhabichl</code></a> made their first contribution in <a href="https://redirect.github.com/valyala/fasthttp/pull/1767">valyala/fasthttp#1767</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.0">https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valyala/fasthttp/commit/8f5b92744702cb652cf9fe52aae7b0ca63a17337"><code>8f5b927</code></a> Try to fix oss-fuzz low memory limit again</li> <li><a href="https://github.com/valyala/fasthttp/commit/96b23699669a6310e42e84795f83c7ca6c5e2222"><code>96b2369</code></a> chore(deps): bump golangci/golangci-lint-action from 5 to 6 (<a href="https://redirect.github.com/valyala/fasthttp/issues/1774">#1774</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/97d456870af9f7a30e4096af6075e986874f641b"><code>97d4568</code></a> feat: add address to tryDial errors (<a href="https://redirect.github.com/valyala/fasthttp/issues/1763">#1763</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/091733b08e451dd5af97b7cf2625c2d61b549f63"><code>091733b</code></a> Implemented what was described by me in <a href="https://redirect.github.com/valyala/fasthttp/issues/1766">#1766</a>. (<a href="https://redirect.github.com/valyala/fasthttp/issues/1767">#1767</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/105eb3bcd9b2faf835b17dda8266a1e661539722"><code>105eb3b</code></a> Add perIPTLSConn to support MaxConnsPerIP with tls connections</li> <li><a href="https://github.com/valyala/fasthttp/commit/a8fa9c04b493324b7805dd5c6f8439b1b15a9f92"><code>a8fa9c0</code></a> Don't allow , in host when using Client (<a href="https://redirect.github.com/valyala/fasthttp/issues/1761">#1761</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/30adc7d046c04d75222d12b5f57f2db9d8cae840"><code>30adc7d</code></a> chore(deps): bump golangci/golangci-lint-action from 4 to 5 (<a href="https://redirect.github.com/valyala/fasthttp/issues/1769">#1769</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/57b9352ad1cc93a0aaaa72b2130e03ace8a5b118"><code>57b9352</code></a> fix: propagate body stream error to close function (<a href="https://redirect.github.com/valyala/fasthttp/issues/1743">#1743</a>) (<a href="https://redirect.github.com/valyala/fasthttp/issues/1757">#1757</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/e88bd48f45c5939871141ae0e472ef4d36a86da6"><code>e88bd48</code></a> refactor: do not return error as it is always nil (<a href="https://redirect.github.com/valyala/fasthttp/issues/1759">#1759</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/d3aa5a15bb0131fe7e58e948cff8ee8ed748112e"><code>d3aa5a1</code></a> Add macos-14 platform, enable shuffle of tests (<a href="https://redirect.github.com/valyala/fasthttp/issues/1746">#1746</a>)</li> <li>Additional commits viewable in <a href="https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.52.0&new-version=1.53.0)](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