Releases: praw-dev/prawcore
Releases · praw-dev/prawcore
v3.0.1
v3.0.0
3.0.0 (2025/01/25)
Changed
- Drop support for Python 3.8, which was end-of-life on 2024-10-07.
- :class:
RateLimiter
attributenext_request_timestamp
has been removed and
replaced withnext_request_timestamp_ns
.
Fixed
- Add a half-second delay when there are no more requests in the rate limit window and
the window has zero seconds remaining to avoid a semi-rare case where Reddit will
return a 429 response resulting in a :class:TooManyRequests
exception.
Removed
- Remove :class:
RateLimiter
attributereset_timestamp
.
v2.4.0
2.4.0 (2023/10/01)
Changed
- Drop support for Python 3.6, which is end-of-life on 2021-12-23.
- Updated rate limit algorithm to better handle reddit's new rate limits.
- Drop support for Python 3.7, which is end-of-life on 2023-06-27.