Add note about deprecation and removal of Stream and AsyncStream
authorHarmon <Harmon758@gmail.com>
Fri, 17 Mar 2023 11:48:44 +0000 (06:48 -0500)
committerHarmon <Harmon758@gmail.com>
Fri, 17 Mar 2023 11:48:44 +0000 (06:48 -0500)
docs/streaming.rst

index c2154cde9f9a5471973047c5ab18ebd56f42fc69..d359e35a2116cb0b4b4f5f4cc6d2f8d5e27d5fd9 100644 (file)
@@ -18,6 +18,11 @@ https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data
 The Twitter API v1.1 streaming endpoints, `statuses/filter`_ and
 `statuses/sample`_, have been deprecated and retired.
 
+.. note::
+
+    ``Stream`` and ``AsyncStream`` were deprecated in v4.13 and removed with
+    v4.14.
+
 :class:`StreamingClient` allows `filtering <v2 filtering_>`_ and
 `sampling <v2 sampling_>`_ of realtime Tweets using Twitter API v2.