-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE
More file actions
88 lines (54 loc) · 1.91 KB
/
RELEASE
File metadata and controls
88 lines (54 loc) · 1.91 KB
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
6.0.0
- Removed the create_event method for Telebureau.
5.0.1
- Fix missing runtime dependency.
5.0.0
- Added support for Intelligence Cloud to use new endpoint.
- Removed Legacy PID Score.
4.0.0
- Added full support for App Verify API.
3.0.0
- Added full support for latest version of Phone ID via POST requests.
- Removed Legacy PID Contact.
- Removed Legacy PID Number Deactivation.
2.6.0
- Added method to update verification process.
- Added method to retrieve verification process.
- Added unit test for update verification process.
- Added unit test for retrieve verification process.
2.5.0
- Added tracking to request
2.4.0
- Added new method to send requests to Telesign Messaging.
- Added new method to send requests to the Telesign Verify API.
- Added new assert unit test for requests to Telesign Messaging.
- Added new assert unit test for requests to the Telesign Verify API.
2.3.1
- Removed VERIFY_PUSH_RESOURCE variable in VerifyClient class.
2.3.0
- Removed push method in VerifyClient class
2.2.2
- Permits use of net-http-persistent 4.x.x
2.2.1
- Prepare to publish to gem
2.2.0
- Added support for phoneid addons and json content-type
2.1.2
- Added completion endpoint to VerifyClient
2.1.1
- bumped telesign version to include fix
2.1.0
- updated and improved README
- secret_key refactored to api_key to align with docs and portal
- api_host is now known as rest_endpoint to align with docs and portal
2.0.0
- Major refactor and simplification into generic REST client.
- API parameters are now passed as kwargs to endpoint handlers.
- UserAgent is now set to track client usage and help debug issues.
- generate_telesign_headers is now static and easily extracted from the SDK if
custom behavior/implementation is required.
1.0.2
- Fixed gem imports
- Added number_deactivation and telebureau create, retrieve and delete endpoints.
1.0.0
- Initial version supporting commonly used Telesign endpoints.