Wednesday, May 21, 2025 in Hertz
The Hertz v0.10.0 release adds two features and some fixes. Integrate SSE functionality. Refer to SSE for usage. Added http.Handler adaptor, extending Hertz using the official net/http ecosystem. Refer to Adaptor for usage. Feature [#1327] …
Thursday, May 30, 2024 in Hertz
The Hertz v0.9.0 release mainly supports general iteration and optimization. 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 …
Friday, January 12, 2024 in Hertz
In Hertz v0.8.0, in addition to the regular iterative optimization, we have also introduced an important feature. Partitioned cookies In Hertz v0.8.0, we support the partitioned cookies feature. https://github.com/cloudwego/hertz/pull/1041 Background …
Tuesday, September 26, 2023 in Hertz
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 …
Thursday, March 02, 2023 in Hertz
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. …
Thursday, January 12, 2023 in Hertz
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 …
Friday, October 28, 2022 in Hertz
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 …
Tuesday, September 20, 2022 in Hertz
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. …
Monday, August 29, 2022 in Hertz
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: …
Friday, July 22, 2022 in Hertz
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 …