Releases: navikt/mock-oauth2-server
Releases · navikt/mock-oauth2-server
3.0.1
What's Changed
⬆️ Dependency upgrades
- chore(deps): bump ktorVersion from 3.3.0 to 3.3.1 (#903) @dependabot[bot]
- chore(deps): bump kotestVersion from 6.0.3 to 6.0.4 (#905) @dependabot[bot]
- chore(deps): bump plugin.serialization from 2.2.0 to 2.2.21 (#907) @dependabot[bot]
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 (#906) @dependabot[bot]
- chore(deps): bump com.squareup.okhttp3:mockwebserver from 5.1.0 to 5.2.1 (#902) @dependabot[bot]
- refactor: bump ktor examples from 2.3 to ktor 3.3.0 (#901) @tommytroen
- chore(deps): bump gradle/actions from 4.4.3 to 5.0.0 in the github-actions group across 1 directory (#899) @dependabot[bot]
- chore(deps): bump junitJupiterVersion from 5.13.4 to 6.0.0 (#896) @dependabot[bot]
- chore(deps): bump com.github.ben-manes.versions from 0.52.0 to 0.53.0 (#897) @dependabot[bot]
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 (#898) @dependabot[bot]
- chore(deps): bump springBootVersion from 3.5.5 to 3.5.6 (#890) @dependabot[bot]
- chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.81 to 1.82 (#892) @dependabot[bot]
- chore(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.28 to 11.29.1 (#893) @dependabot[bot]
- chore(deps): bump org.assertj:assertj-core from 3.27.4 to 3.27.6 (#894) @dependabot[bot]
3.0.0
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.kthas been removed in favor ofcom.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrant- this affects the extension function
fun TokenRequest.tokenExchangeGrantOrNull()
- The
audproperty inIntrospectResponseis 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]
2.3.0
2.2.1
What's Changed
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
⬆️ Dependency upgrades
- chore(deps): bump the github group across 1 directory with 16 updates (#846) @dependabot[bot]
- chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 in the github group (#836) @dependabot[bot]
Full Changelog: 2.1.11...2.2.0
2.1.11
What's Changed
⬆️ Dependency upgrades
- chore(deps): bump the github group across 1 directory with 19 updates (#833) @dependabot[bot]
- chore(deps): bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 in the github group (#812) @dependabot[bot]
- chore(deps): bump the github group across 1 directory with 13 updates (#818) @dependabot[bot]
- chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 in the github group (#801) @dependabot[bot]
- chore(deps): bump the github group across 1 directory with 14 updates (#810) @dependabot[bot]
- chore(deps): bump the github group across 1 directory with 32 updates (#789) @dependabot[bot]
- chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.7.2 in the github group across 1 directory (#776) @dependabot[bot]
- chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 in the github group across 1 directory (#747) @dependabot[bot]
- chore(deps): bump the github group across 1 directory with 21 updates (#765) @dependabot[bot]
2.1.10
What's Changed
- fix(logback): set logback severity back to INFO (#753) @jenspav
- fix(readme): replace scope with code (#754) @jenspav
- feat: support custom TimeProvider when validating tokens (introspect, userinfo) (#730) @tommytroen
⬆️ Dependency upgrades
- chore(deps): bump the github group with 7 updates (#734) @dependabot
- chore(deps): bump the github group across 1 directory with 2 updates (#733) @dependabot
2.1.9
What's Changed
- chore(build): netty-all with netty-codec-http (#723) @ybelMekk
- Fix/704 response types (#710) @pniederlag
⬆️ Dependency upgrades
- chore(deps): bump the github group across 1 directory with 5 updates (#726) @dependabot
- chore: bumped gradle wrapper to 8.9 (#724) @MikAoJk
- chore(deps): bump the github group across 1 directory with 17 updates (#722) @dependabot
- chore(deps): bump the github group across 1 directory with 2 updates (#715) @dependabot
2.1.8
What's Changed
🐛 Bug Fixes
- fix: extend wellknown return values (#704) (#706) @pniederlag
⬆️ Dependency upgrades
- chore(deps): bump the github group across 1 directory with 20 updates (#709) @dependabot
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.3 to 1.7.0 in the github group (#702) @dependabot
2.1.7
What's Changed
🚀 Features
- feat: support objects and lists in request mapping claims (#699) @tommytroen