Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-02 | 1.8 kB | |
v0.10.1 source code.tar.gz | 2025-07-02 | 1.6 MB | |
v0.10.1 source code.zip | 2025-07-02 | 2.0 MB | |
Totals: 3 Items | 3.6 MB | 2 |
What's Changed
- docs(README): clearly state forked from fasthttp by @xiaost in https://github.com/cloudwego/hertz/pull/1357
- fix(binding): BindXXX with default value by @StounhandJ in https://github.com/cloudwego/hertz/pull/1222
- chore: revise the comment of standard transport's readBufferSize by @ppzqh in https://github.com/cloudwego/hertz/pull/1362
- chore(route): remove useless code from tree by @Skyenought in https://github.com/cloudwego/hertz/pull/793
- fix(binding): use UnmarshalText for types like enum by @xiaost in https://github.com/cloudwego/hertz/pull/1359
- fix(client): set timeout for tls handshake by @xiaost in https://github.com/cloudwego/hertz/pull/1368
- fix(sse): add charset=utf-8 to content type by @xiaost in https://github.com/cloudwego/hertz/pull/1369
- chore: update thriftgo for plugin performance by @HeyJavaBean in https://github.com/cloudwego/hertz/pull/1371
- fix(sse): better compatibility with '\r' by @xiaost in https://github.com/cloudwego/hertz/pull/1374
- chore: update protobuf to v1.34.1 by @DMwangnima in https://github.com/cloudwego/hertz/pull/1224
- fix(resp): ChunkedBodyWriter skip zero-len buf by @xiaost in https://github.com/cloudwego/hertz/pull/1380
- fix(server): close malformed http conn timely by @xiaost in https://github.com/cloudwego/hertz/pull/1376
- test: rm unnecessary monkey patch by @xiaost in https://github.com/cloudwego/hertz/pull/1381
- chore: release v0.10.1 by @alice-yyds in https://github.com/cloudwego/hertz/pull/1387
New Contributors
- @StounhandJ made their first contribution in https://github.com/cloudwego/hertz/pull/1222
- @DMwangnima made their first contribution in https://github.com/cloudwego/hertz/pull/1224
Full Changelog: https://github.com/cloudwego/hertz/compare/v0.10.0...v0.10.1