PrestaShop Circuit Breaker Versions Save

A resilient PHP library that allows to safely make calls to external services

v4.0.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/PrestaShop/circuit-breaker/compare/v4.0.0...v4.0.1

v4.0.0

3 years ago
  • Migrated from Travis CI to Github Actions #39
  • Remove the secret COVERALLS_REPO_TOKEN #40
  • Update CI badge #41
  • Update dependencies to Guzzle 7, TypeHint & Fix headers #42
  • Remove cache information because cache-subscriber is abandoned #43

v3.0.0

4 years ago

Changelog

  • Merge develop to master for v3.0.0 (#34)
  • Fix psalm (#36)
  • Fix a few errors reported by phpqa (#35)
  • Update Readme, add release-drafter config (#33)
  • Introduce more generic AdvancedCircuitBreaker, use FactorySettings object (#31)

Contributors

@jolelievre

v2.0.0

5 years ago

This release downgrades Guzzle version to 5 in order to make it compatible with PrestaShop 1.7

v1.1.1

5 years ago

CHANGELOG

2fd8c52 Fixed service parameters call in Symfony Circuit Breaker

v1.1

5 years ago

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 complete SimpleCircuitBreaker instance;
  • Refactorized and improved the performance of the test suite (ee33aac);

v1.0

5 years ago

Take a look at the README file to figure out the interest of this package.