v2.38.1
🚀 New
- Middleware/cache: Add methods configuration (#2081)
https://docs.gofiber.io/api/middleware/cache
🧹 Updates
- Middleware/timeout: Add timeout context middleware (#2090)
https://docs.gofiber.io/api/middleware/timeout - Fix linter errors for tests (#2102)
- Upgrade go version to 1.19 in go.mod (#2103)
- Remove redundant parentheses and update comments (#2082)
- Update code comment for helping IDEs (#2095)
- Update code comments for helping IDEs and fix unhandled error in test (#2099)
🐛 Fixes
- Test: fix Test_Ctx_ParamParser route param (#2119)
- SchemaPasers: Same struct parse param failed (#2101)
- Fix
ctx.SendStream(io.Reader)
huge memory usage (#2091)
📚 Documentation
Full Changelog: v2.37.1...v2.38.1
Thank you @Kamandlou, @dayuoba, @efectn, @hakankutluay, @li-jin-gou, @nnnkkk7 and @trim21 for making this update possible.