All notable changes to laravel-health
will be documented in this file.
- Indentation in docs by @yoeriboven in #245
- Update 3rd Party Checks List - Opcache check by @ultrono in #251
- Remove typo in crashed message by @JaZo in #250
- bump serializable-closure by @timoteo7 in #249
- Only return failure status code when results contains failures by @maartenpaauw in #246
- @ultrono made their first contribution in #251
- @JaZo made their first contribution in #250
- @timoteo7 made their first contribution in #249
- @maartenpaauw made their first contribution in #246
Full Changelog: https://github.com/spatie/laravel-health/compare/1.30.1...1.31.0
- Performance optimizations for backups check by @pelmered in #240
Full Changelog: https://github.com/spatie/laravel-health/compare/1.30.0...1.30.1
- Improve redis memory usage check by @pelmered in #239
Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.4...1.30.0
- Allow status code of Json results controller to be changed on failure by @rbibby in #232
- Add support for checking backups on filesystem disks by @pelmered in #237
- @pelmered made their first contribution in #237
Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.3...1.29.4
- fix: do not try to send notifications when they are disabled by @kolaente in #231
- @kolaente made their first contribution in #231
Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.2...1.29.3
- Fix serialization of non-closures by @Riley19280 in #233
Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.1...1.29.2
- Update installation-setup.md to move schedule command to route/console by @arnebr in #229
- Allow checks to be serializable by @Riley19280 in #230
- @Riley19280 made their first contribution in #230
Full Changelog: https://github.com/spatie/laravel-health/compare/1.29.0...1.29.1
- Add Latvian translation by @algins in #228
- @algins made their first contribution in #228
Full Changelog: https://github.com/spatie/laravel-health/compare/1.28.1...1.29.0
- Fix styling and update CHANGELOG by @syofyanzuhad in #227
Full Changelog: https://github.com/spatie/laravel-health/compare/1.28.0...1.28.1
- Add running status to MeiliSearchCheck by @francoism90 in #225
- @francoism90 made their first contribution in #225
Full Changelog: https://github.com/spatie/laravel-health/compare/1.27.1...1.28.0
- Give space between the bottom card and end of page by @syofyanzuhad in #224
- @syofyanzuhad made their first contribution in #224
Full Changelog: https://github.com/spatie/laravel-health/compare/1.27.0...1.27.1
- Laravel 11.x Compatibility by @laravel-shift in #222
Full Changelog: https://github.com/spatie/laravel-health/compare/1.26.1...1.27.0
- Fix model connection by @wizzymore in #219
- @wizzymore made their first contribution in #219
Full Changelog: https://github.com/spatie/laravel-health/compare/1.26.0...1.26.1
- Added the option to specify a HTTP Authentication token for the Meilisearch check by @pieterclaerhout in #217
- @pieterclaerhout made their first contribution in #217
Full Changelog: https://github.com/spatie/laravel-health/compare/1.25.0...1.26.0
- Added Different Database Connection Support by @eusonlito in #216
- @eusonlito made their first contribution in #216
Full Changelog: https://github.com/spatie/laravel-health/compare/1.24.1...1.25.0
- docs: add i18n pt_BR by @marcosmarcolin in #215
- @marcosmarcolin made their first contribution in #215
Full Changelog: https://github.com/spatie/laravel-health/compare/1.24.0...1.24.1
- add
BackupsCheck
- Update nunomaduro/termwind to 2.0 by @yoeriboven in #213
- @yoeriboven made their first contribution in #213
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.9...1.23.10
- only use needed properties
- Fix typos for tr lang by @sdkakcy in #206
- Remove unused variable by @michaelnabil230 in #207
- Fix Arabic language by @michaelnabil230 in #209
- Update composer.json to use Larastan Org by @arnebr in #211
- @sdkakcy made their first contribution in #206
- @michaelnabil230 made their first contribution in #207
- @arnebr made their first contribution in #211
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.8...1.23.9
- Added Queue Size Check by @SRWieZ in #204
- Fixed the CacheCheck causing race conditions in some cases by @jonnyka in #205
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.7...1.23.8
- Fix getting default queue settings by @yaroslav-pohil in #203
- @yaroslav-pohil made their first contribution in #203
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.6...1.23.7
- Mysql Connections Count is not accurate Fixes #198 by @Saifallak in #202
- @Saifallak made their first contribution in #202
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.5...1.23.6
- Update overview.md by @ahtinurme in #201
- Allow declaring custom or multiple notification classes in health.php by @christosku in #200
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.4...1.23.5
- Fixed output of Ping on null by @thethunderturner in #194
- @thethunderturner made their first contribution in #194
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.2...1.23.4
- Added Hindi transalation by @thatal in #192
- @thatal made their first contribution in #192
Full Changelog: https://github.com/spatie/laravel-health/compare/1.23.1...1.23.2
- Make Check macroable and allow chaining callables in if() and unless() by @oprypkhantc in #184
- @oprypkhantc made their first contribution in #184
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.7...1.23.0
- Round MySQL Database Size to Nearest Integer to Prevent Precision Loss by @mozex in #182
- @mozex made their first contribution in #182
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.6...1.22.7
- Just a minor updated in the function type by @Enaah in #177
- fix(ListChecksCommand): run multiple options at once by @alexmanase in #178
- @alexmanase made their first contribution in #178
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.5...1.22.6
- postgresql database size fix by @SUXUMI in #170
- @SUXUMI made their first contribution in #170
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.4...1.22.5
- do not send notification when table sizes are ok
- Update vendor name for Laravel Health Check by @rbibby in #161
- Fix dispatch HealthQueueJob for multiple checks by @faustoFF in #166
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.2...1.22.3
- mysql connection count fix by @maxkalahur in #160
- @maxkalahur made their first contribution in #160
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.1...1.22.2
- Fix redis memory usage check when phpredis is used by @kirba in #158
- @kirba made their first contribution in #158
Full Changelog: https://github.com/spatie/laravel-health/compare/1.22.0...1.22.1
- Enable dependency injection in check constructors by @dennis-koster in #157
- @dennis-koster made their first contribution in #157
Full Changelog: https://github.com/spatie/laravel-health/compare/1.21.0...1.22.0
- add
silence_health_queue_job
config option
Full Changelog: https://github.com/spatie/laravel-health/compare/1.20.1...1.21.0
- Fix
DatabaseSizeCheck
to not send notifications on passed checks by @felly in #156
- @felly made their first contribution in #156
Full Changelog: https://github.com/spatie/laravel-health/compare/1.20.0...1.20.1
- Add redis memory usage check by @stfndamjanovic in #154
Full Changelog: https://github.com/spatie/laravel-health/compare/1.19.0...1.20.0
- Add DatabaseSizeCheck by @ralphjsmit in #151
- @ralphjsmit made their first contribution in #151
Full Changelog: https://github.com/spatie/laravel-health/compare/1.18.3...1.19.0
- Fix empty output when running
artisan health:list --fresh
by @emiliopedrollo in #150
- @emiliopedrollo made their first contribution in #150
Full Changelog: https://github.com/spatie/laravel-health/compare/1.18.2...1.18.3
- Laravel 10.x Compatibility by @laravel-shift in #152
- @laravel-shift made their first contribution in #152
Full Changelog: https://github.com/spatie/laravel-health/compare/1.18.1...1.18.2
- Add support for PHP 8.2 by @kudashevs in #141
- Some improvements by @kudashevs in #140
- Add queue jobs check by @stfndamjanovic in #143
- Update Queue docs by @driesvints in #146
Full Changelog: https://github.com/spatie/laravel-health/compare/1.17.0...1.18.1
- Add support for PHP 8.2 by @kudashevs in #141
- Some improvements by @kudashevs in #140
- Add queue jobs check by @stfndamjanovic in #143
- @kudashevs made their first contribution in #141
Full Changelog: https://github.com/spatie/laravel-health/compare/1.17.0...1.18.0
- Running checks conditionally by @stfndamjanovic in #139
- @stfndamjanovic made their first contribution in #139
Full Changelog: https://github.com/spatie/laravel-health/compare/1.16.3...1.17.0
- Add Persian translation by @mohammad6006 in #138
- @mohammad6006 made their first contribution in #138
Full Changelog: https://github.com/spatie/laravel-health/compare/1.16.2...1.16.3
- Add Slovak translation by @wamesro in #137
- @wamesro made their first contribution in #137
Full Changelog: https://github.com/spatie/laravel-health/compare/1.16.1...1.16.2
- Minor fix fake default argument by @patrick-levesque in #136
Full Changelog: https://github.com/spatie/laravel-health/compare/1.16.0...1.16.1
- Adds the ability to fake registered checks. by @lukeraymonddowning in #135
- @lukeraymonddowning made their first contribution in #135
Full Changelog: https://github.com/spatie/laravel-health/compare/1.15.2...1.16.0
- Alias
health
in lieu of a separate binding by @mabdullahsari in #129
- @mabdullahsari made their first contribution in #129
Full Changelog: https://github.com/spatie/laravel-health/compare/1.15.1...1.15.2
- Add Danish translation by @prip in #128
- @prip made their first contribution in #128
Full Changelog: https://github.com/spatie/laravel-health/compare/1.15.0...1.15.1
- @WouterBrouwers made their first contribution in #124
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.6...1.15.0
- Added filesystemName to UsedDiskSpaceCheck by @davidrushton in #122
- @davidrushton made their first contribution in #122
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.5...1.14.6
- Fix store skipped checks results by @patrick-levesque in #120
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.4...1.14.5
Only report unique checks
- Update via-slack.md by @tomsgad in #116
- fix/removes a comma which should not be there by @Enaah in #117
- Capitalize short summary for PingCheck by @HassanZahirnia in #118
- @tomsgad made their first contribution in #116
- @Enaah made their first contribution in #117
- @HassanZahirnia made their first contribution in #118
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.2...1.14.3
- Slack notification fix by @patrick-levesque in #115
- @patrick-levesque made their first contribution in #115
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.1...1.14.2
- Support PHP 8.0 by @HajMo in #114
Full Changelog: https://github.com/spatie/laravel-health/compare/1.14.0...1.14.1
- Allows you to configure the notification throttle cache key
Full Changelog: https://github.com/spatie/laravel-health/compare/1.13.0...1.14.0
- add "database table size" and "database connection count" checks.
- fix for when not all items is the meta array are scalars
- Failed Notification Cache Per Channel by @moisish in #107
- Missing setting $message by @gizburdt in #108
- @gizburdt made their first contribution in #108
Full Changelog: https://github.com/spatie/laravel-health/compare/1.12.0...1.12.2
- Failed Notification Cache Per Channel by @moisish in #107
- Missing setting $message by @gizburdt in #108
- @gizburdt made their first contribution in #108
Full Changelog: https://github.com/spatie/laravel-health/compare/1.12.0...1.12.1
- Minor fix docs by @Joel-Jensen in #105
- Added "cached services" check by @rcerljenko and @freekmurze in #106
- @Joel-Jensen made their first contribution in #105
Full Changelog: https://github.com/spatie/laravel-health/compare/1.11.1...1.12.0
- Added translation for Bangla by @rakibdevs in #104
- @rakibdevs made their first contribution in #104
Full Changelog: https://github.com/spatie/laravel-health/compare/1.11.0...1.11.1
- Notification Message - Add Environment Name with Application Name by @moisish in #103
- @moisish made their first contribution in #103
Full Changelog: https://github.com/spatie/laravel-health/compare/1.10.1...1.11.0
- make it easy to override the notification class name in the run checks command.
- Get the exception class name by @mtawil in #100
- Added method and headers helpers to PingCheck by @rcerljenko in #101
Full Changelog: https://github.com/spatie/laravel-health/compare/1.9.2...1.10.0
- Don't set notification message on
ok
by default by @riasvdv in #96
- @riasvdv made their first contribution in #96
Full Changelog: https://github.com/spatie/laravel-health/compare/1.9.1...1.9.2
- chore: exclude docs from package archive by @owenvoke in #95
- @owenvoke made their first contribution in #95
Full Changelog: https://github.com/spatie/laravel-health/compare/1.9.0...1.9.1
- Fixing typo on Antonio Ribeiro's name. by @eduardocruz in #85
- Add Simple Health Check Endpoint by @abenerd in #89
- @eduardocruz made their first contribution in #85
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.8...1.8.9
- Add indexes to Eloquent health check results table by @JackWH in #83
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.7...1.8.8
- fix issue #77
- Add spanish translation by @josecl in #82
- @josecl made their first contribution in #82
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.5...1.8.6
- Fix grammar in german translations by @marcreichel in #79
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.4...1.8.5
- Add German and Turkish Translations by @remzikocak in #78
- @remzikocak made their first contribution in #78
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.3...1.8.4
- Add arabic translation by @ousid in #76
- Add --fail-command-on-failing-check to health:list artisan command by @eleftrik in #75
- Fix name of the Cache health result store parameter by @andrzejkupczyk in #68
- @ousid made their first contribution in #76
- @eleftrik made their first contribution in #75
- @andrzejkupczyk made their first contribution in #68
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.2...1.8.3
- Fix allChecksOk and containsFailingCheck behaviour by @dominikkukacka in #71
- @dominikkukacka made their first contribution in #71
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.1...1.8.2
- Add NL translation by @ndeblauw in #67
- @ndeblauw made their first contribution in #67
Full Changelog: https://github.com/spatie/laravel-health/compare/1.8.0...1.8.1
- feat: Improve
health:list
cli output by @xiCO2k in #66
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.14...1.8.0
- Add Italian translation by @michele-grifa in #64
- @michele-grifa made their first contribution in #64
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.13...1.7.14
- Add Portuguese locale by @st693ava in #63
- @st693ava made their first contribution in #63
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.12...1.7.13
- Add Russian translation by @saundefined in #62
- @saundefined made their first contribution in #62
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.11...1.7.12
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.10...1.7.11
- add Bulgarian translation
- Added meta tags for improved (mobile) experience by @nckrtl in #55
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.8...1.7.9
- Fixed json response header by @Elnadrion in #53
- @Elnadrion made their first contribution in #53
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.7...1.7.8
- Bugfixes RedisCheck to take the named connection by @ndberg in #51
- @ndberg made their first contribution in #51
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.6...1.7.7
- Add Application Cache check by @michellaurent in #34
- Use CarbonInterface to account for CarbonImmutable by @abenerd in #35
- @michellaurent made their first contribution in #34
Full Changelog: https://github.com/spatie/laravel-health/compare/1.7.4...1.7.5
- improve meilisearch check
- fix label
- fix check label
- fix meilisearch endpoint
- add
MeiliSearchCheck
- Allow for PingCheck timeout customisation by @JackWH in #32
Full Changelog: https://github.com/spatie/laravel-health/compare/1.5.1...1.6.0
- Remove url encoding from start/end date in Flare check by @patrickbrouwers in #31
- @patrickbrouwers made their first contribution in #31
Full Changelog: https://github.com/spatie/laravel-health/compare/1.5.0...1.5.1
- Add Cache Status by @ahinkle in #30
Full Changelog: https://github.com/spatie/laravel-health/compare/1.4.2...1.5.0
- fix a tiny typo by @dbakan in #27
- More translations support on health status page by @ahinkle in #24
- @dbakan made their first contribution in #27
Full Changelog: https://github.com/spatie/laravel-health/compare/1.4.1...1.4.2
- Fix syntax docs on health checks by @ahinkle in #25
- Use the Logging Slack URL by default by @ahinkle in #26
- @ahinkle made their first contribution in #25
Full Changelog: https://github.com/spatie/laravel-health/compare/1.4.0...1.4.1
- Add support for custom HealthCheckResultHistoryItem models by @JackWH in #18
Full Changelog: https://github.com/spatie/laravel-health/compare/1.3.4...1.4.0
- fix output of run command
- fix suggested command
- Fix typos in docs by @JackWH in #17
- Fix typos in cpu load documentation by @marcreichel in #19
- Remove
@ray
from view by @marcreichel in #20
Full Changelog: https://github.com/spatie/laravel-health/compare/1.3.1...1.3.2
- Update introduction.md by @RichardStyles in #15
- Fix incorrect class name by @vmitchell85 in #14
- Update used-disk-space.md by @tomhrtly in #13
- Fix regular expression for used disk space check output by @SamuelNitsche in #12
- @RichardStyles made their first contribution in #15
- @vmitchell85 made their first contribution in #14
- @tomhrtly made their first contribution in #13
- @SamuelNitsche made their first contribution in #12
Full Changelog: https://github.com/spatie/laravel-health/compare/1.3.0...1.3.1
- Updated UI for the local results page + support for dark mode by @nckrtl in #11
- @nckrtl made their first contribution in #11
Full Changelog: https://github.com/spatie/laravel-health/compare/1.2.1...1.3.0
- improve CLI output
- add
PingCheck
- add extra exceptions around registering checks
- Use correct controller for JSON response by @tominon in #7
- Add factory for HealthCheckResultHistoryItem model by @abenerd in #9
- Simplify url generation for flare error count check by @abenerd in #8
Full Changelog: https://github.com/spatie/laravel-health/compare/1.0.1...1.1.0
- fix list command
- initial release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental release
- experimental version
- experimental release