Skip to content

v7.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 04:23

7.4.0 (2021/07/30)

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.

Deprecated

  • :class:.Reddit keyword argument token_manager.