Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 482 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 482 Bytes

Changelog

1.0.4

  • When setting expiration window rely on TTL and not counts #3

1.0.3

  • Bumping up gems in Gemfile.lock
  • Adding test to test window expiration for FixedWindowStrategy

1.0.2

  • Fixing a bug where SlidingWindowStrategy allowed occasional requests slip through over the limit.

1.0.1

  • Fixing a bug where FixedWindowStrategy was not setting expiration on window.

1.0.0

  • Initial commit!