_RestIterable can iterate 'users' and 'ids'.
v2.3.1, 18 Feb 2015 -- Changed 'is' to '==' for string comparison.
v2.3.3, 21 Mar 2015 -- Merged revinewaters fix in TwitterError.py.
v2.3.5, 28 Oct 2015 -- Removed deprecated classes RestIterator, StreamingIterator.
v2.3.6, 20 Dec 2015 -- Added support in TwitterRestPager for endpoints with cursors.
v2.4.0, 23 Jan 2016 -- Added support for Curator API and Collections API.
v2.4.2, 14 Aug 2016 -- Merged karlicoss. Added method_override to request.
v2.4.3, 29 Dec 2016 -- Create request session inside a with block.
v2.4.4, 29 Dec 2016 -- Merged Socialery patch. Added optional arguments to json() method.
v2.4.5, 25 Feb 2017 -- Merged NeilCTurner patch. Added statuses/unretweet API endpoint.
v2.4.6, 16 Jul 2017 -- Merged RickRedSix patch. Added direct message endpoints.
v2.4.7, 22 Oct 2017 -- Added endpoints for Ads API.
v2.4.8, 03 Feb 2018 -- Merged RickRedSix patch. Added account activity endpoints.
v2.4.9, 03 Feb 2018 -- Merged torufurukawa patch. Added webhook endpoint.
v2.4.10, 11 Mar 2018 -- Merged torufurukawa patch. Added direct message endpoint.
v2.5.0, 15 Mar 2018 -- Renamed get_rest_quota() to get_quota().
Renamed TwitterRestPager to TwitterPager.
v2.5.1, 19 May 2018 -- Added support for both HTTP and HTTPS proxies.
v2.5.2, 19 May 2018 -- Added endpoints for Premium Search API.
v2.5.3, 19 May 2018 -- Added 'results' to iterator and a new Premium Search example.
v2.5.4, 25 May 2018 -- Modified TwitterPager to support Premium Search's cursor.
v2.5.5, 07 Oct 2018 -- Merged x0139 patch. Added typing indicator endpoint.
Added DM destroy endpoint.
v2.5.6, 09 Oct 2018 -- Fixed TwitterPager.
v2.5.7, 15 Dec 2018 -- Merged HyperManTT patch. Added subscripts/list endpoint.
v2.5.8, 25 Dec 2018 -- Fixed bug in TwitterPager, repeating results.
v2.5.9, 14 Jan 2019 -- Fixed bug in TwitterPager, stalling but not exiting when no more results.
Moved USER_AGENT and TIMEOUT constants to TwitterAPI class static variables.
v2.5.10, 28 Oct 2019 -- Merged HammadH-variable-timeouts.
v2.5.11, 10 Apr 2020 -- Merged RickRedSix patch. Added Labs API.
v2.5.12, 13 Jul 2020 -- Merged drbig patch. Improved error reporting.
v2.5.13, 17 Jul 2020 -- Merged drbig patch. Override exception handling in TwitterPager.
Merged reuning patch. Added new endpoint.
v2.5.14, 17 Sep 2020 -- Fix TwitterPager to iterate integer ids.
v2.6.0, 04 Oct 2020 -- Merged dylancaponi-twitter-v2 with V2 support.
Made several modifications to complete V2 support.
Dropping Python 2.7 compatibility.
v2.6.1, 23 Oct 2020 -- Fix TwitterPager, add conversation example.
v2.6.2, 27 Oct 2020 -- Merged ckovamees-master with add media endpoints.
v2.6.3, 12 Jan 2021 -- Merged peguerosdc-master with v2 user endpoints.
v2.6.4, 27 Jan 2021 -- Fixed conversation_tree.py example.
v2.6.5, 30 Jan 2021 -- Merged dylancaponi-patch-1 with Ads endpoints.
v2.6.6, 14 Feb 2021 -- Fixed v2 next/prev token in TwitterPager.
v2.6.7, 19 Feb 2021 -- Fixed v2 next/prev token in TwitterPager for search.
v2.6.8, 19 Feb 2021 -- Added v2 tweet hydration.
v2.6.9, 21 Feb 2021 -- Fixed bug in _StreamingIterable.
v2.6.10, 06 Apr 2021 -- Added 'mentions' to be hydrated.