Skip to content

Releases: ZhuoZhuoCrayon/throttled-py

v2.2.3

30 Aug 04:05
b621009

Choose a tag to compare

v2.2.3 - 2025-08-30

简体中文 | English

🐛 Bug Fixes

Full Changelog: v2.2.2...v2.2.3

v2.2.2

25 Jul 01:59
8dd78c7

Choose a tag to compare

v2.2.2 - 2025-07-25

简体中文 | English

🐛 Bug Fixes

📝 Documentation

Full Changelog: v2.2.1...v2.2.2

v2.2.1

29 Jun 03:25
dbb5743

Choose a tag to compare

v2.2.1 - 2025-06-28

简体中文 | English

🐛 Bug Fixes

  • fix: fixed the inaccurate retry_after issue for "Token Bucket" & "Leaking Bucket" @ZhuoZhuoCrayon (#87)

📝 Documentation

✨ Improvements

🍃 Maintenance

Full Changelog: v2.2.0...v2.2.1

v2.2.0

31 May 07:03
c77ec81

Choose a tag to compare

v2.2.0 - 2025-05-31

简体中文 | English

🚀 New Features

  • feat: enhance Throttled decorator with cost parameter @River-Shi (#77)

📝 Documentation

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 May 19:04
454b9d8

Choose a tag to compare

v2.1.0 - 2025-05-26

简体中文 | English

🚀 New Features

📝 Documentation

✨ Improvements

Full Changelog: v2.0.2...v2.1.0

v2.0.2

02 May 16:30
e6253f9

Choose a tag to compare

v2.0.2 - 2025-05-03

简体中文 | English

📝 Documentation

📦 Dependencies

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 May 04:53
16140c1

Choose a tag to compare

v2.0.1 - 2025-05-02

简体中文 | English

✨ Improvements

📝 Documentation

📦 Dependencies

🧪 Tests

🍃 Maintenance

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Apr 16:22
1cdf134

Choose a tag to compare

v2.0.0 - 2025-04-22

简体中文 | English

🔥 Breaking Changes

🐛 Bug Fixes

📦 Dependencies

🍃 Maintenance

Full Changelog: v1.1.1...v2.0.0


v1.1.1

19 Apr 13:09
5eb6737

Choose a tag to compare

v1.1.1 - 2025-04-19

简体中文 | English

What's Changed

  • refactor: replace time.time() with time.monotonic() to reduce the impact of system clock updates by @ZhuoZhuoCrayon in #41
  • feat: add per_duration and per_week to Quota definition by @ZhuoZhuoCrayon in #43
  • fix: fixed the inaccurate calculation of per_day time span by @ZhuoZhuoCrayon in #42

Full Changelog: v1.1.0...v1.1.1


v1.1.0

16 Apr 17:08
df96dd2

Choose a tag to compare

v1.1.0 - 2025-04-17

简体中文 | English

What's Changed

Full Changelog: v1.0.3...v1.1.0