Sourced from github.com/golang-jwt/jwt/v5's releases.
v5.2.2
What's Changed
- Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by
@mfridman
- Fixed some typos by
@Ashikpaul
in golang-jwt/jwt#382- build: add go1.22 to ci workflows by
@mfridman
in golang-jwt/jwt#383- Bump golangci/golangci-lint-action from 4 to 5 by
@dependabot
in golang-jwt/jwt#387- Bump golangci/golangci-lint-action from 5 to 6 by
@dependabot
in golang-jwt/jwt#389- chore: bump ci tests to include go1.23 by
@mfridman
in golang-jwt/jwt#405- Fix jwt -show by
@AlexanderYastrebov
in golang-jwt/jwt#406- docs: typo by
@kvii
in golang-jwt/jwt#407- Update SECURITY.md by
@oxisto
in golang-jwt/jwt#416- Update
jwt.Parse
example to usejwt.WithValidMethods
by@mattt
in golang-jwt/jwt#425New Contributors
@Ashikpaul
made their first contribution in golang-jwt/jwt#382@kvii
made their first contribution in golang-jwt/jwt#407@mattt
made their first contribution in golang-jwt/jwt#425Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2
0951d18
Merge commit from forkc035977
Update Parse example to use WithValidMethods (#425)bc8bdca
Update SECURITY.md (#416)5ec246c
docs: typo (#407)0123f1a
Fix jwt -show (#406)f961c72
chore: bump ci tests to include go1.23 (#405)62e504c
Bump golangci/golangci-lint-action from 5 to 6 (#389)1a56dcf
Bump golangci/golangci-lint-action from 4 to 5 (#387)c8043ea
build: add go1.22 to ci workflows (#383)7c3f6dc
Update README.md (#382)