Skip to content

4.10.1

Compare
Choose a tag to compare
@Harmon758 Harmon758 released this 23 Aug 01:54
· 122 commits to master since this release
ad5e31b

Bug Fixes

  • Fix AsyncBaseClient rate limit handling (#1902)
  • Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules (#1942)
  • Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets (#1931)
  • Ignore AsyncClient method parameters explicitly passed as None (#1944)

Misc

  • Log text of HTTP response when handling request error in BaseStream (598ea64)
  • Update Requests documentation URL for Intersphinx linking (2c7213d)
  • Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods (#1937)