Releases: vutran1710/PyrateLimiter
Releases · vutran1710/PyrateLimiter
v3.7.0: add method to remove bucket
Per request #180
v3.6.2: fixes some issues with sqlite bucket & few other minor problems
v3.6.1: Support creating/getting bucket asynchronously
Add support for creating/getting bucket asynchronously
v.3.6.0: Replace psycopg@2 with psycopg@3 for PostgresBucket
What's Changed
- Switch from psycopg v2 to v3 by @vutran1710 in #164
- Clean up by @vutran1710 in #165
Full Changelog: v3.5.1...v3.6.0
v3.5.1: Correct lib requirements
Full Changelog: v3.5.0...v3.5.1
v3.5.0: add PostgresBucket
v3.4.1
Fix some misleading warning
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Massive Performance boost for InMemoryBucket
What's Changed
- Improvement: improved in-memory-bucket performance by @vutran1710 in #159
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Update docs by @vutran1710 in #155
- Fix: background task for leaking by @vutran1710 in #158
Full Changelog: v3.2.1...v3.3.0
Fix usage with Redis
Fixed #126