Releases: labstack/echo-jwt
Releases · labstack/echo-jwt
v4.4.0
What's Changed
- Revert 'Return HTTP status 400 if missing JWT' to 401 by @aldas in #39
- Exception from secret scanning for example JWT in README.md by @castellotti in #37
- Add note to SigningMethod docs by @scjody in #30
- Update whitespace output example by @rlaope in #15
New Contributors
- @castellotti made their first contribution in #37
- @scjody made their first contribution in #30
- @rlaope made their first contribution in #15
Full Changelog: v4.3.1...v4.4.0
v4.3.1
Security
- update JWT + other dependencies (GHSA-mh63-6h87-95cp) by @aldas in #31
Full Changelog: v4.3.0...v4.3.1
v4.3.0
v4.2.1 - mostly dependency upgrades
v4.2.0 - Breaking change: upgraded `golang-jwt` to `v5`
Breaking change: golang-jwt/jwt has been upgraded to v5. Check/test all your code involved with JWT tokens/claims.
Search for github.com/golang-jwt/jwt/v4 and replace it with github.com/golang-jwt/jwt/v5
See https://github.com/golang-jwt/jwt/releases/tag/v5.0.0 for changes in v5
Enhancements
- Upgrade
golang-jwt/jwtlibrary tov5#9
v4.1.0
v4.0.1
First release for Echo `v4`
This is replacement JWT middleware for Echo framework. This versions uses newer JWT implementation github.com/golang-jwt/jwt/[email protected] which we can not upgrade to in core due backwards compatibility promises we try to maintain.