Skip to content

4.10.0

Compare
Choose a tag to compare
@Harmon758 Harmon758 released this 20 May 17:36
· 132 commits to master since this release
30ebf01

New Features / Improvements

  • Add asynchronous interfaces for Twitter API v2
    • Add asynchronous.AsyncClient (0aadd53)
      • Add async_lru as requirement for async extra
    • Add asynchronous.AsyncStreamingClient (9051ba6)
  • Add support for reverse chronological home timeline with Twitter API v2 (#1900)
    • Add Client.get_home_timeline and AsyncClient.get_home_timeline
  • Update the User-Agent header based on AsyncStream.user_agent even if AsyncStream.session is already initialized/set (096a62c)

Twitter API Deprecations

  • Deprecate AsyncStream.sample and note deprecation of compliance messages for AsyncStream.filter (e043074, 1b77007)

Misc

  • Update and improve various documentation and tests