Bug Fixes
- Add 1 second buffer to API v2 streaming timeout (51a5d61)
- The keep-alive is often received after marginally longer than 20 seconds, causing unnecessary timeouts and reconnects with a timeout of exactly 20 seconds
- Default
AsyncBaseStream
to abort closed SSL transports (#1904) - Warn when Tweet data is missing default
edit_history_tweet_ids
field (3dea0df, #1994) - Change initial
network_error_wait
to 0 for streaming (b18c1a6)- Attempt to reconnect immediately when established streaming connection drops
Misc
- Document
limit
andpagination_token
parameters forPaginator
andAsyncPaginator
(e98ab02, bb934fc) - Use separate method to construct
Response
inClient
andAsyncClient
(#1997, 9983735) - Log streaming connection error exceptions (b7f02c6)
- Add CITATION.cff (2547b44)
- Add DOI badge to README (72a33c9)
- Replace docs/requirements.txt with docs extra (0ccfe86)
- Fix Intersphinx link to
namedtuple
in documentation forResponse
(352c74a) - Improve format of badges in README (d41c813)