Skip to content

Commit

Permalink
Bump github.com/valyala/fasthttp from 1.51.0 to 1.52.0 (#361)
Browse files Browse the repository at this point in the history
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.51.0&new-version=1.52.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
dependabot[bot] authored Feb 12, 2024
1 parent 74b1a37 commit 17a14cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
github.com/stretchr/testify v1.8.4
github.com/temoto/robotstxt v1.1.2
github.com/valyala/fasthttp v1.51.0
github.com/valyala/fasthttp v1.52.0
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
go.uber.org/ratelimit v0.3.0
golang.org/x/net v0.21.0
Expand All @@ -21,7 +21,7 @@ require (
require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
github.com/klauspost/compress v1.17.0 h1:Rnbp4K9EjcDuVuHtd0dgA4qNuv9yKDYKK1ulpJwgrqM=
github.com/klauspost/compress v1.17.0/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
github.com/klauspost/compress v1.17.6 h1:60eq2E/jlfwQXtvZEeBUYADs+BwKBWURIY+Gj2eRGjI=
github.com/klauspost/compress v1.17.6/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6KH9zAO4BDxPM=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand All @@ -37,8 +37,8 @@ github.com/temoto/robotstxt v1.1.2 h1:W2pOjSJ6SWvldyEuiFXNxz3xZ8aiWX5LbfDiOFd7Fx
github.com/temoto/robotstxt v1.1.2/go.mod h1:+1AmkuG3IYkh1kv0d2qEB9Le88ehNO0zwOr3ujewlOo=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.51.0 h1:8b30A5JlZ6C7AS81RsWjYMQmrZG6feChmgAolCl1SqA=
github.com/valyala/fasthttp v1.51.0/go.mod h1:oI2XroL+lI7vdXyYoQk03bXBThfFl2cVdIA3Xl7cH8g=
github.com/valyala/fasthttp v1.52.0 h1:wqBQpxH71XW0e2g+Og4dzQM8pk34aFYlA1Ga8db7gU0=
github.com/valyala/fasthttp v1.52.0/go.mod h1:hf5C4QnVMkNXMspnsUlfM3WitlgYflyhHYoKol/szxQ=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945 h1:6Ju8pZBYFTN9FaV/JvNBiIHcsgEmP4z4laciqjfjY8E=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945/go.mod h1:4vRFPPNYllgCacoj+0FoKOjTW68rUhEfqPLiEJaK2w8=
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
Expand Down

0 comments on commit 17a14cf

Please sign in to comment.