PRAW v6.4.0 Release Notes

Release Date: 2019-09-21 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ :meth:~.Submission.crosspost support parameter flair_id to flair the submission immediately upon crossposting.
    • ๐Ÿ‘ :meth:~.Submission.crosspost support parameter flair_text to set a custom text to the flair immediately upon crossposting.
    • ๐Ÿ‘ :meth:~.Submission.crosspost support parameter nsfw to mark the submission NSFW immediately upon crossposting.
    • ๐Ÿ‘ :meth:~.Submission.crosspost support parameter spoiler to mark the submission as a spoiler immediately upon crossposting.

    ๐Ÿ›  Fixed

    • :meth:.add_community_list has parameter description to support unannounced upstream Reddit API changes.
    • โšก๏ธ :meth:~.WidgetModeration.update supports passing a list of :class:.Subreddit objects.

    ๐Ÿ”„ Changed

    • Removed css_class parameter cannot be used with background_color, text_color, or mod_only constraint on methods:

      • SubredditFlairTemplates.update()
      • SubredditRedditorFlairTemplates.add()
      • SubredditLinkFlairTemplates.add()

    โœ‚ Removed

    • โฌ‡๏ธ Drop official support for Python 2.7.
    • Multireddit.rename() no longer works due to a change in the Reddit API.