Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 1.4 KB

Change Log

All notable changes to this project will be documented in this file.

2.0.0 - 2020-03-22

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

1.0.1 - 2017-10-25

Fixed

1.0.0 - 2017-02-14

0.4.0 - 2017-02-09

Changed

0.3.0 - 2017-02-04

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

0.2.0 - 2017-01-27

Added

Changed