gofiber/fiber latest releasev3.3.0
🚀 New
- Add support for configuring the Regex engine on the router (#4254)
Swap the compiler used for
regex()route constraints. Assign a drop-in engine such ascoregex.MustCompilefor faster matching;Fiber reuses the compiled matcher across requests.