You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);