What's Changed
- docs(README): clearly state forked from fasthttp by @xiaost in #1357
- fix(binding): BindXXX with default value by @StounhandJ in #1222
- chore: revise the comment of standard transport's readBufferSize by @ppzqh in #1362
- chore(route): remove useless code from tree by @Skyenought in #793
- fix(binding): use UnmarshalText for types like enum by @xiaost in #1359
- fix(client): set timeout for tls handshake by @xiaost in #1368
- fix(sse): add charset=utf-8 to content type by @xiaost in #1369
- chore: update thriftgo for plugin performance by @HeyJavaBean in #1371
- fix(sse): better compatibility with '\r' by @xiaost in #1374
- chore: update protobuf to v1.34.1 by @DMwangnima in #1224
- fix(resp): ChunkedBodyWriter skip zero-len buf by @xiaost in #1380
- fix(server): close malformed http conn timely by @xiaost in #1376
- test: rm unnecessary monkey patch by @xiaost in #1381
- chore: release v0.10.1 by @alice-yyds in #1387
New Contributors
- @StounhandJ made their first contribution in #1222
- @DMwangnima made their first contribution in #1224
Full Changelog: v0.10.0...v0.10.1