Releases: LdDl/fiber-long-poll
Releases · LdDl/fiber-long-poll
Update Fiber to v2.2.4
Update Fiber version to v2.2.4
v2.0.5
New Version - v2.0.0
Fiber v2 brought breaking changes.
- Replace
func(ctx *fiber.Ctx)
with
func(ctx *fiber.Ctx) error
- Replace
ctx.FastHttp()
ctx.Context()
- Update CORS to v2 for example
- Update go.mod
Version v1.0.0 - Compatible with Fiber v1.14.6
It works with Fiber v1.14.6.
Since v2 of Fiber makes breaking changes we need to do another major tag for it.