jwt-go icon indicating copy to clipboard operation
jwt-go copied to clipboard

Release latest stable tag for release_4_0_0

Open RO-29 opened this issue 4 years ago • 3 comments

Hi, My project uses release tag for all the dependencies, is there any plan to release the stable version of release_4_0_0 branch which has the go modules support

Last stable tag release is of 2018 that too without go mod support

Thanks for looking into it

RO-29 avatar Aug 20 '20 08:08 RO-29

I'm allready using v4.0.0-preview1 for some weeks now. Feels stable, i did not encounter a single error. It's working in production code. Would be happy to have a "stable" release for v4

https://github.com/Nerzal/gocloak/pull/196

Nerzal avatar Aug 24 '20 20:08 Nerzal

I use Echo and I would like to use v4 but I think we'd need a stable release before it's updated.

torrayne avatar Aug 28 '20 15:08 torrayne

It looks like v4 is using go modules, you will need to deal with the changes

go get github.com/dgrijalva/jwt-go/v4

ksegun avatar Oct 31 '20 04:10 ksegun