-
Notifications
You must be signed in to change notification settings - Fork 12
/
RELEASE
50 lines (31 loc) · 1.27 KB
/
RELEASE
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
2.2.4
- Permits use of net-http-persistent 4.x.x
2.2.2
- Fixed issue handling empty parameters for application/json content-type
2.2.1
- Added support for application/json content-type
2.2.0
- renamed Auto Verify to App Verify
2.1.2
- changed generate_telesign_headers to use string hash keys to support ruby 2.2
2.1.1
- fixed issue renaming api_host to rest_endpoint
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
- added travis CI, codecov coverage and additional unit tests
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.
- Now using net/http/persistent to take advantage of http connection pooling for performance,
thread safety and graceful reconnects
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.