Skip to content

Releases: cloudwego/hertz

v0.9.1

03 Jun 07:51
53faa4e
Compare
Choose a tag to compare
chore: release v0.9.1 (#1129)

v0.9.0

10 May 08:27
8bb1346
Compare
Choose a tag to compare

Feature:

[#1101] feat: add method to exile requestContext
[#1056] feat: add more default type for binding
[#1057] feat: add SetHandlers when fast fail for no valid host and invalid rPath

Optimize:

[#1037] optimize: filter shortConnErr in tracer

Fix:

[#1102] fix: resp set trailer will panic

Chore:

[#1075] chore: update readme images and documentation

cmd/hz/v0.9.0

10 May 08:48
8bb1346
Compare
Choose a tag to compare

Optimize:

[#921] optimize(hz): sort route strictly which preventing sorting inconsistencies

Refactor:

[#1064] refactor(hz): client query enum

v0.8.1

20 Feb 07:06
7d8dad0
Compare
Choose a tag to compare

Fix

[#1060] fix: do not pre-bind for BindXXX interface & normalize content-type
[#1050] fix: add full path copy

Chore

[#1061] chore(deps): bump tj-actions/changed-files from 35 to 41 in /.github/workflows

cmd/hz/v0.8.1

20 Feb 07:09
7d8dad0
Compare
Choose a tag to compare

Fix

[#1053] fix(hz): fix some problems with hz client code


Thanks a lot to those community contributors who submit some pull requests for this version:
@Skyenought 🫡👏🥳

v0.8.0

12 Jan 03:18
c2a6e12
Compare
Choose a tag to compare

Feature

[#1031] feat: optimize HandlerName && add setIndex
[#1041] feat: support partitioned cookies

Optimize

[#1039] optimize: filter invalid char in header
[#1011] optimize: stop parse the header if encounter a invalid char

Chore

[#1020] Update README.md


Thanks a lot to those community contributors who submit some pull requests for this version:
@ViolaPioggia @Haswf 🫡👏🥳

cmd/hz/v0.8.0

12 Jan 08:23
c2a6e12
Compare
Choose a tag to compare

Optimize:

[#1005] optimize(hz): gen module file
[#1006] optimize(hz): rm_tag has a lower priority than the annotation
[#1038] optimize(hz): hz client behavior

v0.7.3

07 Dec 03:27
e2119d8
Compare
Choose a tag to compare

Optimize

  1. [#1010] optimize: remove short connection error in trace

Fix

  1. [#1016] fix: prevent infinite recursion for binding
  2. [#1014] fix: dialtimeout is zero when not set reqTimeout
  3. [#1003] fix: unit tests fail in windows

Tests

  1. [#992] test: improve hertz/pkg/routeut unit test coverage

Chore

  1. [#998] Update ROADMAP.md

v0.7.2

15 Nov 09:13
32c40e5
Compare
Choose a tag to compare

Feature

[#985] feat: add WithDisableDefaultDate, WithDisableDefaultContentType for server config options
[#684] feat: support peek multi value for query args

Optimize

[#989] optimize: trace doFinish multiple times

Fix

[#978] fix: param router doesn't match param
[#990] fix: improve url parsing

Docs

[#868] docs: add comment for method Redirect and Header

Chore

[#982] ci: add govulncheck
[#981] chore: add .gitattributes to standardize the default end-of-file line


Thanks a lot to those community contributors who submit some pull requests for this version:
@a631807682 @Skyenought @Tom-debug110

cmd/hz/v0.7.1

17 Nov 02:49
32c40e5
Compare
Choose a tag to compare

Optimize

[#986] optimize(hz): slice method for thrift
[#988] optimize(hz): thriftgo option transfer