v1.8.2
go get -u github.com/gofiber/fiber/...
🔥 New
- ctx.Range https://fiber.wiki/context#range
- app.Settings.BodyLimit https://fiber.wiki/application#settings
- middleware.Recover(handle ...func(*Ctx, error)) https://fiber.wiki/middleware#recover
🧹 Updates
- app.Static(prefix, root string) / https://fiber.wiki/application#static
- app.Listen(address interface{}, tlsconfig ...*tls.Config) / https://fiber.wiki/application#listen
🩹 Fixes
- Allow TLS config #200 / https://fiber.wiki/application#listen
- Fiber router optimizations
- app.Settings.Immutable / this will now also keep []byte returns immutable
- ctx.Next() / allows to continue after other routes finished https://fiber.wiki/context#next
🗑️ Deprecated
- app.Recover()
- settings.GETOnly
- settings.TCPKeepalive
- settings.MaxConnsPerIP
- settings.ReadBufferSize
- settings.WriteBufferSize
- settings.ConcurrencySleep
- settings.DisableKeepAlive
- settings.ReduceMemoryUsage
- settings.MaxRequestsPerConn
- settings.TCPKeepalivePeriod