rate-limiter

Provides a Token Bucket implementation to rate limit input and output in your application

MIT License

Downloads
23.3M
Stars
235
Committers
34

Bot releases are hidden (Show)

rate-limiter - v5.3.14

Published by fabpot over 2 years ago

rate-limiter - v6.0.2

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v6.0.1...v6.0.2)

  • bug #44354 Make RateLimiter resilient to timeShifting (jderusse)
rate-limiter - v5.4.2

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.4.1...v5.4.2)

  • bug #44354 Make RateLimiter resilient to timeShifting (jderusse)
rate-limiter - v5.3.13

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.3.12...v5.3.13)

  • bug #44354 Make RateLimiter resilient to timeShifting (jderusse)
rate-limiter - v6.0.1

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v6.0.0...v6.0.1)

  • bug #44494 Remove FQCN type hints on properties (fabpot)
rate-limiter - v6.0.0

Published by fabpot almost 3 years ago

rate-limiter - v5.4.0

Published by fabpot almost 3 years ago

rate-limiter - v6.0.0-RC1

Published by fabpot almost 3 years ago

rate-limiter - v5.4.0-RC1

Published by fabpot almost 3 years ago

rate-limiter - v5.3.11

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.3.10...v5.3.11)

  • bug #42168 Fix wait duration for fixed window policy (jlekowski)
rate-limiter - v5.4.0-BETA3

Published by fabpot almost 3 years ago

rate-limiter - v6.0.0-BETA3

Published by fabpot almost 3 years ago

rate-limiter - v6.0.0-BETA1

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.3.10...v6.0.0-BETA1)

  • feature #43677 bug #42194 fix: sliding window policy to use microtime (jlekowski)
  • feature #43060 Add support for long intervals (months and years) (alexandre-daubois)
  • feature #42957 remove @experimental flag (nicolas-grekas)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
rate-limiter - v5.4.0-BETA1

Published by fabpot almost 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.3.10...v5.4.0-BETA1)

  • feature #43677 bug #42194 fix: sliding window policy to use microtime (jlekowski)
  • feature #43060 Add support for long intervals (months and years) (alexandre-daubois)
  • feature #42957 remove @experimental flag (nicolas-grekas)
rate-limiter - v5.3.4

Published by fabpot about 3 years ago

rate-limiter - v5.2.12

Published by fabpot about 3 years ago

rate-limiter - v5.2.10

Published by fabpot over 3 years ago

rate-limiter - v5.3.0

Published by fabpot over 3 years ago

rate-limiter - v5.3.0-RC1

Published by fabpot over 3 years ago

rate-limiter - v5.2.7

Published by fabpot over 3 years ago

Changelog (https://github.com/symfony/rate-limiter/compare/v5.2.6...v5.2.7)

  • bug #40658 Fix sleep value (jderusse)