gofiber/fiber
 Watch   
 Star   
 Fork   
24 days ago
fiber

v3.0.0-rc.3

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our https://docs.gofiber.io/next/whats_new

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-rc.2...v3.0.0-rc.3

24 days ago
fiber

v2.52.10

🐛 Bug Fixes

📚 Documentation

New Contributors

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

2025-09-29 18:57:20
fiber

v3.0.0-rc.2

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our
https://docs.gofiber.io/next/whats_new

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-rc.1...v3.0.0-rc.2

2025-08-26 14:58:11
fiber

v3.0.0-rc.1

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our
https://docs.gofiber.io/next/whats_new

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-beta.5...v3.0.0-rc.1

2025-07-20 22:38:31
fiber

v3.0.0-beta.5

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our docs:
https://docs.gofiber.io/next/whats_new

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-beta.4...v3.0.0-beta.5

2025-07-20 21:43:40
fiber

v2.52.9

🐛 Bug Fixes

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

2025-05-22 15:00:28
fiber

v2.52.8

👮 Security

  • Fix for BodyParser - GHSA-hg3g-gphw-5hhm

🧹 Updates

🐛 Bug Fixes

📚 Documentation

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

2025-01-01 01:04:19
fiber

v2.52.6

🐛 Bug Fixes

📚 Documentation

🛠️ Maintenance

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.5...v2.52.6

2025-01-01 00:00:40
fiber

v3.0.0-beta.4

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-beta.3...v3.0.0-beta.4

2024-07-01 04:11:08
fiber

v2.52.5

👮 Security

Middleware/session: Session Middleware Token Injection Vulnerability - GHSA-98j2-3j3p-fw2v

https://docs.gofiber.io/api/middleware/session

🧹 Updates

  • Middleware/session: Remove extra release and aquire ctx calls in session_test.go (#3043)

🐛 Bug Fixes

  • Middleware/monitor: middleware reporting of CPU usage (#2984)
  • Middleware/session: mutex for thread safety (#3050)

📚 Documentation

  • Improve ctx.Locals method description and example (#3030)
  • Improve ctx.Locals method documentation (#3033)
  • Update README_id.md (#3045)

Full Changelog: https://github.com/gofiber/fiber/compare/v2.52.4...v2.52.5

Thank you @nyufeng, @PaulTitto and @sixcolors for making this update possible.