PRAW v6.0.0 Release Notes

Release Date: 2018-07-24 // almost 6 years ago
  • Added

    • ➕ Add method :meth:.WikiPage.revision to get a specific wiki page revision.
    • Added parameter skip_existing to :func:.stream_generator to skip existing items when starting a stream.
    • ➕ Add method :meth:.Front.best to get the front page "best" listing.
    • ➕ Add :attr:.Subreddit.widgets, :class:.SubredditWidgets, and widget subclasses like :class:.TextArea to support fetching Reddit widgets.
    • ➕ Add method :meth:.Submission.mark_visited to mark a submission as visited on the Reddit backend.

    🛠 Fixed

    • 🛠 Fix RecursionError on :class:.SubredditEmoji's repr and str.
    • 🚚 :meth:.SubredditFilters.add and :meth:.SubredditFilters.remove also accept a :class:.Subreddit for the subreddit parameter.
    • ✂ Remove restriction which prevents installed (non-confidential) apps from using OAuth2 authorization code grant flow.

    Removed