Skip to content

2.0.0

Compare
Choose a tag to compare
@ybelMekk ybelMekk released this 13 Sep 07:31
· 99 commits to master since this release

What's Changed

馃殌 Features

  • feat: allow to configure clientId as sub in RequestMapping (#532) @kvokacka
  • feat: serve static assets, support wildcard path in routes (#526) @tommytroen
  • feat(oauth2): add state when provided (#524) @ybelMekk

鈿狅笍 Breaking Changes

  • feat: serve static assets, support wildcard path in routes (#526) @tommytroen

猬嗭笍 Dependency upgrades

  • chore(deps): bump actions/checkout from 3 to 4 (#540) @dependabot
  • chore(deps): bump kotestVersion from 5.7.1 to 5.7.2 (#541) @dependabot
  • chore(deps): bump com.github.ben-manes.versions from 0.47.0 to 0.48.0 (#542) @dependabot
  • chore(deps): bump kotestVersion from 5.6.2 to 5.7.1 (#539) @dependabot
  • chore(deps): bump ktorVersion from 2.3.3 to 2.3.4 (#534) @dependabot
  • chore(deps): bump org.jetbrains.dokka from 1.8.20 to 1.9.0 (#538) @dependabot
  • chore(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.13.2 to 10.14.2 (#537) @dependabot
  • chore(deps): bump org.yaml:snakeyaml from 2.0 to 2.2 (#536) @dependabot
  • chore(deps): bump com.fasterxml.woodstox:woodstox-core from 6.4.0 to 6.5.1 (#535) @dependabot
  • chore(deps): bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.0 to 1.9.10 (#529) @dependabot
  • chore(deps): bump jvm from 1.9.0 to 1.9.10 (#528) @dependabot
  • chore(deps): bump io.netty:netty-all from 4.1.96.Final to 4.1.97.Final (#527) @dependabot
  • chore(deps): bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.11 (#521) @dependabot
  • chore(deps): bump io.projectreactor:reactor-test from 3.4.24 to 3.5.9 (#523) @dependabot
  • chore(deps): bump org.jmailen.kotlinter from 3.15.0 to 3.16.0 (#522) @dependabot
  • chore(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.11 to 10.13.2 (#520) @dependabot
  • chore(deps): bump io.netty:netty-all from 4.1.94.Final to 4.1.96.Final (#515) @dependabot
  • chore(deps): bump ktorVersion from 2.3.2 to 2.3.3 (#517) @dependabot
  • chore(deps): bump junitJupiterVersion from 5.9.3 to 5.10.0 (#512) @dependabot
  • chore(deps): bump springBootVersion from 3.1.1 to 3.1.2 (#510) @dependabot

馃毀 Fix