Skip to content

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 16 May 17:03

pk-auth 0.9.0

Maven Central

Add the modules you need (all share the same version):

implementation("com.codeheadsystems:pk-auth-spring-boot-starter:0.9.0")
// or :pk-auth-dropwizard / :pk-auth-micronaut for the other adapters
implementation("com.codeheadsystems:pk-auth-persistence-jdbi:0.9.0")
// testImplementation("com.codeheadsystems:pk-auth-testkit:0.9.0")
<dependency>
  <groupId>com.codeheadsystems</groupId>
  <artifactId>pk-auth-spring-boot-starter</artifactId>
  <version>0.9.0</version>
</dependency>

Modules Published

  • com.codeheadsystems:pk-auth-core:0.9.0
  • com.codeheadsystems:pk-auth-jwt:0.9.0
  • com.codeheadsystems:pk-auth-admin-api:0.9.0
  • com.codeheadsystems:pk-auth-backup-codes:0.9.0
  • com.codeheadsystems:pk-auth-magic-link:0.9.0
  • com.codeheadsystems:pk-auth-otp:0.9.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:0.9.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:0.9.0
  • com.codeheadsystems:pk-auth-testkit:0.9.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:0.9.0
  • com.codeheadsystems:pk-auth-dropwizard:0.9.0
  • com.codeheadsystems:pk-auth-micronaut:0.9.0

What's Changed

See commits since last release for details.

Note: Artifacts may take up to 2 hours to appear in Maven Central after release.

What's Changed

  • build(deps): Bump the dev-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #3
  • build(deps): Bump the gh-actions group with 4 updates by @dependabot[bot] in #1
  • build(deps): Bump dependabot/fetch-metadata from 2 to 3 in the gh-actions group by @dependabot[bot] in #4
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #5
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #6
  • build(deps): Bump the dev-dependencies group with 18 updates by @dependabot[bot] in #7
  • build(deps): Bump the dev-dependencies group with 15 updates by @dependabot[bot] in #8
  • build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #10
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #9
  • build(deps): Bump the dev-dependencies group with 4 updates by @dependabot[bot] in #11

New Contributors

Full Changelog: https://github.com/codeheadsystems/pk-auth/commits/v0.9.0