Skip to content

Releases: generationtux/php-healthz

Support for v9.0 of required illuminate packages

20 Mar 22:42
43aee96
Compare
Choose a tag to compare

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

20 Mar 20:48
770cb4a
Compare
Choose a tag to compare
  • 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

Full Changelog: v3.4.0...v3.5.0

Laravel 6 Support and Twig Updates

01 Dec 20:53
1e93165
Compare
Choose a tag to compare

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

28 Sep 15:50
94d1c47
Compare
Choose a tag to compare
Merge pull request #21 from tortuetorche/patch-5

Fix HealthResult::description() return signature

Laravel / Lumen 8.x

15 Sep 17:44
b533791
Compare
Choose a tag to compare

Support for Laravel 8

Fix missing descriptions on healthz checks

14 Sep 18:24
63ceea8
Compare
Choose a tag to compare

v3.0.0 is missing the description property for queue and database healthz checks.

This release corrects that.

Laravel / Lumen 7.x

02 Jul 20:17
dadf026
Compare
Choose a tag to compare
v3.0.0

Merge pull request #10 from generationtux/lumen-7.x-support

Lumen / Laravel 6.x Support

29 Jun 20:43
05c4504
Compare
Choose a tag to compare
  • 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

26 Mar 15:55
f269644
Compare
Choose a tag to compare

Add support for laravel/lumen 5.5 package discovery

Initial 1.0 release :)

30 Jan 19:40
Compare
Choose a tag to compare

Refactor and organization complete, and basic documentation added. Minor bug fixes will come shortly as well as more documentation.