Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐ŸŽ๏ธ v1.8.2 changelog #203

Closed
Fenny opened this issue Mar 4, 2020 · 0 comments
Closed

๐ŸŽ๏ธ v1.8.2 changelog #203

Fenny opened this issue Mar 4, 2020 · 0 comments

Comments

@Fenny
Copy link
Member

Fenny commented Mar 4, 2020

Fiber v1.8.2

go get -u github.com/gofiber/fiber/...

[NEW] app.Settings.BodyLimit https://fiber.wiki/application#settings
[NEW] middleware.Recover(handle ...func(*Ctx, error)) https://fiber.wiki/middleware#recover

[UPDATED] app.Static(prefix, root string) / https://fiber.wiki/application#static
[UPDATED] app.Listen(address interface{}, tlsconfig ...*tls.Config) / https://fiber.wiki/application#listen

[FIX] Allow TLS config #200 / https://fiber.wiki/application#listen
[FIX] Fiber router optimizations
[FIX] app.Settings.Immutable / this will now also keep []byte returns immutable
[FIX] ctx.Next / allows to continue after other routes finished
https://fiber.wiki/context#next

[DEPRECATED] app.Recover()
[DEPRECATED] settings.GETOnly
[DEPRECATED] settings.IdleTimeout
[DEPRECATED] settings.Concurrency
[DEPRECATED] settings.ReadTimeout
[DEPRECATED] settings.WriteTimeout
[DEPRECATED] settings.TCPKeepalive
[DEPRECATED] settings.MaxConnsPerIP
[DEPRECATED] settings.ReadBufferSize
[DEPRECATED] settings.WriteBufferSize
[DEPRECATED] settings.ConcurrencySleep
[DEPRECATED] settings.DisableKeepAlive
[DEPRECATED] settings.ReduceMemoryUsage
[DEPRECATED] settings.MaxRequestsPerConn
[DEPRECATED] settings.TCPKeepalivePeriod

@Fenny Fenny closed this as completed Mar 4, 2020
@Fenny Fenny pinned this issue Mar 4, 2020
@Fenny Fenny unpinned this issue Mar 14, 2020
@Fenny Fenny pinned this issue Mar 14, 2020
@Fenny Fenny changed the title ๐ŸŽ๏ธ v1.8.2 release notes! ๐ŸŽ๏ธ v1.8.2 changelog Mar 14, 2020
@Fenny Fenny unpinned this issue Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant