PRAW v7.4.0 Release Notes

Release Date: 2021-07-30 // over 2 years ago
  • โž• Added

    • :meth:~.WikiPage.discussions to obtain site-wide link submissions that link to the WikiPage.
    • โช :meth:.revert to revert a WikiPage to a specified revision.
    • :meth:.Inbox.mark_all_read to mark all messages as read with one API call.
    • :meth:~.InboxableMixin.unblock_subreddit to unblock a subreddit.
    • :meth:.update_crowd_control_level to update the crowd control level of a post.
    • :meth:.moderator_subreddits, which returns information about the subreddits that the authenticated user moderates, has been restored.
    • ๐Ÿ‘€ The configuration setting refresh_token has been added back. See https://www.reddit.com/r/redditdev/comments/olk5e6/followup_oauth2_api_changes_regarding_refresh/ for more info.
    • :class:.Draft to represent a submission draft.
    • :meth:.Draft.delete to delete drafts.
    • :meth:.Draft.submit to submit drafts.
    • โšก๏ธ :meth:.Draft.update to modify drafts.
    • :class:.DraftHelper to fetch or create drafts on new Reddit.
    • :class:.DraftList to represent a list of :class:.Draft objects.

    ๐Ÿ”„ Changed

    • :meth:.Reddit.delete now accepts the params parameter.

    ๐Ÿ—„ Deprecated

    • :class:.Reddit keyword argument token_manager.