Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 06:43
1839faa

What's Changed

  • feat(build): use chainguard jre:latest-dev base image for docker healthcheck support (#882) @tronghn
  • fix(introspect): exp, iat, nbf claims were always null (#865) @Lutonite

⚠️ Breaking Changes

  • refactor: replace custom TokenExchangeGrant with Nimbus SDK grant (#732) @tommytroen
    • TokenExchangeGrant.kt has been removed in favor of com.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrant
    • this affects the extension function fun TokenRequest.tokenExchangeGrantOrNull()
  • The aud property in IntrospectResponse is now a List<String> instead of String
  • The Docker image now uses Chainguard's jre:latest-dev base image for Docker healthcheck support

⬆️ Dependency upgrades