PRAW v7.5.0 Release Notes

Release Date: 2021-11-13 // over 2 years ago
  • โž• 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.