v1.8.3
go get -u github.com/gofiber/fiber
All future middleware will be external so we can update/add features without updating the main version.
🔥 New
- https://github.com/gofiber/basicauth
- https://github.com/gofiber/compression #222
- https://github.com/gofiber/cors
- https://github.com/gofiber/helmet
- https://github.com/gofiber/limiter
- https://github.com/gofiber/logger
- https://github.com/gofiber/recover
- https://github.com/gofiber/requestid
- https://github.com/gofiber/websocket
🩹 Fixes
- Locals are supported in new WebSocket middleware #205
- Route params are not effected by
CaseSensitive
anymore #214 - Header duplication / Normalization #216
🗑️ Deprecated
- app.WebSocket()
- settings.Compression
- c.Compress()
- middleware.BasicAuth()
- middleware.Cors()
- middleware.Helmet()
- middleware.Limiter()
- middleware.Logger()
- middleware.Recover()
- middleware.RequestID()