Releases: bretrzaun/statuspage
Releases · bretrzaun/statuspage
4.2.0
- add elasticsearch 8 support #22
- update DoctrineConnectionCheck
- update DoctrineMigrationCheck
4.1.0
fixes #23: DoctrineConnectionCheck: fix deprecation
4.0.0
- #20 add DoctrineMigrationCheck
- replace Guzzle with psr/http-client
- drop php 7.4 support
3.5.0
Composer: allow psr/log ^3.0
Composer: restrict elasticsearch versions
3.4.0
- Composer: allow psr/log ^2.0
- DoctrineConnectionCheck: catch throwable instead of exception
2.2.1
DoctrineConnectionCheck: catch throwable instead of exception
3.3.0
- twig template: add blocks css and javascript
- allow Guzzle 7
- deprecate Result::getSuccess() in favor of ::isSuccess()
3.2.0
- add LoggerAwareInterface
- drop php 7.2 support
- Travis: add php 8 testing
3.0.0
- BC-Break: CheckInterface: rename method check() to checkStatus()
- #18 LogfileCheck with maxage option
- upgrade to Bootstrap 4.5.0
- add Twig 3 support
- remove PHP7.1 support
- remove Twig 1 support
- remove Silex service provider