forked from ukd1/eligible-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
101 lines (69 loc) · 2.47 KB
/
ChangeLog
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
2017-10-04 Eligible <[email protected]>
* 2.9.0
- Adding revoke functionality for session tokens
2017-03-24 Eligible <[email protected]>
* 2.8.2
- Upgrades internal rest-client dependency to 2.0.0 and higher
2017-02-23 Eligible <[email protected]>
* 2.8.1
- Upgrades internal rest-client dependency to 2.0.1
- Fixes mime-type dependency issue with newer Rails projects
2017-02-23 Eligible <[email protected]>
* 2.8.0
- Adds support for session tokens
2016-12-14 Eligible <[email protected]>
* 2.7.0
- Changed default content type to application/json
2016-11-18 Eligible <[email protected]>
* 2.6.3
- Added a new certificate fingerprint
2016-08-31 Eligible <[email protected]>
* 2.6.2
- New APIs added in testing mode, no public-facing changes
2016-05-10 Eligible <[email protected]>
* 2.6.1
- Suppressing ssl_verify_callback return code warning
- Added new endpoints: received_pdf, precert and referral
- Refactored the code and fixed couple of bugs
- Documentation updates for the endpoints
2016-02-23 Eligible <[email protected]>
* 2.6.0
- Added new endpoints customer, original signature pdf and payer.
- Added specs
- Bumped api version to 1.5
- Fixed few bugs
2016-01-07 Eligible <[email protected]>
* 2.5.0
- Added certificate pinning
- Added rubocop and fixed style/linting/metrics issues
- Migrated from outdated test-unit/mocha to current rspec for test suite
0000-00-00 Eligible <[email protected]>
* 2.4
- Refactoring Code
- More test cases
- Removed legacy endpoint for *plans*, *coverage* should be used instead.
- Removed legacy endpoint for *services*, *coverage* should be used instead.
- List of contributors and documentation updated.
- Gemfile updated, dependencies updated as well.
- Removed json gem in favor of multi_json
- Fixed the code to let the users make x12 requests at anytime.
- New endpoint for Tickets
0000-00-00 Eligible <[email protected]>
* 2.3
- New endpoint for Batch
0000-00-00 Eligible <[email protected]>
* 2.2
- New endpoint for x12 POST
0000-00-00 Eligible <[email protected]>
* 2.1
- New endpoint for payment status
0000-00-00 Eligible <[email protected]>
* 2.0
- Additional endpoints for claims, enrollments, and coverage
0000-00-00 Eligible <[email protected]>
* 1.1
- Additional endpoints for service/general and service/list
- Support x12 format in params
0000-00-00 Eligible <[email protected]>
* 1.0
- Initial release