Skip to content

Releases: alisaifee/limits

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.

1.0.9

22 Apr 12:13
1.0.9
Compare
Choose a tag to compare
  • Drop support for python 2.6
  • Documentation improvements