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
.