v2.2.5
Thank you @kiyonlin, @kirillDanshin, @hi019, @erikdubbelboer, @ReneWerner87
🧹 Updates
- Bump fasthttp to
v1.18https://github.com/valyala/fasthttp/releases/tag/v1.18.0 #1070 - Removing newlines in header values is now implemented in fasthttp.
- Improve round2 performance in fh
- Refactor
BodyParser#1073 - Fix some linting #1044
- Remove redundant validation for
CacheDurationinStatic#1069 BodyParserreturns anErrUnprocessableEntitywhen an invalid content-type is present. #1067
🩹 Fixes
- Fix duplicate cookie name in
csrfmiddleware #1068