Skip to content

1.1 Symfony adapter support

Compare
Choose a tag to compare
@mickaelandrieu mickaelandrieu released this 12 Mar 17:45
· 91 commits to master since this release
96cad03

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