Tweepy v3.4.0 Release Notes

Release Date: 2015-08-14 // over 8 years ago
  • ๐Ÿ†• New Features

    • โž• Add API for account/settings (PR #596)
    • โž• Added RateLimitError for easily working with the rate limit. (Issue #600, PR #611) @obskyr
    • Allow include_email param for verify_credentials API (PR #623)
    • โž• Added support for the "filter_level" parameter for the streaming API (PR #619)

    ๐Ÿ› Bug Fixes

    • Streaming: don't decode stream bytes until json.decode (PR #606)
    • โž• Typo fix on _add_list_members, _remove_list_members properties. (PR #593)
    • ๐Ÿ›  Fixes issue #570 - add "exception" when raising one
    • ๐Ÿ”„ Change raise in streaming.py to raise exception (PR #621)