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