Posts in 2023
-
Release v0.7.0
Tuesday, September 26, 2023 in Hertz
Projects:
In version 0.7.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. Refactor Binding In version 0.7.0 of Hertz,we refactored the binding feature for Hertz https://github.com/cloudwego/hertz/pull/541 …
-
Release v0.6.0
Thursday, March 02, 2023 in Hertz
Projects:
In version 0.6.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. HTTP Trailer support In Hertz v0.6.0, we support encoding and parsing of HTTP Trailer. …
-
Release v0.5.0
Thursday, January 12, 2023 in Hertz
Projects:
In version 0.5.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. Network layer and protocol layer support stream-based interface https://github.com/cloudwego/hertz/pull/467 In the Hertz v0.5.0 …
Posts in 2022
-
Release v0.4.0
Friday, October 28, 2022 in Hertz
Projects:
Feature [#289] feat: render support IndentedJSON. [#304] feat: support errors format for the recovery middleware. [#278] feat: add compile tag for json implementation. [#239] feat: add retry extension for client. [#265] feat: add closeNoResetBuffer …
-
Release v0.3.2
Tuesday, September 20, 2022 in Hertz
Projects:
Feature [#198] feat: add the function to get the client dialer name. [#251] feat: add a startup log to display the name of the loaded network library. Refactor [#238] refactor: refactor the client logic initialize for HostClient and TLSHostClient. …
-
Release v0.3.0
Monday, August 29, 2022 in Hertz
Projects:
Feature [#182] feat: add service registration & service discovery & load balancing. [#6] feat: add zookeeper register. [#7] feat: add nacos registry. [#8] feat: Support Hertz to use Consul for service discovery and registration. [#9] feat: …
-
Release v0.2.0
Friday, July 22, 2022 in Hertz
Projects:
Feature [#124] feat: add option to remove hijackConnPool. [#116] feat: update for template. [#130] feat: add a warning log for invalid character in Cookie.Value. [#143] feat: custom signal to graceful shutdown [#114] feat: release buffer in standard …
-
Release v0.1.0
Monday, June 20, 2022 in Hertz
Projects:
Feature [#31] feat: close connection after responding to the short-connection request. [#44] feat: add the VisitAllCustomHeader method. [#59] feat: support windows. [#70] feat: add code generator hz. [#64] feat: add adaptor for Hertz Request & …