Releases: vutran1710/PyrateLimiter
Releases · vutran1710/PyrateLimiter
v4.0.2
Include missing docs & tests
What's Changed
- Include docs and tests in sdist by @vutran1710 in #256
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Nothing, just the same as v4.0.0
v4.0.0: new api with improvment
What's Changed
- Add redis and postgres examples by @paultiq in #226
- Implement BucketFactory del by @paultiq in #223
- [Suggestion] Migrate from Poetry to UV Builds by @paultiq in #213
- Use asyncio.sleep when called from try_acquire_async by @paultiq in #227
- Pre-commit: Switch to Ruff by @paultiq in #228
- 1: Drop 3.9, Update to 3.10 and add 3.14/3.14t by @paultiq in #229
- 2: Add context manager to Limiter by @paultiq in #230
- 3: Make time monotonic by @paultiq in #231
- Chore: Switch from Bitnami to official Postgres & Redis docker images by @paultiq in #241
- 5: Remove "Delay" from Limiter by @paultiq in #234
- Feat: Allow Leaking to be disabled in SimpleFactoryBucket by @paultiq in #243
- Extras: Add wrappers for AIOHTTP, HTTPX and Requests by @paultiq in #235
- CI: Bump to 3.14.0, and update test matrix to include; PYPY, OSX by @paultiq in #237
- Document API Changes by @paultiq in #249
- Fix migrating.md link by @paultiq in #251
- Fix Postgres Distributed rates (#248) by @paultiq in #250
- Allow any file extension for SQLite db by @JWCook in #253
Full Changelog: v3.9.0...v4.0.0
v3.9.0: Introduce MultiProcessBucket + clean up
- Introduce MultiProcessBucket
- Updte documentation to include MultiProcessBucket
- Add delay configure
- Simplify lock interface for SQLFileLock & MultiProcessBucket
v3.8.1: fix SQLiteBucket, postgres tuning
[3.8.1]
- Keep Retrying until Max Delay Has Expired
- Postgres performance turning
- Fix cursor leaks on SQLiteBucket
v3.8.0: Add FileLock option for SQLiteBucket
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