Skip to content

v3.3.0 (Deterministic Dahlia)

Latest

Choose a tag to compare

@yoshinorin yoshinorin released this 17 Jun 11:22
3215a9a

Features

  • f82d2da feat(auth): support configurable keypair sources (IN-MEMORY, FILE, PEM) for JWT signing

Refactor

  • f5a300f refactor(auth): from class to type-class for KeyPairRepository
  • ddec713 refactor(auth): extract KeyPairRepository constructor's params into InMemoryKeyPairConfig case class
  • 1192c85 refactor(auth): from KeyPair to KeyPairRepository
  • 2287faf refactor(cache): from extends to type-class
  • 4cecbab refactor(cache): abstraction

CI

  • ff11eae ci: cache test DB docker image to skip ghcr pull on master

Chore / Dependencies

  • 0a548bc chore: bump scala from 3.8.3 to 3.8.4 and bump sbt from 1.12.9 to 1.12.12
  • 23e7280 chore(docker): bump mariadb image to v11.8.8 and pin by digest
  • 4c51191 chore: bump docker builder image
  • c8b6516 chore: bump scala from 3.8.2 to 3.8.3 and bump sbt from 1.12.5 to 1.12.9
  • 6a6beef chore(deps): bump dependencies

Docs

  • 6e452bd docs(deps): update dependencies

Test

  • 22d1be2 test(cache): rename from CacheModuleSpec to InMemoryCacheSpec

Full Changelogs

v3.2.0...v3.3.0