Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/valyala/fasthttp from 1.9.0 to 1.24.0 #128

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/valyala/fasthttp from 1.9.0 to 1.24.0.

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.24.0

  • 620f0c8 Add option for middleware to set custom remote address (#1009) (Lauris BH)
  • 894272e Fix golangci-lint action (#1010) (Lauris BH)

v1.23.0

  • 2a6f7db Adding support for securing error logs (#1001) (Daniel Firsht)
  • e61c9d5 Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#1000) (Mikhail Faraponov)
  • a583006 Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999) (Mike Faraponov)
  • 860c345 Fix unexpected panic when calling Do of a PipelineClient (#997) (blanet)
  • 0cd7349 ImmediateHeaderFlush when no body (#995) (Vladimir Shteinman)
  • 02e0722 Add PipelineClient name (#994) (kiyon)
  • 1a7995b format err info (#989) (peakle)
  • f40ea7e Improve socks proxy (#990) (kiyon)
  • 34fa9a6 Add DisableHeaderNamesNormalizing to PipelineClient (#991) (kiyon)

v1.22.0

  • 4637395 Update deps (Erik Dubbelboer)
  • c3cd5e1 Export HostClient.connsCount (#981) (kiyon)
  • a4b0703 Implemented DisablePathNormalizing in PipelineClient (#977) (Seva Maltsev)
  • 0880335 Update compress.go (#978) (Mike Faraponov)
  • e7294d2 Update client.go (#979) (Mike Faraponov)
  • 62dfc52 Fix Client ms cleaner (#975) (kiyon)

v1.21.0

  • 3cd0862 Streaming fixes (#970) (Erik Dubbelboer)
  • 1b61ca2 Added Protocol() as a replacement of hardcoded strHTTP11 (#969) (Darío)
  • 52a8ab6 fix s2b go vet warning (#967) (ZhangYunHao)

v1.20.0

  • a88030b fix gracefilly shutdown bug, issue #958 (#960) (AlphaBaby)
  • 1494fdc Fix clientGetURLDeadline (Erik Dubbelboer)
  • 0956208 Add request body streaming. Fixes #622 (#911) (Kirill Danshin)
  • fbe6a2d Add fasthttp.GenerateTestCertificate and use in tests (Erik Dubbelboer)
  • 838d3ab Allow concurrent ServeTLS (Erik Dubbelboer)
  • 3cec26d Allow stopping FS handler cleanup gorountine (#942) (Erik Dubbelboer)
  • ed1cedd Fix race condition in Client.DoTimeout (Erik Dubbelboer)
  • 5661df8 Improve documentation about DelClientCookie which related with #951. (#956) (kiyon)
  • b4b40e9 Do not start connsCleaner on SetConnectionClosed requests. (#950) (Mike Faraponov)
  • 70e00dc Ignore empty Transfer-Encoding headers (Erik Dubbelboer)

v1.19.0

  • 6234776 Use QueryString while constructing RequestURI instead of QueryArgs if parsedQueryArgs is set to false (#937) (anshul-jain-aws)
  • 245e7ec CloseIdleConnections should also close TLS connections (Erik Dubbelboer)
  • bd35133 Always set Keepalive options (Erik Dubbelboer)
  • 4e63057 Make argsKV more predictable (Erik Dubbelboer)

v1.18.0

  • d0dfbd4 fix issue #875 (#909) (Kirill Danshin)
  • ec4aa43 (header) do case insensitive lookup of cookie header value (#925) (Daniel Kürner)
  • f710c2d Fixing deletion of headers/queryargs having multiple values. (#918) (anshul-jain-aws)

... (truncated)

Commits
  • 620f0c8 Add option for middleware to set custom remote address (#1009)
  • 894272e Fix golangci-lint action (#1010)
  • 2a6f7db Adding support for securing error logs (#1001)
  • e61c9d5 Improve Client/HostClient pooling when many HostClient structs created and re...
  • a583006 Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999)
  • 860c345 Fix unexpected panic when calling Do of a PipelineClient (#997)
  • 0cd7349 ImmediateHeaderFlush when no body (#995)
  • 02e0722 Add PipelineClient name (#994)
  • 1a7995b format err info (#989)
  • f40ea7e Improve socks proxy (#990)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.9.0 to 1.24.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.9.0...v1.24.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 29, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #132.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/valyala/fasthttp-1.24.0 branch May 21, 2021 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants