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

Bump github.com/valyala/fasthttp from 1.28.0 to 1.34.0 #56

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps github.com/valyala/fasthttp from 1.28.0 to 1.34.0.

Release notes

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

v1.34.0

  • 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov)
  • 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer)
  • 7670c6e Fix windows tests (#1235) (Erik Dubbelboer)
  • f54ffa1 feature: Keep the memory usage of the service at a stable level (#1216) (Rennbon)
  • 15262ec Warn about unsafe ServeFile usage (#1228) (Erik Dubbelboer)
  • 1116d03 Fix panic while reading invalid trailers (Erik Dubbelboer)
  • 856ca8e Update dependencies (#1230) (Mikhail Faraponov)
  • 6b5bc7b Add windows support to normalizePath (Erik Dubbelboer)
  • f0b0cfe Don't log ErrBadTrailer by default (Erik Dubbelboer)
  • 6937fee fix: (useless check), skip Response body if http method HEAD (#1224) (Pavel Burak)
  • b85d2a2 Fix http proxy behavior (#1221) (Aoang)
  • ad8a07a RequestHeader support set no default ContentType (#1218) (Jack.Ju)
  • c94581c support configure HostClient (#1214) (lin longhjui)
  • 632e222 Client examples (#1208) (Sergey Ponomarev)
  • 6a3cc23 uri_test.go use example.com for clearness (#1212) (Sergey Ponomarev)
  • 9d665e0 Update dependencies (#1204) (Mikhail Faraponov)
  • 8d7953e Fix scheme check for not yet parsed requests (#1203) (ArminBTVS)

v1.33.0

  • 61aa8b1 remove redundant code (#1202) (tyltr)
  • 4369776 fix(hijack): reuse RequestCtx (#1201) (Sergio VS)
  • 2aca3e8 fix(hijack): reset userValues after hijack handler execution (#1199) (Sergio VS)
  • 9123060 Updated dependencies (#1194) (Mikhail Faraponov)

v1.32.0

  • 7eeb00e Make tests less flaky (#1189) (Erik Dubbelboer)
  • d19b872 Update tcpdialer.go (#1188) (Mikhail Faraponov)
  • c727b99 Release UseHostHeader in ReleaseRequest() (#1185) (Tolyar)
  • 6c0518b Fix UseHostHeader for DoTimeout + tests (#1184) (Tolyar)
  • 6b55811 Add MaxIdleWorkerDuration to Server. (#1183) (Kilos Liu)
  • 4517204 Allow to set Host header for Client (#1169) (Tolyar)
  • 258a4c1 fix: reset response after reset user values on keep-alive connections (#1176) (Sergio VS)
  • e9db537 Use %w to wrap errors (#1175) (Erik Dubbelboer)
  • 7db0597 Fix bad request trailer panic (Erik Dubbelboer)
  • 4aadf9a Fix parseTrailer panic (Erik Dubbelboer)
  • da7ff7a Add trailer support (#1165) (ichx)
  • 017f0aa fix: reset request after reset user values on keep-alive connections (#1162) (Sergio VS)
  • 3b117f8 feat: close idle connections when server shutdown (#1155) (ichx)
  • a94a2c3 Remove redundant code (#1154) (ichx)
  • f7c354c Fix race condition in Client.mCleaner (Erik Dubbelboer)
  • c078a9d Add string and bytes buffer convert trick in README (#1151) (ichx)
  • 3ff6aaa uri: isHttps() and isHttp() (#1150) (Sergey Ponomarev)
  • 8febad0 http.go: Request.SetURI() (Fix #1141) (#1148) (Sergey Ponomarev)
  • 2ca01c7 fix: Status Line parsing and writing (#1135) (Shivansh Vij)
  • 931d0a4 Fix lint (Erik Dubbelboer)
  • d613502 use sync.map is better (#1145) (halst)
  • c15e642 Don't run all race tests on windows (#1143) (Erik Dubbelboer)
  • 6006c87 chore (#1137) (tyltr)
  • 6d4db9b Fix race condition in getTCPAddrs (Erik Dubbelboer)

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.28.0 to 1.34.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.28.0...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2022
@dgrr dgrr merged commit 85a6082 into master Mar 27, 2022
@dgrr dgrr deleted the dependabot/go_modules/github.com/valyala/fasthttp-1.34.0 branch March 27, 2022 12:00
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.

None yet

1 participant