Tweepy v3.6.0 Release Notes

Release Date: 2018-03-02 // about 6 years ago
  • ๐Ÿ†• New Features / Improvements

    • ๐Ÿ“œ Parse Status.quoted_status as a Status object (#633)
    • Allow in_reply_to_status_id_str as a parameter for API.update_status and API.update_with_media (#693)
    • โž• Add stall_warnings parameter to Stream.sample (#701)
    • โž• Add API.unretweet (#735, #736)
    • Allow auto_populate_reply_metadata as a parameter for API.update_status and API.update_with_media (#761)
    • ๐Ÿ”— Allow profile_link_color as a parameter for API.update_profile
    • โž• Add support for Python 3.6 (#831, #884)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Update file size limit for API.media_upload (#717)
    • ๐Ÿ›  Fix JSONParser.parse returning None in certain cases (#765, #766)
    • Include URL parameters when accessing cache (#777)
    • Properly re-raise exceptions during streaming
    • ๐Ÿ›  Fix AttributeError and TypeError during streaming (#698)
    • Properly encode filter_level for Stream.filter (#782)