Skip to content

Releases: PrestaShop/circuit-breaker

v4.0.3

21 Nov 10:25
25fcd9b
Compare
Choose a tag to compare

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

21 Nov 00:14
575a922
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

05 Apr 16:35
8dff14c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

20 Apr 15:15
9744f98
Compare
Choose a tag to compare
  • 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

13 Jun 10:58
8764540
Compare
Choose a tag to compare

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

29 Mar 14:04
Compare
Choose a tag to compare

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

1.1.1

21 Mar 20:34
1deb54d
Compare
Choose a tag to compare

CHANGELOG

2fd8c52 Fixed service parameters call in Symfony Circuit Breaker

1.1 Symfony adapter support

12 Mar 17:45
96cad03
Compare
Choose a tag to compare

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);

First stable release of Circuit Breaker

10 Jan 00:41
921d252
Compare
Choose a tag to compare

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