7.3.0 (2021/06/17)
Added
- :class:
.UserSubreddit
for thesubreddit
attribute of :class:.Redditor
. - :meth:
.Reddit.username_available
checks if a username is available. - :meth:
.trusted
to retrieve a :class:.RedditorList
of trusted users. - :meth:
.trust
to add a user to the trusted list. - :meth:
.distrust
to remove a user from the trusted list. - :class:
.SQLiteTokenManager
(may not work on Windows)
Changed
- :meth:
.Redditor.moderated
will now objectify all data returned from the API. - The
wiki_edit
endpoint has been changed fromr/{subreddit}/api/wiki/edit/
to
r/{subreddit}/api/wiki/edit
. - :meth:
.Redditor.block
no longer needs to retrieve a user's fullname.
Deprecated
- The
subreddit
attribute of :class:.Redditor
is no longer a dict. - Legacy modmail is slated for deprecation by Reddit in June 2021. See
https://www.reddit.com/r/modnews/comments/mar9ha/even_more_modmail_improvements/ for
more info.
Fixed
- Fixed bug where :meth:
.WikiPage.edit
and :meth:.SubredditWiki.create
would fail if
passedcontent
andreason
parameters that produced a request with a body
greater than 500 KiB, even when the parameters did not exceed their respective
permitted maximum lengths. - Fixed bug where :meth:
.Reddit.request
could not handle instances ofBadRequest
\s
when the JSON data contained only the keys "reason" and "message". - Fixed bug where :meth:
.Reddit.request
could not handle instances ofBadRequest
\s
when the response did not contain valid JSON data. - Fixed bug where :meth:
.FullnameMixin.fullname
sometimes returned the wrong fullname.