Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 923 Bytes

v0.2.12

  • This project depends on the DCC infrastructure of the Austrian Government. Since the DCC infrastructure is no longer available since June 2023, this project is no longer actively maintained.

v0.2.11

  • Use the global "cache.app" adapter for caching instead of always using the filesystem adapter

v0.2.10

  • Update to api-platform v2.7

v0.2.7

v0.2.6

  • Register the DB entity manager with the core migration command

v0.2.4

  • Add a health check for the database connection
  • migrations: only run migrations on the database the entity manager was configured for instead of all. Previously it would create empty tables in unrelated databases
  • Add support for PHP 8.1