github.com/cloudwego/hertz@v0.9.3/ROADMAP.md (about) 1 # Hertz RoadMap 2 This document shows key roadmap of Hertz development from the year of 2022 to 2023. It may help users know more about the future features. But the actual work is driven by real-world needs, we may adjust our goals sometimes. 3 4 # New Features: 5 - Community Build 6 - [x] Support more middlewares for users, like sessions、gzip. 7 - [x] Support reverse proxy. 8 - Support swagger. 9 - Protocol 10 - [x] Support Websocket. 11 - [x] Support HTTP2. 12 - [x] Support HTTP3. 13 - Service Governance 14 - Support more extension for users. 15 - Performance Optimization 16 - Improve the server throughput in tiny packet case. 17 - User Experience Optimization 18 - [x] Provide good development practices for users to develop with Hertz more easily. 19 - [x] Improve code generation tool(hz) usability. 20 21 22 All developers are welcome to contribute your extension to [hertz-contrib](https://github.com/hertz-contrib).