Releases: Sovietaced/okta-jwt-verifier
Releases · Sovietaced/okta-jwt-verifier
v0.8.1
v0.8.0
What's Changed
- fixup README (#57) @Sovietaced
📖 Documentation
- Update README for background fetching (#58) @Sovietaced
v0.7.0
What's Changed
- Add golangci lint to CI (#55) @Sovietaced
🐛 Bug Fixes
- Don't validate audience by default (#56) @Sovietaced
📦 Dependency updates
- Bump github.com/MicahParks/keyfunc/v3 from 3.3.2 to 3.3.3 (#47) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.28.0 (#52) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.52.0 to 0.53.0 (#54) @dependabot
- Bump go.opentelemetry.io/otel from 1.27.0 to 1.28.0 (#53) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.27.0 (#51) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.51.0 to 0.52.0 (#49) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.17 to 0.5.18 (#48) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.50.0 to 0.51.0 (#44) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0 (#46) @dependabot
v0.6.0
What's Changed
🚀 Features
- Add background fetch for JWT sets (#43) @Sovietaced
- Improve background metadata behavior (#42) @Sovietaced
📦 Dependency updates
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.49.0 to 0.50.0 (#41) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.24.0 to 1.25.0 (#39) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.9 to 3.3.2 (#37) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.16 to 0.5.17 (#38) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.15 to 0.5.16 (#36) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.8 to 3.2.9 (#34) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.7 to 3.2.8 (#33) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.5 to 3.2.7 (#31) @dependabot
- Bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 (#30) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.12 to 0.5.13 (#29) @dependabot
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#28) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.48.0 to 0.49.0 (#27) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0 (#25) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.23.0 to 1.23.1 (#23) @dependabot
- Bump go.opentelemetry.io/otel from 1.23.0 to 1.23.1 (#22) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.47.0 to 0.48.0 (#21) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.22.0 to 1.23.0 (#20) @dependabot
- Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.0 (#19) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.4 to 3.2.5 (#17) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.7 to 0.5.10 (#16) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.2.3 to 3.2.4 (#13) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.6 to 0.5.7 (#15) @dependabot
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.47.0 (#14) @dependabot
- Bump go.opentelemetry.io/otel/sdk from 1.21.0 to 1.22.0 (#12) @dependabot
- Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 (#11) @dependabot
- Bump github.com/MicahParks/keyfunc/v3 from 3.1.2 to 3.2.3 (#10) @dependabot
- Bump github.com/MicahParks/jwkset from 0.5.5 to 0.5.6 (#9) @dependabot
v0.5.0
What's Changed
🚀 Features
- Add support for fetching metadata in the background (#8) @Sovietaced
📖 Documentation
- Add support for fetching metadata in the background (#8) @Sovietaced
v0.4.0
What's Changed
🚀 Features
- Add support for leeway (#7) @Sovietaced
📦 Dependency updates
- Bump github.com/MicahParks/keyfunc/v3 from 3.1.1 to 3.1.2 (#5) @dependabot
v0.3.0
What's Changed
- Return implementation agnostic Jwt struct when verifying (#4) @Sovietaced
v0.2.0
What's Changed
- Add support for verifying access token (#3) @Sovietaced
- Add examples to README (#2) @Sovietaced
v0.1.0
What's Changed
- Initial implementation (#1) @Sovietaced