All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Enforcing PSR-12 in CI via PHP CodeSniffer #91 by @phily245
- Enforcing PHP Mess Detector in CI to keep the code tidier #92 by @phily245
- Enforcing PHPStan level 6 via Larastan in CI to keep the code more reliable #97 #98 #99 #100 #101 #102 by @phily245
- Enforcing RectorPHP checks in CI to keep the code more maintainable #197 by @phily245
- (breaking change) Adding stricter typing #87 by @phily245
- Documenting the new tooling in the contributing guide #103 by @phily245
- (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
- (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
- The ability to set a default problem HTTP code #79 by @Dziamid-Harbatsevich
- A healthcheck artisan command #70 by @nick322
1.13.4 - 2022-07-11
1.13.3 - 2022-02-22
- Added support for Laravel 9
1.13.2 - 2021-12-21
- Updated tests to run on more versions
1.13.1 - 2021-10-13
1.13.0 - 2021-07-22
1.12.2 - 2021-06-18
- Fix env check default value #58 by Michel Tomas
1.12.1 - 2021-05-19
1.12.0 - 2021-05-17
- Allow overriding health and ping route paths #53 by Andrew Warren-Love
1.11.0 - 2021-05-17
- Added PHP8 to the test runner #52 by Yozhef
- Added support for degraded health checks #54 by Andrew Warren-Love
1.10.2 - 2021-04-09
- Added backward compatibility fixes to cache health check by making it use Carbon for times #50 by nick332
1.10.1 - 2021-03-17
- Fix namespace of BasicAuth in README file #49 by mohamed-akef
1.10.0 - 2021-02-24
- Add health check make command #48 by mawaishanif
1.9.1 - 2021-02-15
- Fix named route bug in Lumen.
1.9.0 - 2021-02-12
1.8.0 - 2020-11-05
1.7.2 - 2020-10-20
- Add test case for base path functionality
1.7.1 - 2020-10-19
- Use base_path when route registering routes #41 by @palpalani
1.7.0 - 2020-10-13
1.6.0 - 2020-10-08
1.5.0 - 2020-10-03
- Add CODE_OF_CONDUCT.md
- Add StorageHealthCheck. #32 from @srichter
- Increase test coverage for HttpHealthCheck. #34 from @srichter
- Increase Test coverage for CacheHealthCheck. #33 from @srichter
- Update README.md
- Update CONTRIBUTING.md
- Update tests to use assertSame instead of assertEquals. #31 from @wesolowski
1.4.0 - 2020-09-26
- Add AddHeaders middleware
1.3.0 - 2020-09-08
- Add support for Laravel v8.x
1.2.1 - 2020-08-24
- Add Facade alias
- Update README.md
- Fixed facade all method to return a collection
1.2.0 - 2020-08-21
- Add CacheHealthCheck
- Add HealthCheck facade
1.1.0 - 2020-08-21
- Add BasicAuth middleware
- Run CI on pull requests
1.0.4 - 2020-04-26
- Use empty string to connect to default database. #8 from @RootPrivileges
1.0.3 - 2020-03-10
1.0.2 - 2020-03-05
- CI status badge to README.md
- README.md changes
1.0.1 - 2020-02-17
- GitHub Actions CI workflow
- README.md changes
1.0.0 - 2020-02-14
- Initial commit