v2.52.11
gofiber/fiberv2.52.11Jan 31, 2026by ReneWerner87
AI Summary
Patch release improving mount functionality and backporting defensive copying fixes from v3, plus limiter middleware improvements.
Key Highlights
- Improved mount functionality
- Backported defensive copying fixes from v3
- Limiter middleware fixes and improvements
New Features
- Mount functionality improvements
- Defensive copying for memory safety
- Limiter middleware enhancements
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v2 --> ## What's Changed ### 🧹 Updates * Improve mount functionality by @gaby in https://github.com/gofiber/fiber/pull/3900 ### 🐛 Bug Fixes * Backport defensive copying fixes from #3828 and #3829 to v2 by @sixcolors in https://github.com/gofiber/fiber/pull/3888 * Fixes and improvements for limiter middleware by @gaby in https://github.com/gofiber/fiber/pull/3899 **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11