Skip to content

Commit 44aa5f3

Browse files
Merge #292
292: Bump github.com/valyala/fasthttp from 1.34.0 to 1.36.0 r=alallema a=dependabot[bot] Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.34.0 to 1.36.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.36.0</h2> <ul> <li>7cc6f4c Fix DoTimeout Streaming body bug (Erik Dubbelboer)</li> <li>9a0b4d0 optimize (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1275">#1275</a>) (tyltr)</li> <li>e3d2512 optimize (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1272">#1272</a>) (tyltr)</li> <li>b40b5a4 Update tlsClientHandshake (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1263">#1263</a>) (Mikhail Faraponov)</li> <li>c7576cc Added Windows support and removed some panics (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1264">#1264</a>) (Mauro Leggieri)</li> <li>f0e1be5 add nil check of req.body and resp.body on ReleaseBody (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1266">#1266</a>) (zzzzwc)</li> </ul> <h2>v1.35.0</h2> <ul> <li>7a5afdd Use %v for errors and %q for strings (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1262">#1262</a>) (Erik Dubbelboer)</li> <li>e4a541f support adding/removing clients from LBClient (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1243">#1243</a>) (Cam Sweeney)</li> <li>b4152d1 Only set RequestCtx.s once (Erik Dubbelboer)</li> <li>d4c739e State active (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1260">#1260</a>) (Erik Dubbelboer)</li> <li>f3bce3a Add Go 1.18 support (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1253">#1253</a>) (Aoang)</li> <li>c674263 Fix race conditions in tests (Erik Dubbelboer)</li> <li>286828e add a test for AppendQuotedArg (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1255">#1255</a>) (ZhangYunHao)</li> <li>2044e1e reduce unnessary type assart (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1254">#1254</a>) (tyltr)</li> <li>3101938 Imporve AppendHTMLEscape fast path (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1249">#1249</a>) (ZhangYunHao)</li> <li>d1753f7 bytesconv: add appropriate build tags for s390x (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1250">#1250</a>) (Nick Rosbrook)</li> <li>8f5e51f Add connection pool queuing strategies in HostClient. (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1238">#1238</a>) (Y.Horie)</li> <li>f7423e3 Fix AppendHTMLEscape (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1248">#1248</a>) (ZhangYunHao)</li> <li>1a5f2f4 Read response when client closes connection <a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1232">#1232</a> (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1233">#1233</a>) (ArminBTVS)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/valyala/fasthttp/commit/7cc6f4c513f9e0d3686142e0a1a5aa2f76b3194a"><code>7cc6f4c</code></a> Fix DoTimeout Streaming body bug</li> <li><a href="https://github.com/valyala/fasthttp/commit/9a0b4d088c35f5200f9f4694be339a28f7a9c6f6"><code>9a0b4d0</code></a> optimize (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1275">#1275</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/e3d25122db3f75867b8016189177a49b63d60769"><code>e3d2512</code></a> optimize (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1272">#1272</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/b40b5a4ca3e3e56378b1bf77f5321a0b92736fd6"><code>b40b5a4</code></a> Update tlsClientHandshake (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1263">#1263</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/c7576cc10cabfc9c993317a2d3f8355497bea156"><code>c7576cc</code></a> Added Windows support and removed some panics (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1264">#1264</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/f0e1be5665b560df1f37a1e491a8b0fffd57f689"><code>f0e1be5</code></a> add nil check of req.body and resp.body on ReleaseBody (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1266">#1266</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/7a5afddf5b805a022f8e81281c772c11600da2f4"><code>7a5afdd</code></a> Use %v for errors and %q for strings (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1262">#1262</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/e4a541ff0286adfbd6e9cbf9c38521b93d25c2da"><code>e4a541f</code></a> support adding/removing clients from LBClient (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1243">#1243</a>)</li> <li><a href="https://github.com/valyala/fasthttp/commit/b4152d1a992acd8e257c11cc29b5eab98faae483"><code>b4152d1</code></a> Only set RequestCtx.s once</li> <li><a href="https://github.com/valyala/fasthttp/commit/d4c739eee589f96f10f07f05db40f1cfb5ad0bd9"><code>d4c739e</code></a> State active (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1260">#1260</a>)</li> <li>Additional commits viewable in <a href="https://github.com/valyala/fasthttp/compare/v1.34.0...v1.36.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.34.0&new-version=1.36.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents c898976 + fce0527 commit 44aa5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ require (
77
github.com/mailru/easyjson v0.7.7
88
github.com/pkg/errors v0.9.1
99
github.com/stretchr/testify v1.7.1
10-
github.com/valyala/fasthttp v1.34.0
10+
github.com/valyala/fasthttp v1.36.0
1111
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
1919
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
2020
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
2121
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
22-
github.com/valyala/fasthttp v1.34.0 h1:d3AAQJ2DRcxJYHm7OXNXtXt2as1vMDfxeIcFvhmGGm4=
23-
github.com/valyala/fasthttp v1.34.0/go.mod h1:epZA5N+7pY6ZaEKRmstzOuYJx9HI8DI1oaCGZpdH4h0=
22+
github.com/valyala/fasthttp v1.36.0 h1:NhqfO/cB7Ajn1czkKnWkMHyPYr5nyND14ZGPk23g0/c=
23+
github.com/valyala/fasthttp v1.36.0/go.mod h1:t/G+3rLek+CyY9bnIE+YlMRddxVAAGjhxndDB4i4C0I=
2424
github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc=
2525
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
2626
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=

0 commit comments

Comments
 (0)