v2.52.8

gofiber/fiberv2.52.8May 22, 2025by ReneWerner87

AI Summary

Security fix release addressing a BodyParser vulnerability, backports the `ctx.String()` method from v3, and fixes routing issues with mount and static.

Key Highlights

  • Fix for BodyParser security vulnerability (GHSA-hg3g-gphw-5hhm)
  • Backport ctx.String() from v3
  • Fix routing with mount and static

Full Release Notes

## ๐Ÿ‘ฎ Security

* Fix for BodyParser - GHSA-hg3g-gphw-5hhm

## ๐Ÿงน Updates

* Backport ctx.String() from v3 by @gaby in https://github.com/gofiber/fiber/pull/3294


## ๐Ÿ› Bug Fixes

* Fix routing with mount and static by @ReneWerner87 in https://github.com/gofiber/fiber/pull/3454

## ๐Ÿ“š Documentation

* Update usage of ctx.Redirect() by @andradei in https://github.com/gofiber/fiber/pull/3417
* Add AGENTS.md by @gaby in https://github.com/gofiber/fiber/pull/3461


**Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.6...v2.52.8