๐ 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.