·
10 commits
to refs/heads/master
since this release
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 ofcom.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrant
- this affects the extension function
fun TokenRequest.tokenExchangeGrantOrNull()
- The
aud
property inIntrospectResponse
is now aList<String>
instead ofString
- The Docker image now uses Chainguard's jre:latest-dev base image for Docker healthcheck support
- See docker-compose.yaml for an example setup
⬆️ Dependency upgrades
- build(deps): bump okhttp to 5.1 (#884) @nilsmsa
- chore(deps): bump kotestVersion from 5.9.1 to 6.0.3 (#883) @dependabot[bot]
- chore(deps): bump gradle/actions from 4.4.2 to 4.4.3 in the github-actions group (#886) @dependabot[bot]
- chore(deps): bump io.projectreactor:reactor-test from 3.7.9 to 3.7.11 (#889) @dependabot[bot]
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.2.10 to 2.2.20 (#887) @dependabot[bot]
- chore(deps): bump io.netty:netty-codec-http from 4.2.5.Final to 4.2.6.Final (#888) @dependabot[bot]
- chore(deps): bump io.netty:netty-codec-http from 4.2.4.Final to 4.2.5.Final (#880) @dependabot[bot]
- chore(deps): bump actions/stale from 9 to 10 in the github-actions group (#877) @dependabot[bot]