Skip to content

Releases: alisaifee/limits

2.7.2

11 Dec 20:06
2.7.2
Compare
Choose a tag to compare

Compatibility Updates

  • Update documentation dependencies
  • Relax version constraint for packaging dependency
  • Bump CI to use python 3.11 final

2.7.1

20 Oct 18:19
2.7.1
Compare
Choose a tag to compare

Compatibility Updates

  • Increase pymemcached dependency range to in include 4.x
  • Add python 3.11 rc2 to CI

2.7.0

17 Jul 00:08
2.7.0
Compare
Choose a tag to compare

Compatibility Updates

  • Update coredis requirements to include 4.x versions
  • Remove CI / support for redis < 6.0
  • Remove python 3.7 from CI
  • Add redis 7.0 in CI

2.6.3

05 Jun 22:32
2.6.3
Compare
Choose a tag to compare

Chores

  • Update development dependencies
  • Add CI for python 3.11
  • Increase test coverage for redis sentinel

2.6.2

13 May 05:03
2.6.2
Compare
Choose a tag to compare

Compatibility Updates

  • Update motor requirements to include 3.x version
  • Update async redis sentinel implementation to remove use of deprecated methods.
  • Fix compatibility issue with asyncio redis reset method in cluster mode
    when used with coredis versions >= 3.5.0

2.6.1

26 Apr 01:05
2.6.1
Compare
Choose a tag to compare

Bug Fix

  • Fix typing regression with strategy constructors Issue 88

2.5.4

26 Apr 00:41
2.5.4
Compare
Choose a tag to compare

Bug Fix

  • Fix typing regression with strategy constructors Issue 88

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