v2.26.0
🚀 New
- Add Next to Pprof and Expvar middlewares. (#1737)
https://docs.gofiber.io/api/middleware/pprof
https://docs.gofiber.io/api/middleware/expvar - Add retryIf function to client agent (#1726)
https://docs.gofiber.io/api/client#retryif - Add ReqHeaderParser. (#1721)
https://docs.gofiber.io/api/ctx#reqheaderparser - Add Route() method like Chi router. (#1713)
https://docs.gofiber.io/api/app#route - Pass all locals to ctx.Render (#1693)
https://docs.gofiber.io/api/fiber#config -PassLocalsToViews
🧹 Updates
🐛 Fixes
- Fix route naming when to use group in group. (#1736)
- Fix NewErrors() and Improve NewError() (#1728)
https://docs.gofiber.io/api/fiber#newerror
https://docs.gofiber.io/api/fiber#newerrors
📚 Documentation
Thank you @NorbertHauriel, @balcieren, @cenkkoroglu, @efectn, @eozer, @jessequinn, @kingdevnl and @vecpeng for making this update possible.