Skip to content

Releases: navikt/mock-oauth2-server

0.4.2

25 Jan 07:54
c8e2ed8
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Parse host:port in host header for proxied connections (#187) @fgstewart

⬆️ Dependency upgrades

0.4.1

04 Jan 14:13
54537f1
Compare
Choose a tag to compare

What's Changed

  • fix: add static check for incompatible mockwebserver version (#142) @tronghn

🚀 Features

⚠️ Breaking Changes

⬆️ Dependency upgrades

  • manual chore(deps):
    • bump gradle wrapper from 7.1.1 to 7.3.3
    • jackson from 2.13.0 to 2.13.1
    • kotest from 4.6.3 to 5.0.3 (#167) @ybelMekk
  • chore(deps): bump assertj-core from 3.21.0 to 3.22.0 (#165) @dependabot
  • chore(deps): bump springBootVersion from 2.5.6 to 2.6.2 (#160) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.19 to 9.20.1 (#163) @dependabot
  • chore(deps): bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 (#166) @dependabot
  • chore(deps): bump com.github.johnrengelman.shadow from 7.1.0 to 7.1.2 (#164) @dependabot
  • chore(deps): bump kotlin-logging from 2.0.11 to 2.1.21 (#153) @dependabot
  • chore(deps): bump jvm from 1.5.31 to 1.6.10 (#146) @dependabot
  • chore(deps): bump kotlin-test-junit5 from 1.5.31 to 1.6.10 (#145) @dependabot
  • chore(deps): bump ktorVersion from 1.6.4 to 1.6.7 (#159) @dependabot
  • chore(deps): bump org.jmailen.kotlinter from 3.6.0 to 3.8.0 (#154) @dependabot
  • chore(deps): bump netty-all from 4.1.69.Final to 4.1.72.Final (#147) @dependabot
  • chore(deps): bump bcpkix-jdk15on from 1.69 to 1.70 (#161) @dependabot
  • chore(deps): bump reactor-test from 3.4.11 to 3.4.13 (#150) @dependabot
  • chore(deps): bump junitJupiterVersion from 5.8.1 to 5.8.2 (#158) @dependabot
  • chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (#136) @dependabot
  • chore(deps): bump mockwebserver from 4.9.2 to 4.9.3 (#134) @dependabot
  • chore(deps): bump ktorVersion from 1.6.4 to 1.6.5 (#122) @dependabot
  • chore(deps): bump actions/setup-java from 2.3.1 to 2.5.0 (#155) @dependabot
  • chore(deps): bump logback-classic from 1.2.6 to 1.2.10 (#157) @dependabot

0.4.0

02 Nov 08:39
d081410
Compare
Choose a tag to compare

What's Changed

🚀 Features

⚠️ Breaking Changes

  • feat: allow external login page (#118) @jp7677
    • parameter loginPagePath added to constructor for OAuth2Config class

⬆️ Dependency upgrades

  • chore(deps): bump actions/setup-java from 2.2.0 to 2.3.1 (#103) @dependabot
  • chore(deps): bump se.patrikerdes.use-latest-versions from 0.2.17 to 0.2.18 (#120) @dependabot
  • chore(deps): bump springBootVersion from 2.5.5 to 2.5.6 (#116) @dependabot
  • chore(deps): bump reactor-test from 3.4.10 to 3.4.11 (#111) @dependabot
  • chore(deps): bump netty-all from 4.1.68.Final to 4.1.69.Final (#110) @dependabot
  • chore(deps): bump com.github.johnrengelman.shadow from 7.0.0 to 7.1.0 (#108) @dependabot
  • chore(deps): bump ktorVersion from 1.6.3 to 1.6.4 (#107) @dependabot
  • chore(deps): bump jacksonVersion from 2.12.5 to 2.13.0 (#105) @dependabot
  • chore(deps): bump mockwebserver from 4.9.1 to 4.9.2 (#106) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.17 to 9.19 (#115) @dependabot

0.3.6

15 Oct 09:18
1893e52
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: allow custom claims in login form (#113) @jp7677

⬆️ Dependency upgrades

  • chore(deps): bump springBootVersion from 2.5.4 to 2.5.5 (#100) @dependabot
  • chore(deps): bump assertj-core from 3.20.2 to 3.21.0 (#94) @dependabot
  • chore(deps): bump ktorVersion from 1.6.2 to 1.6.3 (#86) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.15 to 9.17 (#99) @dependabot
  • chore(deps): bump junitJupiterVersion from 5.7.2 to 5.8.1 (#101) @dependabot
  • chore(deps): bump reactor-test from 3.4.9 to 3.4.10 (#93) @dependabot
  • chore(deps): bump netty-all from 4.1.67.Final to 4.1.68.Final (#91) @dependabot
  • chore(deps): bump kotestVersion from 4.6.2 to 4.6.3 (#96) @dependabot
  • chore(deps): bump logback-classic from 1.2.5 to 1.2.6 (#90) @dependabot
  • chore(deps): bump jvm from 1.5.30 to 1.5.31 (#95) @dependabot
  • chore(deps): bump kotlin-test-junit5 from 1.5.30 to 1.5.31 (#97) @dependabot

0.3.5

10 Sep 07:53
e6ad817
Compare
Choose a tag to compare

What's Changed

🚀 Features

⚠️ Breaking Changes

⬆️ Dependency upgrades

  • chore(deps): bump jvm from 1.5.21 to 1.5.30 (#83) @dependabot
  • chore(deps): bump kotlin-test-junit5 from 1.5.21 to 1.5.30 (#84) @dependabot
  • chore(deps): bump org.jmailen.kotlinter from 3.5.1 to 3.6.0 (#88) @dependabot
  • chore(deps): bump org.jmailen.kotlinter from 3.5.0 to 3.5.1 (#85) @dependabot
  • chore(deps): bump jacksonVersion from 2.12.4 to 2.12.5 (#87) @dependabot
  • chore(deps): bump kotestVersion from 4.6.1 to 4.6.2 (#82) @dependabot
  • chore(deps): bump kotlin-logging from 2.0.10 to 2.0.11 (#81) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.13 to 9.15 (#79) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.12 to 9.13 (#78) @dependabot
  • chore(deps): bump springBootVersion from 2.5.3 to 2.5.4 (#77) @dependabot
  • chore(deps): bump com.github.johnrengelman.shadow from 6.1.0 to 7.0.0 (#69) @dependabot
  • chore(deps): bump oauth2-oidc-sdk from 9.7 to 9.12 (#74) @dependabot
  • chore(deps): bump logback-classic from 1.2.3 to 1.2.5 (#72) @dependabot
  • chore(deps): bump org.jmailen.kotlinter from 3.4.4 to 3.5.0 (#71) @dependabot
  • chore(deps): bump jacksonVersion from 2.12.3 to 2.12.4 (#66) @dependabot
  • chore(deps): bump com.google.cloud.tools.jib from 3.1.3 to 3.1.4 (#67) @dependabot
  • chore(deps): bump se.patrikerdes.use-latest-versions from 0.2.16 to 0.2.17 (#68) @dependabot
  • chore(deps): bump kotlin-logging from 2.0.6 to 2.0.10 (#70) @dependabot
  • chore(deps): bump bcpkix-jdk15on from 1.68 to 1.69 (#73) @dependabot
  • chore(deps): bump com.google.cloud.tools.jib from 2.8.0 to 3.1.3 (#64) @dependabot
  • chore(deps): bump actions/setup-java from 1 to 2.2.0 (#54) @dependabot
  • chore(deps): bump ktorVersion from 1.5.3 to 1.6.2 (#62) @dependabot
  • chore(deps): bump netty-all from 4.1.65.Final to 4.1.67.Final (#57) @dependabot
  • chore(deps): bump springBootVersion from 2.5.2 to 2.5.3 (#58) @dependabot
  • chore(deps): bump jvm from 1.4.32 to 1.5.21 (#61) @dependabot
  • chore(deps): bump kotlin-test-junit5 from 1.5.10 to 1.5.21 (#59) @dependabot
  • chore(deps): bump assertj-core from 3.19.0 to 3.20.2 (#60) @dependabot
  • chore(deps): bump reactor-test from 3.4.7 to 3.4.9 (#65) @dependabot
  • chore(deps): bump com.github.ben-manes.versions from 0.38.0 to 0.39.0 (#63) @dependabot
  • chore(deps): bump kotestVersion from 4.6.0 to 4.6.1 (#56) @dependabot
  • chore(deps): bump actions/cache from 1 to 2.1.6 (#55) @dependabot

0.3.4

28 Jun 08:44
66e7569
Compare
Choose a tag to compare

What's Changed

🚀 Features

0.3.3

20 May 07:56
0bf7acb
Compare
Choose a tag to compare

🚀 Features

  • Support different signing keys per issuer (issuerId) (#44) @tommytroen

🧰 Maintenance

🐛 Bug Fixes

0.3.2

22 Mar 15:53
30c523c
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • allow additional claims from tokencallback for token_exchange and jwt_bearer grants (#37) @tommytroen
  • configure standalone server/docker image (#34) @tommytroen
  • support "multisegment" issuer (#31) @tommytroen

⬆️ Dependency upgrades

  • com.fasterxml.jackson.core:jackson-databind [2.12.1 -> 2.12.2]
  • com.fasterxml.jackson.module:jackson-module-kotlin [2.12.1 -> 2.12.2]
  • com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin [0.36.0 -> 0.38.0]
  • com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin [2.7.1 -> 2.8.0]
  • com.nimbusds:oauth2-oidc-sdk [8.36 -> 9.2.3]
  • io.codearte.nexus-staging:io.codearte.nexus-staging.gradle.plugin [0.22.0 -> 0.30.0]
  • io.github.microutils:kotlin-logging [2.0.4 -> 2.0.6]
  • io.kotest:kotest-assertions-core-jvm [4.4.1 -> 4.4.3]
  • io.kotest:kotest-runner-junit5-jvm [4.4.1 -> 4.4.3]
  • io.netty:netty-all [4.1.59.Final -> 4.1.60.Final]
  • org.jetbrains.kotlin:kotlin-reflect [1.4.30 -> 1.4.32]
  • org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable [1.4.30 -> 1.4.32]
  • org.jetbrains.kotlin:kotlin-stdlib [1.4.30 -> 1.4.32]
  • org.jetbrains.kotlin:kotlin-test-junit5 [1.4.30 -> 1.4.32]
  • org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin [1.4.30 -> 1.4.32]

0.3.1

26 Jan 13:31
b78660a
Compare
Choose a tag to compare

What's Changed

  • bug: ensure content-length is set on 404 responses by setting body to "" in MockResponse

0.3.0.RC2

19 Jan 15:08
1aca90e
Compare
Choose a tag to compare
0.3.0.RC2 Pre-release
Pre-release

What's Changed

🚀 Features

⬆️ Dependency upgrades