forked from twilio/authy-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
84 lines (53 loc) · 1.47 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
python-authy Changelog
=======================
Here you can see the full list of changes between each python-authy release.
Version 0.0.1
-------------
- Initial version
VERSION 0.0.2
-------------
- Bugfixes
- Support for requesting sms tokens
Version 0.0.3
-------------
- Bugfixes
- Allow to pass additional params to request_sms and verify token
Version 0.0.4
-------------
- Improve error parsing
Version 1.0.0
-------------
- Force token verification by default
Version 1.1.0
-------------
- Add support for fetching application details.
- Add support for fetching application statistics.
Version 2.0.0
-------------
- Make use of requests dependency instead of httplib2.
Version 2.1.0
-------------
- Add support for fetching user status.
- Add support for start and check phone verification.
- Add support for get phone info.
Version 2.1.1
-------------
- Add support for delete user endpoint.
- Add method to verify if an SMS request was ignored.
Version 2.1.2
-------------
- Add Authy User-Agent to requests headers.
- Add method to get current library version.
Version 2.1.3
-------------
- Supporting "locale" parameter for Phone Verification. Supported languages are 'en', 'es', 'pt', 'it', 'fr', 'de'.
- Move phone intelligence doc to its own section.
- Improvements to README.
- Updating copyright year.
Version 2.1.4
-------------
- Added make target to run independent test files.
Version 2.1.5
-------------
- Added onetouch support.
- Request token via call