Releases: PrestaShop/circuit-breaker
Releases · PrestaShop/circuit-breaker
v4.0.3
What's Changed
- Update Symfony client compatibility in composer.json, minimum compatibility for PHP is no 7.4 by @jolelievre in #49
- Remove remaining PHP 7.2 and 7.3 references by @jolelievre in #51
- Revert adding dev tools to normalize composer by @jolelievre in #52
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
v4.0.0
v3.0.0
v2.0.0
This release downgrades Guzzle version to 5 in order to make it compatible with PrestaShop 1.7
1.1.1
1.1 Symfony adapter support
CHANGELOG
- Improved the overall quality checks (2e60334 && af25267 && 9184378);
- Improved the GuzzleClient (now supports all HTTP methods f849b54);
- Introduced a new CircuitBreaker, mostly for Symfony projects: 1ac01b9, this implementation supports service URI parameters, see
ConfigurableCall
to implement your own or completeSimpleCircuitBreaker
instance; - Refactorized and improved the performance of the test suite (ee33aac);
First stable release of Circuit Breaker
Take a look at the README file to figure out the interest of this package.