From: Harmon Date: Fri, 20 May 2022 17:28:43 +0000 (-0500) Subject: Add changelog for version 4.10.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dbfac2adf590d9d46fef3af0ffb619627bb645a4;p=tweepy.git Add changelog for version 4.10.0 --- diff --git a/docs/changelog.md b/docs/changelog.md index d3c0870..e597a42 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,24 @@ Changelog These changelogs are also at as release notes. +Version 4.10.0 +-------------- + +### New Features / Improvements +- Add asynchronous interfaces for Twitter API v2 + - Add `asynchronous.AsyncClient` ([0aadd53](https://github.com/tweepy/tweepy/commit/0aadd5327b8e14fd6921ffb10153145cc9c58061)) + - Add `async_lru` as requirement for `async` extra + - Add `asynchronous.AsyncStreamingClient` ([9051ba6](https://github.com/tweepy/tweepy/commit/9051ba64bc0610c9e0027e53f6e32a72de67d1e2)) +- Add support for reverse chronological home timeline with Twitter API v2 ([#1900](https://github.com/tweepy/tweepy/issues/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](https://github.com/tweepy/tweepy/commit/096a62c737218c4b51682c1127ab2a876547ad73)) + +### Twitter API Deprecations +- Deprecate `AsyncStream.sample` and note deprecation of compliance messages for `AsyncStream.filter` ([e043074](https://github.com/tweepy/tweepy/commit/e0430748b311cfc0d284897351ae589db0b85ada), [1b77007](https://github.com/tweepy/tweepy/commit/1b77007aee7b491a7878996b060a102984e84edd)) + +### Misc +- Update and improve various documentation and tests + Version 4.9.0 -------------