v4.11.0
版本发布时间: 2022-10-25 06:32:05
tweepy/tweepy最新发布版本:v4.14.0(2023-04-25 06:16:52)
New Features / Improvements
- Add support for retrieving edited Tweet metadata
- Add
asynchronous.AsyncPaginator
for pagination forAsyncClient
(33e444a) - Add support for
exclude
parameter forget_quote_tweets
(4f28bd8, 17e02b7, 48ebdb7)
Bug Fixes
- Handle 429 HTTP errors for streaming (#1982, #1986)
- Lower API v2 streaming timeout to 20 seconds (#1986)
- Regenerate Authorization header prior to any reconnection requests for
AsyncStream
(29bbb7b, a4c6325, 5ade386) - Use tuple for
endpoint_parameters
argument inAPI.indicate_direct_message_typing
(396ab84) - Update
models.List
methods to pass keyword arguments toAPI
methods (#1987) - Update
models.List
methods to use list ID instead of slug (73f6308)
Misc
- Log text of HTTP response when handling request error in
AsyncBaseStream
(51c3762) - Update signature for
get_list_tweets
in documentation (86577b1)- Add
media_fields
,place_fields
, andpoll_fields
parameters
- Add
- Add version changed directive to documentation for
get_list_tweets
(5cb2616) - Improve documentation for
wait_on_rate_limit
parameter for streaming (#1986) - Add release dates to changelog (f665ce6, eafa665, 3f0cc76)
- Add sections for old and previously missing versions to changelog (6aa1b77)
- Update cassettes for testing methods that return Tweet objects (872b33e)