Posts in 2024

  • Release v0.8.0

    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 …

    Read more

Posts in 2023

  • Release v0.7.0

    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 …

    Read more

  • Release v0.6.0

    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. …

    Read more

  • Release v0.5.0

    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 …

    Read more

Posts in 2022

  • Release v0.4.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 …

    Read more

  • Release v0.3.2

    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. …

    Read more

  • Release v0.3.0

    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: …

    Read more

  • Release v0.2.0

    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 …

    Read more

  • Release v0.1.0

    Monday, June 20, 2022 in Hertz

    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 & …

    Read more