v2.52.10
gofiber/fiberv2.52.10Nov 19, 2025by ReneWerner87
AI Summary
Bug fix release addressing issues with filesystem handling, recover middleware panic output formatting, and Immutable config enforcement.
Key Highlights
- Fix invalid path handling in filesystem
- Fix recover middleware panic output formatting
- Fix enforcement of Immutable config for edge cases
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v2 --> ### 🐛 Bug Fixes * Handle invalid path in filesystem by @rokostik in https://github.com/gofiber/fiber/pull/3688 * Fix recover middleware panic output formatting by @ReneWerner87 in https://github.com/gofiber/fiber/pull/3818 * Fix enforcement of Immutable config for some edge cases by @gaby in https://github.com/gofiber/fiber/pull/3835 ### 📚 Documentation * Document RoutePatternMatch by @ReneWerner87 in https://github.com/gofiber/fiber/pull/3723 ## New Contributors * @rokostik made their first contribution in https://github.com/gofiber/fiber/pull/3688 **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.9...v2.52.10