All notable changes to guzzle-rate-limiter-middleware will be documented in this file
- add support for PHP 8
- Pass a
$limitparameter inStore::push, the signature is nowStore::push(int $timestamp, int $limit) - Allow custom
Deferrerinstances to be passed toRateLimiterMiddleware::perMinuteandRateLimiterMiddleware::perSecond
- Allow Guzzle 7
- Cast return value of SleepDeferrer to int (#7)
- use usleep to ensure sleep actually happens (#5)
- initial release