Skip to content

Releases: alisaifee/limits

2.6.0

25 Apr 15:53
2.6.0
Compare
Choose a tag to compare

Deprecation

  • Removed tests for rediscluster using the redis-py-cluster library

Bug Fix

  • Fix incorrect __slots__ declaration in limits.RateLimitItem
    and it's subclasses (Issue #121)

2.5.3

22 Apr 22:44
2.5.3
Compare
Choose a tag to compare

Chore

  • Automate Github releases

2.5.2

22 Apr 12:15
2.5.2
Compare
Choose a tag to compare

Chore

  • Increase strictness of type checking and annotations
  • Ensure installations from source distributions are PEP-561
    compliant

2.5.1

22 Apr 12:15
2.5.1
Compare
Choose a tag to compare

Chore

  • Ensure storage reset methods have consistent signature

2.5.0

22 Apr 12:15
2.5.0
Compare
Choose a tag to compare

Feature

  • Add support for using redis cluster via the official redis client
  • Update coredis dependency to use 3.x

Deprecations

  • Deprecate using redis-py-cluster

Chores

  • Remove beta tags for async support
  • Update code base to remove legacy syntax
  • Tighten up CI test dependencies

2.4.0

22 Apr 12:14
2.4.0
Compare
Choose a tag to compare

Feature

  • Allow passing an explicit connection pool to redis storage.
    Addresses Issue 77

2.3.3

22 Apr 12:14
2.3.3
Compare
Choose a tag to compare

Feature

  • Add support for dns seed list when using mongodb

2.3.2

22 Apr 12:14
2.3.2
Compare
Choose a tag to compare

Chores

  • Improve authentication tests for redis
  • Update documentation theme
  • Pin pip version for CI

2.3.1

22 Apr 12:14
2.3.1
Compare
Choose a tag to compare

Bug fix

  • Fix backward incompatible change that separated sentinel
    and connection args for redis sentinel (introduced in 2.1.0).
    Addresses Issue 97

2.3.0

22 Apr 12:14
2.3.0
Compare
Choose a tag to compare

Feature

  • Add support for custom cost per hit

Bug fix

  • Fix installation issues with missing setuptools