gofiber / fiber

⚡️ Express inspired web framework written in Go
https://gofiber.io
MIT License
33.99k stars 1.67k forks source link

🤗 [Question]: When will fiber 3 be production ready #3091

Open AshwinTayson opened 3 months ago

AshwinTayson commented 3 months ago

Question Description

We are looking into Fiber performance and features. I would like to understand if there is a timeline on the production ready release. This would help us plan our project better.

Code Snippet (optional)

package main

import "github.com/gofiber/fiber/v3"
import "log"

func main() {
  app := fiber.New()

  // An example to describe the question

  log.Fatal(app.Listen(":3000"))
}

Checklist:

welcome[bot] commented 3 months ago

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

ReneWerner87 commented 3 months ago

https://github.com/gofiber/fiber/issues/3004#issuecomment-2116956430

we are currently not the fastest and it will probably be delayed again, some points take longer than expected and we don't have a final date

febelery commented 2 months ago

anything new? @ReneWerner87

ReneWerner87 commented 2 months ago

not really, there are still work todo

ReneWerner87 commented 3 weeks ago

we are still trying to get some features with breaking changes into the release before we bring the new feature online to prevent breaking changes in the future