Releases: generationtux/php-healthz
Releases · generationtux/php-healthz
Support for v9.0 of required illuminate packages
What's Changed
- support v9.0 of reqiured illuminate packages by @Olofguard in #32
Full Changelog: v3.5.0...v3.5.1
PHP 8 Support
- Updates Dockerfile to run php 8.1
- Removes gecko-packages/gecko-memcache-mockas a dependency (it's abandoned and locks into php ^5.4 || ^7.0 )
What's Changed
- php 8 support by @Olofguard in #31
Full Changelog: v3.4.0...v3.5.0
Laravel 6 Support and Twig Updates
Bug Fix
- Downgraded Twig from 3.0 to 1.0 (fixes /healthz/ui)
Support Updates
- Support for php 7.2 to php 8
- Laravel 6 support since its current LTS
Minor bug fixes
Merge pull request #21 from tortuetorche/patch-5 Fix HealthResult::description() return signature
Laravel / Lumen 8.x
Support for Laravel 8
Fix missing descriptions on healthz checks
v3.0.0 is missing the description property for queue and database healthz checks.
This release corrects that.
Laravel / Lumen 7.x
v3.0.0 Merge pull request #10 from generationtux/lumen-7.x-support
Lumen / Laravel 6.x Support
- Upgrade deps. to support lumen /laravel 6.x
- Add docker-compose.yaml for local dev in a container
The one about lumen 5.5 package discovery
Add support for laravel/lumen 5.5 package discovery
Initial 1.0 release :)
Refactor and organization complete, and basic documentation added. Minor bug fixes will come shortly as well as more documentation.