Skip to content

Commit e43600a

Browse files
committed
update changelog for v3.3
1 parent 8c5a036 commit e43600a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
---------
33

4+
Version 3.3
5+
=============
6+
7+
* Adds application only authentication. See `Twitter's documentation for details <https://dev.twitter.com/oauth/application-only>`_. To use application only authentication, pass `application_only_auth` when creating the Api; the bearer token will be automatically retrieved.
8+
9+
* Adds function :py:func:`twitter.api.GetAppOnlyAuthToken`
10+
11+
* Adds `filter_level` keyword argument for :py:func:`twitter.api.GetStreamFilter`, :py:func:`twitter.api.GetUserStream`
12+
13+
* Adds `proxies` keyword argument for creating an Api instance. Pass a dictionary of proxies for the request to pass through, if not specified allows requests lib to use environmental variables for proxy if any.
14+
15+
* Adds support for `quoted_status` to the :py:class:`twitter.models.Status` model.
16+
17+
418
Version 3.2.1
519
=============
620

0 commit comments

Comments
 (0)