PRAW v7.4.0 Release Notes
Release Date: 2021-07-30 // over 1 year 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 theparams
parameter.
๐ Deprecated
- :class:
.Reddit
keyword argumenttoken_manager
.
- :meth: