Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 4.2 KB

Changelog

1.1.0 (2022-11-02)

🐞 Bug Fixes

  • core: Fix CA configuration, broken in container mode (7b4c29f)
  • core: Fix missing Implementation-Title and Version when running from docker image (1af6972)
  • core: Using JVM 11 in docker image (f36c6e7)

🚧 Refactor

  • core: Refactor to fit on Homberg's proposal of Hexagonal Architecture (46a57c2)
  • core: Refactor to Hexagonal Architecture (521e302)
  • core: Rename SingleEntityRepository to PkiEntityRepository (244b697)
  • core: Replace MockMvc by RestAssured (4e35904)
  • core: Simple ServiceEventLogger using Filter (8719b9b)
  • Drop support to lazy loading of CA cert (a26fa80)
  • Introduce detekt plugin (27eb50c)
  • Merge UT and IT (b6f8f88)
  • Migrate to Kotlin (0bc1300)

🚇 Continuous Integration

  • Add GH workflows (check, release-please) (402875a)

⭐ New Features

1.0.1 (2022-09-25)

🐞 Bug Fixes

  • core: Fix CA configuration, broken in container mode (cfd5ad8)
  • core: Fix missing Implementation-Title and Version when running from docker image (23b9bc5)
  • core: Using JVM 11 in docker image (9fd5adb)

🚧 Refactor

  • core: Refactor to fit on Homberg's proposal of Hexagonal Architecture (3bf1c94)
  • core: Refactor to Hexagonal Architecture (b4fa69b)
  • core: Rename SingleEntityRepository to PkiEntityRepository (635bb39)
  • core: Replace MockMvc by RestAssured (2965cde)
  • core: Simple ServiceEventLogger using Filter (264abd6)
  • Drop support to lazy loading of CA cert (cb56483)
  • Introduce detekt plugin (82f2602)
  • Merge UT and IT (427dce7)
  • Migrate to Kotlin (1b463b8)

🚇 Continuous Integration

  • Add GH workflows (check, release-please) (77c05f9)