Skip to content

Echo 5 support is located in `echo-contrib/v5` series

Choose a tag to compare

@aldas aldas released this 31 Jan 15:39
· 3 commits to master since this release
649eb88

Echo 5 support was introduced in this repository with the v0.50.0 release. However, this also means that users who are still on Echo 4 and run go get -u ./... will inadvertently pull in Echo 5, which they neither want nor need at this time.

For now we will release Echo 5 support as v5 major version.

go get github.com/labstack/echo-contrib/v5

NB: v0.50.0 will be retracted in v0.x.y series and v0+ will only support Echo 4.

Apologies for the inconvenience.

Relates to #142