Skip to content

Releases: LdDl/fiber-long-poll

Update Fiber to v2.2.4

10 Dec 09:58
Compare
Choose a tag to compare

v2.0.5

02 Oct 08:31
Compare
Choose a tag to compare

Update Fiber version to v2.0.5

New Version - v2.0.0

25 Sep 07:32
Compare
Choose a tag to compare

Fiber v2 brought breaking changes.

  1. Replace
func(ctx *fiber.Ctx)

with

func(ctx *fiber.Ctx) error
  1. Replace
ctx.FastHttp()
ctx.Context()
  1. Update CORS to v2 for example
  2. Update go.mod

Version v1.0.0 - Compatible with Fiber v1.14.6

25 Sep 05:46
Compare
Choose a tag to compare

It works with Fiber v1.14.6.
Since v2 of Fiber makes breaking changes we need to do another major tag for it.