v2.46.0
🚀 New
- Utils: add Go 1.20+ way of converting byte slice to string (#2468)
- Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (#2461)
🧹 Updates
- Speedup and cleanup "path" testcases and benchmarks (#2465)
- Middleware/adaptor: allow to convert fiber.Ctx to (net/http).Request (#2461)
- Utils: add Go 1.20+ way of converting string to byte slice (#2462)
- Merge some external middlewares to core (#2453)
https://docs.gofiber.io/category/-middleware
🐛 Fixes
- Fix mount route positioning (#2463)
📚 Documentation
- Update README_ru.md (#2456)
Full Changelog: v2.45.0...v2.46.0
Thank you @alekseikovrigin, @efectn and @leonklingele for making this update possible.