CyanAsterisk / FreeCar

Time-sharing car rental system suite based on CloudWeGo series framework
GNU General Public License v3.0
242 stars 41 forks source link

chore(deps): bump github.com/cloudwego/hertz from 0.6.0 to 0.6.2 #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cloudwego/hertz from 0.6.0 to 0.6.2.

Release notes

Sourced from github.com/cloudwego/hertz's releases.

cmd/hz/v0.6.2

Feat

[#660] feat(hz): optimize the naming style for middleware [#697] feat(hz): support container type as request/response type for thrift

Ci

[#645] ci(hz): add hz test workflows

Fix

[#695] fix(hz): hz update failed for modifying of '.hz' on windows

v0.6.2

Feat

  1. [#708] feat: add CreateUtRequestContext function

Fix

  1. [#698] fix: standard conn may panic after close
  2. [#702] fix: stream client not close the conn when ConnectionClose is true

Ci

  1. [#710] ci: add compatibility test for old go version

cmd/hz/v0.6.1

Fix

[#643] fix(hz): wrong package name under windows

v0.6.1

Feat

[#685] feat(client): support last middleware for client [#689] feat: ignore broken pipe and connection reset error on go net

Chore

[#687] optimize: DialTimeout provided by netpoll will return TLS err directly

Test

[#669] test: add test for pkg common test [#672] test: add more test for pkg network [#671] test: TestGcBodyStream will sleep 100ms to wait gc finish

Refactor

[#681] refactor(client): remove goroutine synchronization in DoDeadline

Thanks a lot to those community contributors who submit some pull requests for this version: @​a631807682

Commits
  • b398b27 chore: release v0.6.2 (#717)
  • 9e731c6 chore: update version v0.6.2
  • b3b4f90 chore: release hz v0.6.2 (#714)
  • 1906ecb feat(hz): optimize the naming style for middleware (#660)
  • ab37d29 ci(hz): add hz test workflows (#645)
  • 6e52d9a feat: add CreateUtRequestContext function (#708)
  • b43b9c8 ci: add compatibility test for old go version (#710)
  • c5b81de fix: standard conn may panic after close (#698)
  • 8e9fce9 fix: stream client not close the conn when ConnectionClose is true (#702)
  • be62800 feat(hz): support container type as request/response type for thrift (#697)
  • 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)