Skip to content

Releases: ans-group/laravel-health-check

v2.0.1

09 Sep 15:52
a199831
Compare
Choose a tag to compare

Fixed

  • Fix a static analysis CI issue brought in by an upstream change #107 by @phily245

v2.0.0

08 Aug 14:27
04c5719
Compare
Choose a tag to compare

Added

Removed

  • (breaking change) Dropping support for < Laravel 10.0 to only support versions with bug/security fixes #82 by @phily245
  • (breaking change) Dropping support for PHP < 8.1 to match Laravel 10's support #82 by @phily245

Fixed

  • (breaking change) Upgrading the FTP file check to use flysystem v3 #89 by @phily245
  • (breaking change) Upgrading the package security health check so to not use a deprecated package #88 by @srichter
    & @phily245

Upgrade guide

  • This now requires PHP > 8.1
  • This now requires Laravel > 10.0
  • If you extend any class from this package, ensure the types still match
  • If you are using the UKFast\Healthchecks\Checks\StorageHealthCheck check:
    • league/flysystem needs updating to v3
    • league/flysystem-ftp is now required
  • If you are using the UKFast\Healthchecks\Checks\PackageSecurityHealthCheck check, sensiolabs/security-checker needs replacing with enlightn/security-checker

v1.15.0

17 Jul 16:27
c9e04a4
Compare
Choose a tag to compare

Added

v1.14.0

20 Feb 14:48
fb3bca4
Compare
Choose a tag to compare

Stops phpunit 10 being installed

v1.13.5

04 Jan 09:30
836b932
Compare
Choose a tag to compare

Now runs tests on 8.2

uniqid now uses the $more_entropy flag - thanks @Lotykun

v1.13.4

11 Jul 16:07
c6f79fd
Compare
Choose a tag to compare

v1.13.3: Merge pull request #67 from nnnnathann/laravel-9

22 Feb 11:55
bea6e9b
Compare
Choose a tag to compare

v1.13.2

21 Dec 09:23
db0a135
Compare
Choose a tag to compare

Updated tests to run on more versions

v1.13.1

13 Oct 08:07
62e3502
Compare
Choose a tag to compare

Add support for clusters in the RedisHealthCheck

v1.13.0

22 Jul 15:17
bcb4103
Compare
Choose a tag to compare