Skip to content

Releases: vutran1710/PyrateLimiter

v4.0.2

23 Jan 09:32
634d166

Choose a tag to compare

Include missing docs & tests

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

22 Jan 06:43
c24d36d

Choose a tag to compare

Nothing, just the same as v4.0.0

v4.0.0: new api with improvment

22 Jan 06:23
bb85233

Choose a tag to compare

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
    1. Move "now()" from Limiter.clock.now() to AbstractBucket.now() by @paultiq in #232
  • 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

30 Jul 14:39
8cb467e

Choose a tag to compare

  • Introduce MultiProcessBucket
  • Updte documentation to include MultiProcessBucket
  • Add delay configure
  • Simplify lock interface for SQLFileLock & MultiProcessBucket

v3.8.1: fix SQLiteBucket, postgres tuning

23 Jul 09:39
4b9aa9f

Choose a tag to compare

[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

23 Jul 09:04
1a73cb8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.1...v3.8.0

v3.7.0: add method to remove bucket

11 Aug 18:19
b309854

Choose a tag to compare

v3.6.2: fixes some issues with sqlite bucket & few other minor problems

10 Aug 17:07
bcb8b5a

Choose a tag to compare

v3.6.1: Support creating/getting bucket asynchronously

30 Apr 17:30
c6d5f88

Choose a tag to compare

Add support for creating/getting bucket asynchronously

v.3.6.0: Replace psycopg@2 with psycopg@3 for PostgresBucket

17 Mar 15:08
9919d5a

Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.6.0