fiber
fiber copied to clipboard
š¤ [Question]: When will Fiber v3 be released?
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.
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 Is there a schedule?
@febelery As I've been following for a while, it's always next month. š« š
@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.
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 We are tagging rc2 this week.
when? i am waiting to test it and make my old app to migrate v3. thanks for information.
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 rc2 is now out https://github.com/gofiber/fiber/releases/tag/v3.0.0-rc.2