PackageTrack
Sign in Get early access

spatie/laravel-health

Monitor the health of a Laravel application

1.40.2 13M downloads/mo #764 most downloaded on Packagist spatie/laravel-health

What this package is like to depend on

Last release 16 days ago

07 Aug 2026

Ships fairly regularly

a new release about every 3 weeks

Most releases are documented

notes for 125 of 156 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

156 releases · first in 2021

14 releases in the last 12 months

see the full history below

Release timeline

156 releases · Nov 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 156
  1. 1.40.2 07 Aug 2026
    Release notes

    What's Changed

    • Add dedicated PHPStan static analysis CI job by @freekmurze in #321
    • Allow Guzzle 8 by @ziming in #323
    • Read backup metadata from the directory listing instead of one request per file by @grafst in #324

    New Contributors

    Full Changelog: 1.40.1...1.40.2

    Open source →
    Release notes

    What's Changed

    • Add dedicated PHPStan static analysis CI job by @freekmurze in https://github.com/spatie/laravel-health/pull/321
    • Allow Guzzle 8 by @ziming in https://github.com/spatie/laravel-health/pull/323
    • Read backup metadata from the directory listing instead of one request per file by @grafst in https://github.com/spatie/laravel-health/pull/324

    New Contributors

    • @grafst made their first contribution in https://github.com/spatie/laravel-health/pull/324

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.40.1...1.40.2

    Open source →
  2. 1.40.1 22 Jul 2026
    Release notes

    Fixed

    • Add static return types to Check::if() and Check::unless() so chaining them no longer degrades to mixed under PHPStan (#320, fixes #319)
    Open source →
    Release notes

    Fixed

    • Add static return types to Check::if() and Check::unless() so chaining them no longer degrades to mixed under PHPStan (#320, fixes #319)
    Open source →
  3. 1.40.0 28 May 2026
    Release notes

    What's Changed

    • Move spatie/temporary-directory to require-dev by @dylanbr in #315
    • Use ENV variables for health notifications settings by @SebKay in #316

    New Contributors

    Full Changelog: 1.39.3...1.40.0

    Open source →
    Release notes

    What's Changed

    • Move spatie/temporary-directory to require-dev by @dylanbr in https://github.com/spatie/laravel-health/pull/315
    • Use ENV variables for health notifications settings by @SebKay in https://github.com/spatie/laravel-health/pull/316

    New Contributors

    • @dylanbr made their first contribution in https://github.com/spatie/laravel-health/pull/315
    • @SebKay made their first contribution in https://github.com/spatie/laravel-health/pull/316

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.39.3...1.40.0

    Open source →
  4. 1.39.3 12 May 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.39.2...1.39.3

    Open source →
    Release notes

    What's Changed

    • Update packages to resolve security issues by @rebecca-canyon in https://github.com/spatie/laravel-health/pull/314

    New Contributors

    • @rebecca-canyon made their first contribution in https://github.com/spatie/laravel-health/pull/314

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.39.2...1.39.3

    Open source →
  5. 1.39.2 23 Apr 2026
    Release notes

    What's Changed

    • Remove 'health' container alias to prevent middleware name collision by @freekmurze in #311

    Full Changelog: 1.39.1...1.39.2

    Open source →
    Release notes

    What's Changed

    • Remove 'health' container alias to prevent middleware name collision by @freekmurze in https://github.com/spatie/laravel-health/pull/311

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.39.1...1.39.2

    Open source →
  6. 1.39.1 17 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.39.0...1.39.1

    Open source →
    Release notes

    What's Changed

    • Round diffInMinutes float in failure messages by @mattiasgeniar in https://github.com/spatie/laravel-health/pull/309

    New Contributors

    • @mattiasgeniar made their first contribution in https://github.com/spatie/laravel-health/pull/309

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.39.0...1.39.1

    Open source →
  7. 1.39.0 01 Mar 2026
    Release notes

    What's Changed

    • Add timeoutMs() method to PingCheck for sub-second timeout control by @faytekin in #307
    • Remove laravel/slack-notification-channel from require-dev to fix L13 CI builds in #308

    New Contributors

    Full Changelog: 1.38.0...1.39.0

    Open source →
    Release notes

    What's Changed

    • Add timeoutMs() method to PingCheck for sub-second timeout control by @faytekin in https://github.com/spatie/laravel-health/pull/307
    • Remove laravel/slack-notification-channel from require-dev to fix L13 CI builds in https://github.com/spatie/laravel-health/pull/308

    New Contributors

    • @faytekin made their first contribution in https://github.com/spatie/laravel-health/pull/307

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.38.0...1.39.0

    Open source →
  8. 1.38.0 22 Feb 2026
    Release notes

    Add Laravel 13.x support

    Open source →
    Release notes

    Add Laravel 13.x support

    Open source →
  9. 1.37.0 12 Feb 2026
    Release notes

    What's Changed

    • Add failAfterMinutes support to QueueCheck by @stefket in #305

    Full Changelog: 1.36.0...1.37.0

    Open source →
    Release notes

    What's Changed

    • Add failAfterMinutes support to QueueCheck by @stefket in https://github.com/spatie/laravel-health/pull/305

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.36.0...1.37.0

    Open source →
  10. 1.36.0 09 Feb 2026
    Release notes

    What's Changed

    • Fix snapshot tests broken by phpunit-snapshot-assertions 5.3.1 by @freekmurze in #304
    • Extract failAfterMinutes logic into reusable HasFailedAfter trait / add support to HorizonCheck by @onlime in #303

    New Contributors

    Full Changelog: 1.35.0...1.36.0

    Open source →
    Release notes

    What's Changed

    • Fix snapshot tests broken by phpunit-snapshot-assertions 5.3.1 by @freekmurze in https://github.com/spatie/laravel-health/pull/304
    • Extract failAfterMinutes logic into reusable HasFailedAfter trait / add support to HorizonCheck by @onlime in https://github.com/spatie/laravel-health/pull/303

    New Contributors

    • @freekmurze made their first contribution in https://github.com/spatie/laravel-health/pull/304
    • @onlime made their first contribution in https://github.com/spatie/laravel-health/pull/303

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.35.0...1.36.0

    Open source →
  11. 1.35.0 01 Feb 2026
    Release notes

    What's Changed

    • Add only_on_failure option for notifications by @faustoFF in https://github.com/spatie/laravel-health/pull/301
    • Add failAfterMinutes support to PingCheck by @faustoFF in https://github.com/spatie/laravel-health/pull/300

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.10...1.35.0

    Open source →
  12. 1.34.10 22 Dec 2025
    Release notes

    What's Changed

    • Adding the $updated_at property to the PHPDoc of HealthCheckResultHistoryItem by @ruuddeenen in https://github.com/spatie/laravel-health/pull/299

    New Contributors

    • @ruuddeenen made their first contribution in https://github.com/spatie/laravel-health/pull/299

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.9...1.34.10

    Open source →
  13. 1.34.9 28 Nov 2025
    Release notes

    What's Changed

    • Update health.php by @Erulezz in https://github.com/spatie/laravel-health/pull/292
    • fix: prevent time drift causing health checks to be skipped by @saeedhosseiinii in https://github.com/spatie/laravel-health/pull/289
    • Update queue.md to Reflect Laravel 11+ Syntax by @mnurullahsaglam in https://github.com/spatie/laravel-health/pull/293
    • Remove grammatically incorrect comma in registering-your-first-check.md by @rossalexander in https://github.com/spatie/laravel-health/pull/296
    • add memory usage and domain health check 3rd party packages by @ziming in https://github.com/spatie/laravel-health/pull/295
    • Added Symfony 8 support to all symfony/* packages. by @thecaliskan in https://github.com/spatie/laravel-health/pull/297

    New Contributors

    • @mnurullahsaglam made their first contribution in https://github.com/spatie/laravel-health/pull/293
    • @rossalexander made their first contribution in https://github.com/spatie/laravel-health/pull/296
    • @ziming made their first contribution in https://github.com/spatie/laravel-health/pull/295
    • @thecaliskan made their first contribution in https://github.com/spatie/laravel-health/pull/297

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.8...1.34.9

    Open source →
  14. 1.34.8 10 Oct 2025
    Release notes

    What's Changed

    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-health/pull/287
    • fix: Remove int casting in QueueCheck for Carbon 3 compatibility by @saeedhosseiinii in https://github.com/spatie/laravel-health/pull/290
    • Allow immutable dates for BackupsCheck by @yoeriboven in https://github.com/spatie/laravel-health/pull/291

    New Contributors

    • @AlexVanderbist made their first contribution in https://github.com/spatie/laravel-health/pull/287
    • @saeedhosseiinii made their first contribution in https://github.com/spatie/laravel-health/pull/290

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.7...1.34.8

    Open source →
  15. 1.34.7 25 Aug 2025
    Release notes

    What's Changed

    • Round diffInMinutes on Carbon 3 by @trippo in https://github.com/spatie/laravel-health/pull/285

    New Contributors

    • @trippo made their first contribution in https://github.com/spatie/laravel-health/pull/285

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.6...1.34.7

    Open source →
  16. 1.34.6 18 Aug 2025
    Release notes

    What's Changed

    • Improvement: DRY DB connection related stuff on checks by @glioympas in https://github.com/spatie/laravel-health/pull/284

    New Contributors

    • @glioympas made their first contribution in https://github.com/spatie/laravel-health/pull/284

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.5...1.34.6

    Open source →
  17. 1.34.5 25 Jul 2025
    Release notes

    What's Changed

    • rename: fix Meilisearch name by @ralphjsmit in https://github.com/spatie/laravel-health/pull/282

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.4...1.34.5

    Open source →
  18. 1.34.4 22 Jul 2025
    Release notes

    What's Changed

    • Fix method name typo by @shdehnavi in https://github.com/spatie/laravel-health/pull/281

    New Contributors

    • @shdehnavi made their first contribution in https://github.com/spatie/laravel-health/pull/281

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.3...1.34.4

    Open source →
  19. 1.34.3 04 Jun 2025
    Release notes

    What's Changed

    • Fix symfony console 7.3 deprecations on command classes by @faytekin in https://github.com/spatie/laravel-health/pull/280

    New Contributors

    • @faytekin made their first contribution in https://github.com/spatie/laravel-health/pull/280

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.2...1.34.3

    Open source →
  20. 1.34.2 20 May 2025
    Release notes

    What's Changed

    • Update backups.md by @marventhieme in https://github.com/spatie/laravel-health/pull/273
    • Cleaned up stub and orphan hey.zip by @lasselehtinen in https://github.com/spatie/laravel-health/pull/274
    • Czech translation by @hamrak in https://github.com/spatie/laravel-health/pull/277

    New Contributors

    • @marventhieme made their first contribution in https://github.com/spatie/laravel-health/pull/273
    • @lasselehtinen made their first contribution in https://github.com/spatie/laravel-health/pull/274
    • @hamrak made their first contribution in https://github.com/spatie/laravel-health/pull/277

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.1...1.34.2

    Open source →
  21. 1.34.1 17 Apr 2025
    Release notes

    What's Changed

    • Update link to Laravel docs latest version by @Erulezz in https://github.com/spatie/laravel-health/pull/270
    • Update prune docs according to current laravel documentation by @amacado in https://github.com/spatie/laravel-health/pull/271
    • Add configuration option for treating skipped checks as failures by @joaquinwojcik in https://github.com/spatie/laravel-health/pull/272

    New Contributors

    • @Erulezz made their first contribution in https://github.com/spatie/laravel-health/pull/270
    • @amacado made their first contribution in https://github.com/spatie/laravel-health/pull/271
    • @joaquinwojcik made their first contribution in https://github.com/spatie/laravel-health/pull/272

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.34.0...1.34.1

    Open source →
  22. 1.34.0 01 Apr 2025
    Release notes

    What's Changed

    • Fix documentation: Correct method name from ignorePackages to ignored… by @syaritech in https://github.com/spatie/laravel-health/pull/268
    • Secret Token Middleware by @jakub-wizcodepl in https://github.com/spatie/laravel-health/pull/269

    New Contributors

    • @syaritech made their first contribution in https://github.com/spatie/laravel-health/pull/268
    • @jakub-wizcodepl made their first contribution in https://github.com/spatie/laravel-health/pull/269

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.33.0...1.34.0

    Open source →
  23. 1.33.0 18 Mar 2025
    Release notes

    What's Changed

    • feat: custom timezones by @mateusjatenee in https://github.com/spatie/laravel-health/pull/264

    New Contributors

    • @mateusjatenee made their first contribution in https://github.com/spatie/laravel-health/pull/264

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.5...1.33.0

    Open source →
  24. 1.32.5 08 Mar 2025
    Release notes

    What's Changed

    • Handle nullable for notificationMessage property by @mahdimsr in https://github.com/spatie/laravel-health/pull/266

    New Contributors

    • @mahdimsr made their first contribution in https://github.com/spatie/laravel-health/pull/266

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.4...1.32.5

    Open source →
  25. 1.32.4 03 Mar 2025
    Release notes

    What's Changed

    • Update package to resolve security vulnerability issues by @Orrison in https://github.com/spatie/laravel-health/pull/263

    New Contributors

    • @Orrison made their first contribution in https://github.com/spatie/laravel-health/pull/263

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.3...1.32.4

    Open source →
  26. 1.32.3 24 Feb 2025
    Release notes

    What's Changed

    • Fixes errant reference to Health facade - should be Check facade - when creating macros for health checks by @Mrkbingham in https://github.com/spatie/laravel-health/pull/262
    • Add optional pings to horizon and schedule checks by @Nicholasbell03 in https://github.com/spatie/laravel-health/pull/248

    New Contributors

    • @Mrkbingham made their first contribution in https://github.com/spatie/laravel-health/pull/262
    • @Nicholasbell03 made their first contribution in https://github.com/spatie/laravel-health/pull/248

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.2...1.32.3

    Open source →
  27. 1.32.2 21 Feb 2025
    Release notes

    What's Changed

    • feat: support Laravel 12 by @SRWieZ in https://github.com/spatie/laravel-health/pull/258

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.1...1.32.2

    Open source →
  28. 1.32.1 14 Feb 2025
    Release notes

    What's Changed

    • Update old docs link by @Joel-Jensen in https://github.com/spatie/laravel-health/pull/257
    • Fix some typos and suggest improvements in via-oh-dear.md by @larshanskrause in https://github.com/spatie/laravel-health/pull/260
    • Improve Bangla translation by @RatulAlMamun in https://github.com/spatie/laravel-health/pull/259

    New Contributors

    • @larshanskrause made their first contribution in https://github.com/spatie/laravel-health/pull/260
    • @RatulAlMamun made their first contribution in https://github.com/spatie/laravel-health/pull/259

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.32.0...1.32.1

    Open source →
  29. 1.32.0 13 Jan 2025
    Release notes

    What's Changed

    • Fix typo in Italian translation by @Pes8 in https://github.com/spatie/laravel-health/pull/256
    • Add pause and resume commands for health checks by @faustoFF in https://github.com/spatie/laravel-health/pull/255

    New Contributors

    • @Pes8 made their first contribution in https://github.com/spatie/laravel-health/pull/256

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.31.0...1.32.0

    Open source →
  30. 1.31.0 09 Dec 2024
    Release notes

    What's Changed

    • Indentation in docs by @yoeriboven in https://github.com/spatie/laravel-health/pull/245
    • Update 3rd Party Checks List - Opcache check by @ultrono in https://github.com/spatie/laravel-health/pull/251
    • Remove typo in crashed message by @JaZo in https://github.com/spatie/laravel-health/pull/250
    • bump serializable-closure by @timoteo7 in https://github.com/spatie/laravel-health/pull/249
    • Only return failure status code when results contains failures by @maartenpaauw in https://github.com/spatie/laravel-health/pull/246

    New Contributors

    • @ultrono made their first contribution in https://github.com/spatie/laravel-health/pull/251
    • @JaZo made their first contribution in https://github.com/spatie/laravel-health/pull/250
    • @timoteo7 made their first contribution in https://github.com/spatie/laravel-health/pull/249
    • @maartenpaauw made their first contribution in https://github.com/spatie/laravel-health/pull/246

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.30.1...1.31.0

    Open source →
  31. 1.30.1 02 Aug 2024
    Release notes

    What's Changed

    • Performance optimizations for backups check by @pelmered in https://github.com/spatie/laravel-health/pull/240

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.30.0...1.30.1

    Open source →
  32. 1.30.0 26 Jul 2024
    Release notes

    What's Changed

    • Improve redis memory usage check by @pelmered in https://github.com/spatie/laravel-health/pull/239

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.4...1.30.0

    Open source →
  33. 1.29.4 22 Jul 2024
    Release notes

    What's Changed

    • Allow status code of Json results controller to be changed on failure by @rbibby in https://github.com/spatie/laravel-health/pull/232
    • Add support for checking backups on filesystem disks by @pelmered in https://github.com/spatie/laravel-health/pull/237

    New Contributors

    • @pelmered made their first contribution in https://github.com/spatie/laravel-health/pull/237

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.3...1.29.4

    Open source →
  34. 1.29.3 15 Jul 2024
    Release notes

    What's Changed

    • fix: do not try to send notifications when they are disabled by @kolaente in https://github.com/spatie/laravel-health/pull/231

    New Contributors

    • @kolaente made their first contribution in https://github.com/spatie/laravel-health/pull/231

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.2...1.29.3

    Open source →
  35. 1.29.2 15 Jul 2024
    Release notes

    What's Changed

    • Fix serialization of non-closures by @Riley19280 in https://github.com/spatie/laravel-health/pull/233

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.1...1.29.2

    Open source →
  36. 1.29.1 27 Jun 2024
    Release notes

    What's Changed

    • Update installation-setup.md to move schedule command to route/console by @arnebr in https://github.com/spatie/laravel-health/pull/229
    • Allow checks to be serializable by @Riley19280 in https://github.com/spatie/laravel-health/pull/230

    New Contributors

    • @Riley19280 made their first contribution in https://github.com/spatie/laravel-health/pull/230

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.0...1.29.1

    Open source →
  37. 1.29.0 02 May 2024
    Release notes

    What's Changed

    • Add Latvian translation by @algins in https://github.com/spatie/laravel-health/pull/228

    New Contributors

    • @algins made their first contribution in https://github.com/spatie/laravel-health/pull/228

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.28.1...1.29.0

    Open source →
  38. 1.28.1 19 Apr 2024
    Release notes

    What's Changed

    • Fix styling and update CHANGELOG by @syofyanzuhad in https://github.com/spatie/laravel-health/pull/227

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.28.0...1.28.1

    Open source →
  39. 1.28.0 08 Apr 2024
    Release notes

    What's Changed

    • Add running status to MeilisearchCheck by @francoism90 in https://github.com/spatie/laravel-health/pull/225

    New Contributors

    • @francoism90 made their first contribution in https://github.com/spatie/laravel-health/pull/225

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.27.1...1.28.0

    Open source →
  40. 1.27.1 05 Apr 2024
    Release notes

    What's Changed

    • Give space between the bottom card and end of page by @syofyanzuhad in https://github.com/spatie/laravel-health/pull/224

    New Contributors

    • @syofyanzuhad made their first contribution in https://github.com/spatie/laravel-health/pull/224

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.27.0...1.27.1

    Open source →
  41. 1.27.0 08 Mar 2024
    Release notes

    What's Changed

    • Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-health/pull/222

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.26.1...1.27.0

    Open source →
  42. 1.26.1 12 Feb 2024
    Release notes

    What's Changed

    • Fix model connection by @wizzymore in https://github.com/spatie/laravel-health/pull/219

    New Contributors

    • @wizzymore made their first contribution in https://github.com/spatie/laravel-health/pull/219

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.26.0...1.26.1

    Open source →
  43. 1.26.0 05 Feb 2024
    Release notes

    What's Changed

    • Added the option to specify a HTTP Authentication token for the Meilisearch check by @pieterclaerhout in https://github.com/spatie/laravel-health/pull/217

    New Contributors

    • @pieterclaerhout made their first contribution in https://github.com/spatie/laravel-health/pull/217

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.25.0...1.26.0

    Open source →
  44. 1.25.0 03 Feb 2024
    Release notes

    What's Changed

    • Added Different Database Connection Support by @eusonlito in https://github.com/spatie/laravel-health/pull/216

    New Contributors

    • @eusonlito made their first contribution in https://github.com/spatie/laravel-health/pull/216

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.24.1...1.25.0

    Open source →
  45. 1.24.1 31 Jan 2024
    Release notes

    What's Changed

    • docs: add i18n pt_BR by @marcosmarcolin in https://github.com/spatie/laravel-health/pull/215

    New Contributors

    • @marcosmarcolin made their first contribution in https://github.com/spatie/laravel-health/pull/215

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.24.0...1.24.1

    Open source →
  46. 1.24.0 23 Jan 2024
    Release notes
    • add BackupsCheck
    Open source →
  47. 1.23.10 19 Jan 2024
    Release notes

    What's Changed

    • Update nunomaduro/termwind to 2.0 by @yoeriboven in https://github.com/spatie/laravel-health/pull/213

    New Contributors

    • @yoeriboven made their first contribution in https://github.com/spatie/laravel-health/pull/213

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.9...1.23.10

    Open source →
  48. 1.23.9 07 Jan 2024
    Release notes

    What's Changed

    • only use needed properties
    • Fix typos for tr lang by @sdkakcy in https://github.com/spatie/laravel-health/pull/206
    • Remove unused variable by @michaelnabil230 in https://github.com/spatie/laravel-health/pull/207
    • Fix Arabic language by @michaelnabil230 in https://github.com/spatie/laravel-health/pull/209
    • Update composer.json to use Larastan Org by @arnebr in https://github.com/spatie/laravel-health/pull/211

    New Contributors

    • @sdkakcy made their first contribution in https://github.com/spatie/laravel-health/pull/206
    • @michaelnabil230 made their first contribution in https://github.com/spatie/laravel-health/pull/207
    • @arnebr made their first contribution in https://github.com/spatie/laravel-health/pull/211

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.8...1.23.9

    Open source →
  49. 1.23.8 05 Dec 2023
    Release notes

    What's Changed

    • Added Queue Size Check by @SRWieZ in https://github.com/spatie/laravel-health/pull/204
    • Fixed the CacheCheck causing race conditions in some cases by @jonnyka in https://github.com/spatie/laravel-health/pull/205

    New Contributors

    • @SRWieZ made their first contribution in https://github.com/spatie/laravel-health/pull/204
    • @jonnyka made their first contribution in https://github.com/spatie/laravel-health/pull/205

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.7...1.23.8

    Open source →
  50. 1.23.7 27 Nov 2023
    Release notes

    What's Changed

    • Fix getting default queue settings by @yaroslav-pohil in https://github.com/spatie/laravel-health/pull/203

    New Contributors

    • @yaroslav-pohil made their first contribution in https://github.com/spatie/laravel-health/pull/203

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.6...1.23.7

    Open source →
  51. 1.23.6 08 Nov 2023
    Release notes

    What's Changed

    • Mysql Connections Count is not accurate Fixes #198 by @Saifallak in https://github.com/spatie/laravel-health/pull/202

    New Contributors

    • @Saifallak made their first contribution in https://github.com/spatie/laravel-health/pull/202

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.5...1.23.6

    Open source →
  52. 1.23.5 03 Nov 2023
    Release notes

    What's Changed

    • Update overview.md by @ahtinurme in https://github.com/spatie/laravel-health/pull/201
    • Allow declaring custom or multiple notification classes in health.php by @christosku in https://github.com/spatie/laravel-health/pull/200

    New Contributors

    • @ahtinurme made their first contribution in https://github.com/spatie/laravel-health/pull/201
    • @christosku made their first contribution in https://github.com/spatie/laravel-health/pull/200

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.4...1.23.5

    Open source →
  53. 1.23.4 14 Sep 2023
    Release notes

    What's Changed

    • Fixed output of Ping on null by @thethunderturner in https://github.com/spatie/laravel-health/pull/194

    New Contributors

    • @thethunderturner made their first contribution in https://github.com/spatie/laravel-health/pull/194

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.2...1.23.4

    Open source →
  54. 1.23.2 11 Sep 2023
    Release notes

    What's Changed

    • Added Hindi transalation by @thatal in https://github.com/spatie/laravel-health/pull/192

    New Contributors

    • @thatal made their first contribution in https://github.com/spatie/laravel-health/pull/192

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.1...1.23.2

    Open source →
  55. 1.23.1 05 Sep 2023

    Nothing published for this version

  56. 1.23.0 21 Jul 2023
    Release notes

    What's Changed

    • Make Check macroable and allow chaining callables in if() and unless() by @oprypkhantc in https://github.com/spatie/laravel-health/pull/184

    New Contributors

    • @oprypkhantc made their first contribution in https://github.com/spatie/laravel-health/pull/184

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.7...1.23.0

    Open source →
  57. 1.22.7 28 Jun 2023
    Release notes

    What's Changed

    • Round MySQL Database Size to Nearest Integer to Prevent Precision Loss by @mozex in https://github.com/spatie/laravel-health/pull/182

    New Contributors

    • @mozex made their first contribution in https://github.com/spatie/laravel-health/pull/182

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.6...1.22.7

    Open source →
  58. 1.22.6 06 Jun 2023
    Release notes

    What's Changed

    • Just a minor updated in the function type by @Enaah in https://github.com/spatie/laravel-health/pull/177
    • fix(ListChecksCommand): run multiple options at once by @alexmanase in https://github.com/spatie/laravel-health/pull/178

    New Contributors

    • @alexmanase made their first contribution in https://github.com/spatie/laravel-health/pull/178

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.5...1.22.6

    Open source →
  59. 1.22.5 29 Mar 2023
    Release notes

    What's Changed

    • postgresql database size fix by @SUXUMI in https://github.com/spatie/laravel-health/pull/170

    New Contributors

    • @SUXUMI made their first contribution in https://github.com/spatie/laravel-health/pull/170

    Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.4...1.22.5

    Open source →
  60. 1.22.4 21 Mar 2023
    Release notes
    • do not send notification when table sizes are ok
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive