Skip to content

Releases: praw-dev/prawcore

v3.0.1

26 Jan 20:04
Compare
Choose a tag to compare

3.0.1 (2025/01/26)

Fixed

  • Increase half-second delay introduced in 3.0.0 to a full second delay.

v3.0.0

25 Jan 07:09
Compare
Choose a tag to compare

3.0.0 (2025/01/25)

Changed

  • Drop support for Python 3.8, which was end-of-life on 2024-10-07.
  • :class:RateLimiter attribute next_request_timestamp has been removed and
    replaced with next_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 attribute reset_timestamp.

v2.4.0

01 Oct 23:29
Compare
Choose a tag to compare

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.