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 2026Releases
latest 60 of 156-
1.40.207 Aug 2026Release notes
Open source →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
Release notes
Open source →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
-
1.40.122 Jul 2026Release notes
Open source →Fixed
- Add
staticreturn types toCheck::if()andCheck::unless()so chaining them no longer degrades tomixedunder PHPStan (#320, fixes #319)
- Add
-
1.40.028 May 2026Release notes
Open source →What's Changed
- Move
spatie/temporary-directorytorequire-devby @dylanbr in #315 - Use ENV variables for health notifications settings by @SebKay in #316
New Contributors
Full Changelog: 1.39.3...1.40.0
Release notes
Open source →What's Changed
- Move
spatie/temporary-directorytorequire-devby @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
- Move
-
1.39.312 May 2026Release notes
Open source →What's Changed
- Update packages to resolve security issues by @rebecca-canyon in #314
New Contributors
- @rebecca-canyon made their first contribution in #314
Full Changelog: 1.39.2...1.39.3
Release notes
Open source →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
-
1.39.223 Apr 2026Release notes
Open source →What's Changed
- Remove 'health' container alias to prevent middleware name collision by @freekmurze in #311
Full Changelog: 1.39.1...1.39.2
Release notes
Open source →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
-
1.39.117 Mar 2026Release notes
Open source →What's Changed
- Round diffInMinutes float in failure messages by @mattiasgeniar in #309
New Contributors
- @mattiasgeniar made their first contribution in #309
Full Changelog: 1.39.0...1.39.1
Release notes
Open source →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
-
1.39.001 Mar 2026Release notes
Open source →What's Changed
- Add
timeoutMs()method toPingCheckfor sub-second timeout control by @faytekin in #307 - Remove
laravel/slack-notification-channelfrom require-dev to fix L13 CI builds in #308
New Contributors
Full Changelog: 1.38.0...1.39.0
Release notes
Open source →What's Changed
- Add
timeoutMs()method toPingCheckfor sub-second timeout control by @faytekin in https://github.com/spatie/laravel-health/pull/307 - Remove
laravel/slack-notification-channelfrom 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
- Add
-
1.38.022 Feb 2026 -
1.37.012 Feb 2026Release notes
Open source →What's Changed
- Add
failAfterMinutessupport toQueueCheckby @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
- Add
-
1.36.009 Feb 2026Release notes
Open source →What's Changed
- Fix snapshot tests broken by phpunit-snapshot-assertions 5.3.1 by @freekmurze in #304
- Extract
failAfterMinuteslogic into reusableHasFailedAftertrait / add support to HorizonCheck by @onlime in #303
New Contributors
- @freekmurze made their first contribution in #304
- @onlime made their first contribution in #303
Full Changelog: 1.35.0...1.36.0
Release notes
Open source →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
failAfterMinuteslogic into reusableHasFailedAftertrait / 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
-
1.35.001 Feb 2026Release notes
Open source →What's Changed
- Add
only_on_failureoption for notifications by @faustoFF in https://github.com/spatie/laravel-health/pull/301 - Add
failAfterMinutessupport 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
- Add
-
1.34.1022 Dec 2025Release notes
Open source →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
-
1.34.928 Nov 2025Release notes
Open source →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
-
1.34.810 Oct 2025Release notes
Open source →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
-
1.34.725 Aug 2025Release notes
Open source →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
-
1.34.618 Aug 2025Release notes
Open source →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
-
1.34.525 Jul 2025Release notes
Open source →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
-
1.34.422 Jul 2025Release notes
Open source →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
-
1.34.304 Jun 2025Release notes
Open source →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
-
1.34.220 May 2025Release notes
Open source →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
-
1.34.117 Apr 2025Release notes
Open source →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
-
1.34.001 Apr 2025Release notes
Open source →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
-
1.33.018 Mar 2025Release notes
Open source →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
-
1.32.508 Mar 2025Release notes
Open source →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
-
1.32.403 Mar 2025Release notes
Open source →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
-
1.32.324 Feb 2025Release notes
Open source →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
-
1.32.221 Feb 2025Release notes
Open source →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
-
1.32.114 Feb 2025Release notes
Open source →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
-
1.32.013 Jan 2025Release notes
Open source →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
-
1.31.009 Dec 2024Release notes
Open source →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
-
1.30.102 Aug 2024Release notes
Open source →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
-
1.30.026 Jul 2024Release notes
Open source →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
-
1.29.422 Jul 2024Release notes
Open source →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
-
1.29.315 Jul 2024Release notes
Open source →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
-
1.29.215 Jul 2024Release notes
Open source →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
-
1.29.127 Jun 2024Release notes
Open source →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
-
1.29.002 May 2024Release notes
Open source →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
-
1.28.119 Apr 2024Release notes
Open source →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
-
1.28.008 Apr 2024Release notes
Open source →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
-
1.27.105 Apr 2024Release notes
Open source →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
-
1.27.008 Mar 2024Release notes
Open source →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
-
1.26.112 Feb 2024Release notes
Open source →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
-
1.26.005 Feb 2024Release notes
Open source →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
-
1.25.003 Feb 2024Release notes
Open source →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
-
1.24.131 Jan 2024Release notes
Open source →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
-
1.24.023 Jan 2024 -
1.23.1019 Jan 2024Release notes
Open source →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
-
1.23.907 Jan 2024Release notes
Open source →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
-
1.23.805 Dec 2023Release notes
Open source →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
-
1.23.727 Nov 2023Release notes
Open source →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
-
1.23.608 Nov 2023Release notes
Open source →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
-
1.23.503 Nov 2023Release notes
Open source →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
-
1.23.414 Sep 2023Release notes
Open source →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
-
1.23.211 Sep 2023Release notes
Open source →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
-
1.23.105 Sep 2023Nothing published for this version
-
1.23.021 Jul 2023Release notes
Open source →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
-
1.22.728 Jun 2023Release notes
Open source →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
-
1.22.606 Jun 2023Release notes
Open source →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
-
1.22.529 Mar 2023Release notes
Open source →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
-
1.22.421 Mar 2023