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.3 #224

Merged
merged 5 commits into from
Mar 14, 2020
Merged

v1.8.3 #224

merged 5 commits into from
Mar 14, 2020

Conversation

Fenny
Copy link
Member

@Fenny Fenny commented Mar 14, 2020

v1.8.3 Changelog

All future middleware will be external so we can update/add features without updating the main version.

[NEW] https:/gofiber/basicauth
[NEW] https:/gofiber/compression #222
[NEW] https:/gofiber/cors
[NEW] https:/gofiber/helmet
[NEW] https:/gofiber/limiter
[NEW] https:/gofiber/logger
[NEW] https:/gofiber/recover
[NEW] https:/gofiber/requestid
[NEW] https:/gofiber/websocket

[FIX] Locals are supported in new WebSocket middleware #205
[FIX] Route params are not effected by CaseSensitive anymore #214
[FIX] Header duplication / Normalization #216

[DEPRECATED] app.WebSocket()
[DEPRECATED] settings.Compression
[DEPRECATED] middleware.BasicAuth()
[DEPRECATED] middleware.Cors()
[DEPRECATED] middleware.Helmet()
[DEPRECATED] middleware.Limiter()
[DEPRECATED] middleware.Logger()
[DEPRECATED] middleware.Recover()
[DEPRECATED] middleware.RequestID()

context.go Outdated Show resolved Hide resolved
@Fenny Fenny merged commit 520d2ce into gofiber:master Mar 14, 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

Successfully merging this pull request may close these issues.

2 participants