v2.18.0
🚀 New
- Add encrypt cookies middleware (#1343)
https://docs.gofiber.io/api/middleware/encryptcookie - Add JSONDecoder to config (#1489)
🧹 Updates
- Session should not regenerate the ID in case Get() returned nil (#1493)
- Improve startup message tests (#1504)
- Update fasthttp from v1.26 to v1.29 (#1503)
- Add test run for go1.17 (#1501)
🐛 Fixes
- panic: unaligned 64-bit atomic operation [32 bit machines] #1487 (#1502)
- ctx.BodyParser was not able to parse vendor specific content type (#1506)
Thank you @amir9480, @natebwangsut, @pd-pranay and @shirshendubhowmick for making this update possible.