- #45 fix inaccurate rate limit count
- #41 Remove redis deprecation warning
- #28 Fix counting the same buckets multiple times when the interval > bucket_span
- #15 Raise error if bucket_count too small
- #14 fix issue with wrong count on bucket_span == count(..interval) - @olgen
- #7 Allow adding more than one to a counter - @Nielsomat
- #8 Add Ruby 2 support and remove Ruby 1.8 support
- #6 Clean up initialization method
- #11 Optimize Redis Commits - @lautis
- #10 Add a return value - @lautis
- Allow non-string subject and key -- Thanks Alexey Noskov Fix for bucket_expiry allowed to be larger than bucket_span and causing bad results -- Thanks Alexey Noskov
Initial Relase