Skip to content

Releases: mariusbalcytis/gentle-force-bundle

0.6.3

26 Aug 20:03
a9c57c4
Compare
Choose a tag to compare
Adds support for php8 (#34)

0.6.2: Catch Predis\ClientException when no Sentinels are available (#31)

12 Mar 10:58
801b950
Compare
Choose a tag to compare
When "No sentinel server available for autodiscovery" happens, `FailureHandlingThrottler` should catch this.

Co-authored-by: Valentinas Bartusevičius <[email protected]>

0.6.1: Change wait_for_header to integer (#25)

30 Apr 04:46
512856a
Compare
Choose a tag to compare

Support for Symfony 5.x

06 Feb 13:45
33722b5
Compare
Choose a tag to compare
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)

14 Nov 22:09
Compare
Choose a tag to compare
Also drops support for PHP 5.x