Releases: gofiber/fiber
Releases · gofiber/fiber
v2.2.5
Thank you @kiyonlin, @kirillDanshin, @hi019, @erikdubbelboer, @ReneWerner87
🧹 Updates
- Bump fasthttp to
v1.18
https://github.com/valyala/fasthttp/releases/tag/v1.18.0 #1070 - Removing newlines in header values is now implemented in fasthttp.
- Improve round2 performance in fh
- Refactor
BodyParser
#1073 - Fix some linting #1044
- Remove redundant validation for
CacheDuration
inStatic
#1069 BodyParser
returns anErrUnprocessableEntity
when an invalid content-type is present. #1067
🩹 Fixes
- Fix duplicate cookie name in
csrf
middleware #1068
v2.2.4
🔥 New
- Introduce
store.RegisterType(i interface{})
to allow custom types/structs to be stored in external Storage providers ( session mw ) #1051
🩹 Fixes
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.4
v2.1.3
v2.1.2
🔥 New
- Add Storage interface for future adaptors #964
- Add Storage to limiter and cache middleware #973
- Add
locals:key
to logger middleware #976
🧹 Updates
- Add more unit tests to csrf #960
- Improve csrf mw #959
- Add memory storage to csrf mw #958
- Correct csrf comment #955 #956 #957
- Add missing header and types to compress mw #962
- Adjust multiple comments for linter #963
- Update favicon example #966
- CSRF token is valid per session #972