github gofiber/fiber v1.9.2

latest releases: v3.0.0-beta.3, v2.52.5, v3.0.0-beta.2...
4 years ago

Special thanks to József Sallai, Ray Mayemir, Encendre,Matthew Lee, Alireza Salary & Thomas van Vugt and everyone else who helped contribute to make this possible.

🔥 New

🧹 Updates

🧬 Middleware

🗑️ Deprecated

  • c.Body() is not used for form values anymore.
    Use c.FormValue() to access any form value.
  • c.Cookies() must have a key.
    If you want the raw cookie header please use c.Get("Cookies")

🗑️ Removed

Dependency Graph v1.9.2

Don't miss a new fiber release

NewReleases is sending notifications on new releases.