Skip to content

Releases: nikolaposa/rate-limit

Rate Limit 3.2.0

17 May 14:40
Compare
Choose a tag to compare

Rate Limit 3.1.0

29 Dec 22:53
Compare
Choose a tag to compare

Changed

  • PHP 8.1 is now the minimum required version

Rate Limit 3.0.0

31 Oct 11:03
Compare
Choose a tag to compare

Rate Limit 2.2.0

14 Jan 09:38
Compare
Choose a tag to compare

Added

Changed

Rate Limit 2.1.0

Rate Limit 2.0.0

22 Mar 19:48
Compare
Choose a tag to compare

Added

  • Rate object representing "per unit of time" rate of operations

Changed

  • PHP 7.2 is now the minimum required version
  • RateLimiter now accepts identifier and Rate so rate can be specified during runtime

Removed

Rate Limit 1.0.1

25 Oct 19:49
Compare
Choose a tag to compare

Rate Limit 1.0.0

14 Feb 18:54
Compare
Choose a tag to compare

First stable release.

Rate Limit 0.4.0

09 Feb 20:37
Compare
Choose a tag to compare
Rate Limit 0.4.0 Pre-release
Pre-release

Rate Limit 0.3.0

04 Feb 11:00
Compare
Choose a tag to compare
Rate Limit 0.3.0 Pre-release
Pre-release

Added

Changed

  • Default identity is now generated based on certain request attributes
  • Instead of returning default value, Storage raises exception if value doesn't exist under key

Fixed

  • Fixed Redis-backed rate limiter factory