-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathRELEASE
More file actions
67 lines (49 loc) · 1.81 KB
/
RELEASE
File metadata and controls
67 lines (49 loc) · 1.81 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
5.1.0
- Added remaining Messsaging actions
5.0.1
- Fix version ranges
5.0.0
- Added support for Intelligence Cloud to use the new endpoint
- Removed Legacy PID Score
4.0.3
- Added config.php to Composer’s autoload classmap to prevent file-loading errors on case-sensitive systems, while maintaining compatibility with existing integrations.
4.0.2
- Update SS version to use latest
4.0.1
- Removed dependency on AppVerifyClient from Self Service SDK.
4.0.0
- Removed Legacy PID Contact.
- Removed Legacy PID Number Deactivation.
- Removed broken Telebureau methods.
3.4.0
- Added full support for App Verify API.
3.3.0
- Added methods to get information about a specified phone number
3.2.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.
3.1.1
- Added tracking to requests
3.1.0
Added method to send requests to Telesign Messaging.
Added method to send requests to the Telesign Verify API.
Added unit test for requests to Telesign Messaging.
Added unit test for requests to the Telesign Verify API.
3.0.0
- Update for PHP 7.2.
- Drop support for PHP 5.x
2.1.1
- add completion endpoint to VerifyClient
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
- various doc string updates and fixes
2.0.0
- Major refactor and simplification into generic REST client.
- API parameters are now passed as kwargs to endpoint handlers.
- Now using guzzle to perform http requests.
- UserAgent is now set to track client usage and help debug issues.
- generateTelesignHeaders is now static and easily extracted from the SDK if custom behavior/implementation is required.