New Features / Improvements
- Add support for Quote Tweets lookup with Twitter API v2 (#1844)
- Add
Client.get_quote_tweets
- Add
Python Backwards-Incompatible Changes
- Drop support for Python 3.6, which has reached end-of-life status (#1788)
Bug Fixes
- Fix
Client.follow
to return response fromClient.follow_user
rather thanNone
(0742f54) - Fix
Client.unfollow
to return response fromClient.unfollow_user
rather thanNone
(c1787f0)
Misc
- Organize documentation arrangement and improve index / table of contents categorization (c5310d1)
- Add documentation for API v2 models
- Add documentation for
List
(360594b) - Add documentation for
Media
(c2dacc8) - Add documentation for
Place
(e3fa223) - Add documentation for
Poll
(61ed5d7) - Add documentation for
Space
(1a7ea1f) - Add documentation for
Tweet
(b9cef72) - Add documentation for
ReferencedTweet
(9a995b5) - Add documentation for
User
(aa3658e)
- Add documentation for
- Use Read the Docs Sphinx search extension for documentation (72c7e01)
- Add and improve API v2 examples (#1835, 6a6ef98)
- Use dash instead of underscore for requests-oauthlib requirement (2c94758)
- Optimize
Tweet.referenced_tweets
initialization (3299881) - Update and improve various documentation