Skip to content

Releases: alisaifee/limits

2.2.0

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

Feature

  • Enable async redis for python 3.10 via coredis

Chore

  • Fix typing issue with strategy constructors

2.1.1

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

Feature

  • Enable async memcache for python 3.10

Bug fix

  • Ensure window expiry is reported in local time for mongodb
  • Fix inconsistent expiry for fixed window with memcached

Chore

  • Improve strategy tests

2.1.0

22 Apr 12:14
2.1.0
Compare
Choose a tag to compare
  • Remove use of unused no_add argument in limits.storage.MovingWindowSupport.acquire_entry
  • Documentation theme upgrades
  • Code linting
  • Add compatibility CI workflow

2.0.2

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

Ensure package is marked PEP-561 compliant

2.0.1

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

Added type annotations

2.0.0

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

Drop support for python < 3.7

1.5

22 Apr 12:14
1.5
Compare
Choose a tag to compare
1.5
  • Support Memcache over unix domain socket
  • Support Memcache cluster
  • Pass through constructor keyword arguments to underlying storage
    constructor(s)
  • CI & test improvements

1.4

22 Apr 12:14
1.4
Compare
Choose a tag to compare
1.4
  • Support for redis over unix domain socket
  • Support extra arguments to redis storage

1.1.1

22 Apr 12:13
1.1.1
Compare
Choose a tag to compare

Support for rediss:// storage scheme to connect to redis over ssl

1.1

22 Apr 12:13
1.1
Compare
Choose a tag to compare
1.1
  • Authentiation for Redis Sentinel
  • Bug fix for locking failures with redis.