Skip to content

Releases: brightmachine/scrutiny

v2.0.0 for Laravel 8+

12 May 12:41
Compare
Choose a tag to compare

This release brings supports for Laravel 8 and above.

v1.0.7

17 Mar 08:58
Compare
Choose a tag to compare
  • Fixes #4500 error caused by a caching issue

v1.0.6

14 Dec 19:33
Compare
Choose a tag to compare
  • Adds a scrutiny:check-probes artisan command

v1.0.5

12 Dec 19:12
Compare
Choose a tag to compare
  • Added the ability to add extra directories to the path when searching for executables

v1.0.4

11 Dec 18:10
Compare
Choose a tag to compare
  • Add portability flag to df call when getting disk usage

v1.0.3

11 Dec 17:16
Compare
Choose a tag to compare
  • more specific version constraints in composer.json - thanks @Dylan-DPC
  • QueueIsRunning probe bugfix – race condition in handling queued jobs that track if the queue is running

v1.0.2 further Laravel 5.1 support

10 Dec 00:52
Compare
Choose a tag to compare

Use self-handling jobs properly when checking if queue is running

v1.0.1 compability updates

10 Dec 00:03
Compare
Choose a tag to compare
Compatability tweaks

v1.0.0 Initial release

09 Dec 22:33
Compare
Choose a tag to compare

This initial release provides the following probes for checking that your current Laravel app is running as intended:

  • AvailableDiskSpace
  • Callback
  • ConnectsToDatabase
  • ConnectsToHttp
  • ExecutableIsInstalled
  • PhpExtensionLoaded
  • QueueIsRunning
  • ScheduleIsRunning

The API is considered stable.