forked from demianbrecht/sanction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
21 lines (19 loc) · 800 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sanction 0.3.1 (4-8-2013)
=========================
* Added refresh_token, defaulting to None instead of dynamically adding it
to the client instance
sanction 0.3 (2-21-2013)
========================
* Python 3+ support added
* Updated request to support a full range of HTTP methods (was previously POST
and GET
* Added support for multiple token transport types: HTTP headers, GET params
or custom callable
* Added exclude param to request_token in order to prevent certain fields from
token request
* Removed query param from request. These should now be added to the base url.
sanction 0.1.4 (9-14-2012)
==========================
* Added support for refresh_token
* Removed check for endpoint errors in request_token. Client code should
deal with that before calling request_token.