Skip to content

v7.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 00:19

7.5.0 (2021/11/13)

Added

  • Log a warning if a submission's comment_sort attribute is updated after the
    submission has already been fetched and a warn_comment_sort config setting to turn
    off the warning.
  • :meth:.user_selectable to get available subreddit link flairs.
  • Automatic RateLimit handling will support errors with millisecond resolution.

Fixed

  • An import error when using PRAW in environments where libsqlite3-dev is needed to
    utilize the sqlite3 builtin.
  • Fixed bug where some keyword arguments that are passed to :meth:.Draft.submit would
    not have an effect.