This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
CHANGES
128 lines (86 loc) · 3.45 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
python-authy Changelog
=======================
Here you can see the full list of changes between each python-authy release.
Version 2.2.6
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.5...v2.2.6)
- [#49](https://github.com/authy/authy-python/pull/49): Remove simplejson as a dependency for python 2.6+
Version 2.2.5
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.4...v2.2.5)
- [#45](https://github.com/authy/authy-python/pull/45): add registration status endpoint
- [#47](https://github.com/authy/authy-python/pull/47): Remove reliance on sandbox API for testing, replace with mocks
- [#44](https://github.com/authy/authy-python/pull/44): Update long_description for PyPI description integration
Version 2.2.4
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.3...v2.2.4)
- [#43](https://github.com/authy/authy-python/pull/43): Add support for generating generic QR code
Version 2.2.3
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.2...v2.2.3)
- [4369b12](https://github.com/twilio/authy-python/commit/e8b5856fb3657e2d67373e135642aa18db1e968a): Upgrade requests dependency version
Version 2.2.2
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.1...v2.2.2)
- [#41](https://github.com/authy/authy-python/pull/41): Coerced token to string to allow for length comparison
- [#40](https://github.com/authy/authy-python/pull/40): Fix duplicate in CHANGES
Version 2.2.1
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.0...v2.2.1)
- [#39](https://github.com/authy/authy-python/pull/39): Adds a release script for automating deployment to PyPI
- [#36](https://github.com/authy/authy-python/pull/36): Add code_length support for phones.verification_start
- [#24](https://github.com/authy/authy-python/pull/24): Add Python 3 to language classifiers in setup.py
Version 2.2.0
-------------
- Fixes OneTouch signature validation
- Now supports Travis CI so we can release more often 🎉
Version 2.1.5
-------------
- Added onetouch support.
- Request token via call
Version 2.1.4
-------------
- Added make target to run independent test files.
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.2
-------------
- Add Authy User-Agent to requests headers.
- Add method to get current library version.
Version 2.1.1
-------------
- Add support for delete user endpoint.
- Add method to verify if an SMS request was ignored.
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.0.0
-------------
- Make use of requests dependency instead of httplib2.
Version 1.1.0
-------------
- Add support for fetching application details.
- Add support for fetching application statistics.
Version 1.0.0
-------------
- Force token verification by default
Version 0.0.4
-------------
- Improve error parsing
Version 0.0.3
-------------
- Bugfixes
- Allow to pass additional params to request_sms and verify token
VERSION 0.0.2
-------------
- Bugfixes
- Support for requesting sms tokens
Version 0.0.1
-------------
- Initial version