Circuit Breaker Php Versions Save

Circuit Breaker Pattern for PHP

5.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/leocarmo/circuit-breaker-php/compare/4.0.2...5.0.0

4.0.1

2 years ago
  • Massive code refactor
  • GuzzleMiddleware
  • SwooleTableAdapter

3.0.0

3 years ago
  • Deprecated support for old php versions
  • Performance improvement on success operation using redis adapter
  • General fixes

2.0.3

3 years ago

2.0.2

4 years ago

Fixing coalesce operator and add Travis CI