v2.32.0
❗ BreakingChange
- RFC: Return an instance of
*fiber.Error
when no handler found (#1847)
the behavior for the routes only middlewares and no handler for the request methods was declared has changed
🚀 New
- Support adding queries to RedirectToRoute (#1858)
https://docs.gofiber.io/api/ctx#redirecttoroute - Add AllParams method (#1853)
https://docs.gofiber.io/api/ctx#allparams - Add context Writef feature function (#1841)
https://docs.gofiber.io/api/ctx#writef
🧹 Updates
- Use encoding/json (#1851)
https://docs.gofiber.io/guide/faster-fiber - Bump github.com/valyala/fasthttp from 1.34.0 to 1.35.0 (#1849)
- RFC: Return an instance of
*fiber.Error
when no handler found (#1847)
https://docs.gofiber.io/extra/faq#how-do-i-handle-custom-404-responses
🐛 Fixes
📚 Documentation
- ListenTLS comment (#1859)
Thank you @asyslinux, @codemicro, @efectn and @jfcg for making this update possible.