od-database-crawler icon indicating copy to clipboard operation
od-database-crawler copied to clipboard

Bump github.com/valyala/fasthttp from 1.2.0 to 1.6.0

Open dependabot-preview[bot] opened this issue 6 years ago • 0 comments

Bumps github.com/valyala/fasthttp from 1.2.0 to 1.6.0.

Release notes

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

v1.6.0

  • 4489df8 Update "TechEmpower Benchmark" from round 12 to round 18 (#683) (Andy Pan)
  • 9f11af2 Make several optimizations to worker pool (#680) (Andy Pan)
  • f82a646 Requests with incomplete bodies no longer cause log noise (#682) (Kevin Burns)
  • 9bc6da1 fix: when multipartform no data,FormValue do not panic (#677) (alexDango)
  • 707b1c1 Format errors (#679) (ZhangYunHao)
  • 18c619f fasthttputil: add errInmemoryListenerClosed (#678) (ZhangYunHao)
  • bf98e3b Use least total connections instead of round robin for lbclient (#673) (Erik Dubbelboer)
  • ec2e396 Don't run TestClientNilResp in parallel (Erik Dubbelboer)
  • d428e1b Fix race condition in tests, fix URI bug (Erik Dubbelboer)
  • c3d82ca Speed up testing by running tests in parallel (Erik Dubbelboer)
  • 352ec7c Use Fatal instead of Fatalf when no formatting used (Erik Dubbelboer)
  • 9dbe5fc Don't allow spaces in request header keys (Erik Dubbelboer)
  • 4ebe993 Document PipeConns not being safe for concurrent use (Erik Dubbelboer)
  • 044d35e fix 664 (#674) (rogercarter1)
  • ffcdb75 Allow client to disable path normalization (#672) (Ian Leue)
  • af531ad Move comment to now show up on godoc (Erik Dubbelboer)
  • 28af1f1 Fix previous commit (Erik Dubbelboer)
  • 5038ebc Refactoring to reuse response status codes (#666) (Vendin)
  • b1ca43f Use 'go generate' in bytesconv.go (#663) (ZhangYunHao)
  • 97d51fb go fmt ./... (Erik Dubbelboer)
  • e6a8bcf Add go version to go.mod, test with 1.13.1 (Erik Dubbelboer)
  • 1d6a7e0 The Authorization header should include the Basic keyword (Erik Dubbelboer)
  • dc9b54d Precompute default regexp (#662) (Oleg Kovalov)
  • be93fbd Add lowerhex (ZYunH)
  • 79bd450 Use 0xf instead of 15 (ZYunH)
  • 91138ee Replace int2hexbyte with uppercase (ZYunH)
  • 9bc19f8 Replace hexCharUpeer with upperhex (#657) (ZYunH)
  • d644da4 Update README.md (Kirill Danshin)
  • ae42116 Improve appendQuotedPath and AppendQuotedArg (#654) (ZYunH)
  • ee84500 Added option to disable path normalization (#649) (Daniel Firsht)
  • c6037ab Update fuzzit (Erik Dubbelboer)

v1.5.0

  • 8b0b919 Fix FasthttpSocksDialer documentation (Erik Dubbelboer)
  • b29d896 Fix fuzzit for Go 1.13 (Erik Dubbelboer)
  • ec83abe Also test with the new Go 1.13 (Erik Dubbelboer)
  • 7e6a4c8 Update dependencies (Erik Dubbelboer)
  • e5e21db Reuse the socks5 dialer (Erik Dubbelboer)
  • 8713335 Fix data race in fasthttputil.pipeConn (#645) (Kazushi Kitaya)
  • 4fa45fa Propagating custom SkipBody value to allow explicitly skip body reading for responses (#647) (Nikolay Markov)
  • 8ce231e Add stub/wrapper for reuseport.Listen on Windows platforms (#638) (andrewheberle)
  • 1241ed7 Add fuzzit support (#634) (Erik Dubbelboer)
  • d4833f6 Use ipv6-compliant methodology for joining host port (#640) (Ian Leue)
  • c5413ff A faster s2b function (#637) (ZYunH)
  • ce02b85 Add ability to set timeout for handshake (#631) (Mike Faraponov)
  • 2edabf3 Add support for user:pass in URLs (#614) (Erik Dubbelboer)
  • 85217e0 Correctly handle NoDefaultContentType without setting an Content-Type value (#628) (Ciprian Dorin Craciun)
  • b97bc32 Update README (#621) (Sergio Andrés Virviescas Santana)
  • 55ea350 Update README.md (#610) (wencan)
... (truncated)
Commits
  • 4489df8 Update "TechEmpower Benchmark" from round 12 to round 18 (#683)
  • 9f11af2 Make several optimizations to worker pool (#680)
  • f82a646 Requests with incomplete bodies no longer cause log noise (#682)
  • 9bc6da1 fix: when multipartform no data,FormValue do not panic (#677)
  • 707b1c1 Format errors (#679)
  • 18c619f fasthttputil: add errInmemoryListenerClosed (#678)
  • bf98e3b Use least total connections instead of round robin for lbclient (#673)
  • ec2e396 Don't run TestClientNilResp in parallel
  • d428e1b Fix race condition in tests, fix URI bug
  • c3d82ca Speed up testing by running tests in parallel
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Oct 29 '19 04:10 dependabot-preview[bot]