- Drop SF4 support, Allow SF7.
- Raise minimum PHP requirement to 8.2
Make the info and health endpoints available on both /
and /internal/
paths. 'Deprecating' the original /health and /info endpoints.
Add support for Symfony 5 and 6. Bump PHP to >= 7.2
Add opcache information to the info endpoint when available #7
Added Symfony 4 support
Take two of improving the DoctrineConnectionHealthCheck
Removed RMT from the project
The main change in this release is the improvement of the query that is executed by the DoctrineConnectionHealthCheck. It now uses the SchemaManager to grab a table from the available schemas and performs a SELECT * FROM [table] LIMIT 1 on that table.
Updated README.md
Symfony 3 support
Initial release