fiber icon indicating copy to clipboard operation
fiber copied to clipboard

šŸ¤— [Question]: When will Fiber v3 be released?

Open pwtitle opened this issue 9 months ago • 4 comments

Question Description

When will Fiber v3 be released? I refresh Git and other sources for Fiber v3 releases almost every day to develop my new project, but the progress on Fiber v3 is too slow, with almost no significant advancements. It feels like this project is stuck, which makes me really frustrated. I’m facing difficulties in choosing between Gin and Fiber. I want to ask if Fiber v3 is still worth considering as the foundation framework for my long-term projects.

Code Snippet (optional)


Checklist:

  • [x] I agree to follow Fiber's Code of Conduct.
  • [x] I have checked for existing issues that describe my questions prior to opening this one.
  • [x] I understand that improperly formatted questions may be closed without explanation.

pwtitle avatar Feb 17 '25 15:02 pwtitle

There are a few of major tasks left back to release rc1 of fiber v3. I'd recommend you to develop your projects using v2 which is in stable state. v3 might have some breaking changes in the future, so i don't recommend using it for production until stable version released. You can migrate v2 to v3 easily when v3 is released.

efectn avatar Feb 17 '25 15:02 efectn

@efectn Is there a schedule?

febelery avatar Feb 18 '25 07:02 febelery

@febelery As I've been following for a while, it's always next month. šŸ« šŸ™ˆ

Numichi avatar Mar 08 '25 15:03 Numichi

@Numichi We are trying to add as many features, breaking changes and optimizations as we can before releasing.

No point in rushing a major release only to change things the week after as many projects do.

gaby avatar Mar 09 '25 15:03 gaby

v3 rc1 does not have extractors module so using csrf with session is not possible. :( because when modules are being downloaded, rc1 does not have extractors module. when you may publish rc2 or another version?

UlasSAYGINIM avatar Sep 28 '25 22:09 UlasSAYGINIM

@UlasSAYGINIM We are tagging rc2 this week.

gaby avatar Sep 28 '25 22:09 gaby

when? i am waiting to test it and make my old app to migrate v3. thanks for information.

UlasSAYGINIM avatar Sep 29 '25 08:09 UlasSAYGINIM

i got some errors about storage / sqlite too. but i am not sure what was it. please check and update csrf and session with SQLite recipe for v3. thank you.

UlasSAYGINIM avatar Sep 29 '25 08:09 UlasSAYGINIM

@UlasSAYGINIM rc2 is now out https://github.com/gofiber/fiber/releases/tag/v3.0.0-rc.2

gaby avatar Sep 29 '25 11:09 gaby