Skip to content

Release 2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 04:05

pk-auth 2.2.0

Maven Central

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

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

Modules Published

  • com.codeheadsystems:pk-auth-core:2.2.0
  • com.codeheadsystems:pk-auth-jwt:2.2.0
  • com.codeheadsystems:pk-auth-admin-api:2.2.0
  • com.codeheadsystems:pk-auth-backup-codes:2.2.0
  • com.codeheadsystems:pk-auth-magic-link:2.2.0
  • com.codeheadsystems:pk-auth-otp:2.2.0
  • com.codeheadsystems:pk-auth-persistence-jdbi:2.2.0
  • com.codeheadsystems:pk-auth-persistence-dynamodb:2.2.0
  • com.codeheadsystems:pk-auth-testkit:2.2.0
  • com.codeheadsystems:pk-auth-spring-boot-starter:2.2.0
  • com.codeheadsystems:pk-auth-dropwizard:2.2.0
  • com.codeheadsystems:pk-auth-micronaut:2.2.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-dev): Bump the npm-dependencies group across 3 directories with 1 update by @dependabot[bot] in #94
  • build(deps): Bump the dev-dependencies group with 3 updates by @dependabot[bot] in #96
  • build(deps): Bump the gh-actions group with 2 updates by @dependabot[bot] in #95
  • build(deps-dev): Bump @types/node from 26.0.0 to 26.0.1 in /clients/passkeys-browser in the npm-dependencies group across 1 directory by @dependabot[bot] in #97
  • build(deps): Bump the dev-dependencies group with 3 updates by @dependabot[bot] in #98
  • fix: resolve security, correctness, and maintenance review findings by @wolpert in #99
  • rename the test helper registration.ts -> ceremony.ts by @bernata in #100
  • fix: resolve security & correctness findings from review by @wolpert in #101
  • build(deps): Bump actions/setup-java from 5.3.0 to 5.4.0 in the gh-actions group by @dependabot[bot] in #102
  • build(deps): Bump the dev-dependencies group with 2 updates by @dependabot[bot] in #103
  • chore(release): prepare 2.2.0 by @wolpert in #104

Full Changelog: v2.1.0...v2.2.0