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 version, we have further enhanced the scalability of the Hertz transport layer & protocol layer, supporting the seamless connection of the stream-based transport layer protocol QUIC, and the HTTP3 protocol built on top of it. In addition, on this basis, we have added and improved functions such as “ALPN” (application layer protocol negotiation),…