What's Changed
Feat
Fix
- fix: anonymous field by @wzekin in #1480
- fix: reject requests with both Transfer-Encoding and Content-Length headers by @YangruiEmma in #1490
- fix(hz): handler duplicate check for receiver methods by @xiaost in #1491
- fix: disable request context pool panic by @Hei-z in #1496
Optimize
- optimize: use connstate close callback to optimize sense conn closed by @jayantxie in #1481
Refactor
- refactor(network): uses gopkg/bufiox by @xiaost in #1482
- refactor(network): optimized client mem usage by @xiaost in #1483
Chore
- chore: updated comment for ErrNoFreeConns by @xiaost in #1485
- chore: add deprecated comment for tagexpr by @xiaost in #1484
- chore(protocol): remove redundant nil File-map check in Request.FormFile by @xiaosau in #1502
Docs
- docs: add change log by @xiaost in #1493
- docs(hz): add README, clarifying comments, and fix broken tests by @xiaost in #1492
- docs: clarify multipart pre-parse still applies under WithStreamBody by @xiaost in #1495
- docs(route): fix comment - anyChild node prefix is
*, not only:by @Lcos-000 in #1503 - docs(common): remove references to develop branch in contributing.md by @wdp2020 in #1506
CI
Full Changelog: v0.10.4...v0.10.5