Releases: mariusbalcytis/gentle-force-bundle
Releases · mariusbalcytis/gentle-force-bundle
0.6.3
0.6.2: Catch Predis\ClientException when no Sentinels are available (#31)
When "No sentinel server available for autodiscovery" happens, `FailureHandlingThrottler` should catch this. Co-authored-by: Valentinas Bartusevičius <v.bartusevicius@paysera.com>
0.6.1: Change wait_for_header to integer (#25)
Co-authored-by: Dilanas Sabaliauskas <d.sabaliauskas@paysera.com>
Support for Symfony 5.x
Add Support for Symfony5 (#20) * add support for symfony 5 * update dependency-injection-extra * use dev-symfony5 * update Kernel Events * [WIP] Fix tests * Fix TestKernel creation * add ArrayLogger (taken from http-kernel tests) * add phpunit 6 & 7 * php-cs-fixer * headers are returned as int in 4.3, string in 5.0 * cast header values as string * drop support for PHP 7.0 & remove custom repository * typo
0.5.4: Fixes deprecation warning (#17)
Also drops support for PHP 5.x