v2.52.9

gofiber/fiberv2.52.9Jul 20, 2025by ReneWerner87

AI Summary

Bug fix release addressing parser index limits, embedded struct parsing, and Content-Type comparison logic.

Key Highlights

  • Add upper index limit for parsers
  • Fix embedded struct parsing
  • Fix Content-Type comparison in `Is()`

Full Release Notes

## 🐛 Bug Fixes

* Add upper index limit for parsers by @gaby in https://github.com/gofiber/fiber/pull/3503
* Embedded struct parsing by @ReneWerner87 in https://github.com/gofiber/fiber/pull/3478
* Fix Content-Type comparison in `Is()` by @gaby in https://github.com/gofiber/fiber/pull/3537
* Fix MIME type equality checks by @gaby in https://github.com/gofiber/fiber/pull/3603

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