Releases: navikt/token-support
Releases · navikt/token-support
2.0.17
What's Changed
- respect no_proxy setting when opening connection (#536) @jan-olaveide
- [Snyk] Security upgrade no.nav.security:mock-oauth2-server from 0.4.6 to 0.4.7 (#535) @snyk-bot
2.0.16
What's Changed
⬆️ Dependency upgrades
- build(deps): bump kotest.version from 5.2.3 to 5.3.0 (#533) @dependabot
- build(deps): bump caffeine from 3.0.6 to 3.1.0 (#531) @dependabot
- build(deps): bump mock-oauth2-server from 0.4.5 to 0.4.6 (#532) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.34 to 9.35 (#530) @dependabot
- build(deps): bump nimbus-jose-jwt from 9.21.1 to 9.22 (#529) @dependabot
2.0.15
What's Changed
⬆️ Dependency upgrades
- build(deps): bump kotest.version from 5.2.2 to 5.2.3 (#520) @dependabot
- build(deps): bump nimbus-jose-jwt from 9.21 to 9.21.1 (#528) @dependabot
- build(deps): bump spring-boot.version from 2.6.6 to 2.6.7 (#527) @dependabot
- build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#526) @dependabot
- build(deps): bump mock-oauth2-server from 0.4.4 to 0.4.5 (#525) @dependabot
- build(deps): bump kotlin.version from 1.6.20 to 1.6.21 (#524) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.33 to 9.34 (#523) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.32 to 9.33 (#522) @dependabot
- build(deps): bump rest-assured.version from 5.0.0 to 5.0.1 (#519) @dependabot
- build(deps): bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (#518) @dependabot
- build(deps): bump kotlin.version from 1.6.10 to 1.6.20 (#517) @dependabot
- build(deps): bump spring-boot.version from 2.6.5 to 2.6.6 (#516) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.31.1 to 9.32 (#515) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.31 to 9.31.1 (#514) @dependabot
- build(deps): bump rest-assured.version from 4.5.1 to 5.0.0 (#512) @dependabot
- build(deps): bump kotest.version from 5.2.1 to 5.2.2 (#513) @dependabot
2.0.14
What's Changed
- TokenExpiryFilter ryddet litt i
- Reinsert fa0576bde8dd0… (#509) @qtips
⬆️ Dependency upgrades
- build(deps): bump spring-boot.version from 2.6.4 to 2.6.5 (#508) @dependabot
2.0.13
What's Changed
- revert (#506) @jan-olaveide
- kotlinize (#505) @jan-olaveide
⬆️ Dependency upgrades
- build(deps): bump oauth2-oidc-sdk from 9.29 to 9.31 (#503) @dependabot
- build(deps): bump caffeine from 3.0.5 to 3.0.6 (#504) @dependabot
2.0.12
What's Changed
- idiomatic kotlin, robustify interceptor (#502) @jan-olaveide
⬆️ Dependency upgrades
- build(deps): bump kotest.version from 5.1.0 to 5.2.1 (#497) @dependabot
- build(deps): bump ktor.version from 1.6.7 to 1.6.8 (#500) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.28 to 9.29 (#501) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.27.1 to 9.28 (#498) @dependabot
2.0.11
What's Changed
- When filter is registred through FilterRegistrationBean it cannot use… (#499) @espenwaaga
⬆️ Dependency upgrades
- build(deps): bump logback-classic from 1.2.10 to 1.2.11 (#490) @dependabot
- build(deps-dev): bump groovy from 3.0.9 to 3.0.10 (#491) @dependabot
- build(deps): bump nimbus-jose-jwt from 9.20 to 9.21 (#492) @dependabot
- build(deps): bump oauth2-oidc-sdk from 9.27 to 9.27.1 (#493) @dependabot
- build(deps): bump mock-oauth2-server from 0.4.3 to 0.4.4 (#494) @dependabot
- build(deps): bump maven-compiler-plugin from 3.10.0 to 3.10.1 (#496) @dependabot
2.0.10
What's Changed
- Make registration of BearerTokenRequestInterceptor optional using property no.nav.security.jwt.dont-propagate-bearertoken . Not setting it ensures registration as before. Set to true if no registration is required (#488) @jan-olaveide
2.0.9
2.0.8
What's Changed
- No changes