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.
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