-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGELOG
167 lines (109 loc) · 6.74 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
= LitleOnline CHANGELOG
==Version 11.4.4 (March 23, 2020)
* BugFix : Added neutering for cardValidationNum
==Version 11.4.3 (Jun 6, 2018)
* BugFix : Added ability to get batch response from RFR Requests.
==Version 11.4.2 (June 7, 2018)
* Feature: Using BouncyCastle for PGP
==Version 11.4.1 (April 24, 2018)
* BugFix: Set content type to text/xml; charset=UTF-8
==Version 11.4.0 (March 26, 2018)
* Feature: Upgraded XML version to 11.4
* Feature: Added support for Visa card on file transactions
==Version 11.3.1 (March 16, 2018)
*Feature: Added PGP encryption/decryption support in batches
*BugFix : Fixed neutering of xml request and responses
==Version 10.1.1 (June 7, 2016)
Add method to close file resources
==Version 9.3.2
HTTP timeout set to 500ms
==Version 9.3.1 (March 9, 2015)
*Feature: PFIF instruction transaction was added
==Version 9.3.0 (February 13, 2015)
*Feature: Applepay support was added
*Feature: Secondary amount support was added
*Feature: Wallet support was added
*Feature: EcheckPreNoteSale batch transaction type support was added
*Feature: EcheckPreNoteCredit batch transaction type support was added
==Version 9.0.0 (August 26, 2014)
*Support version 9
*modify xsd
== Version 8.27.0 (August 26, 2014)
* Add samples in the build
* modify xsd
== Version 8.25.4 (June 6, 2014)
* Feature: Migrate build to Gradle
== Version 8.25.3 (May 1, 2014)
* Bug: Using the LitleResponseProcessor to check for responses would never work with EcheckSales.
* Feature: Make it possible to load properties file from classpath
== Version 8.25.2 (April 3, 2014)
* Feature: Add support to multi step SFTP batching. Now this process can be done in up to three steps: generate batch file, send file and retrieve file.
* Feature: Improved performance when creating multiple instances of LitleOnline.
== Version 8.25.1 (March 21, 2014)
* Bugfix: delete the reports directory on clean in build.xml
== Version 8.25.0 (March 6,2014)
* Feature: Added support for ROAM: Authorization, ForceCapture, CaptureGivenAuth, Sale, Credit
== Version 8.24.0 (February 5,2014)
* Feature: Added new element triggered rule in supoort of advancedFraudResultsType
== Version 8.23.1 (Decemeber 19, 2013)
* Bugfix: Made the sdk and xml versions global constants
== Version 8.23.0 (December 18, 2013)
* Feature: Advanced Fraud Tool Support
* Feature: Added new elements in support of CAT transactions.
== Version 8.22.1 (December 18, 2013)
* Bugfix: Corrected sdk version in batch & xml version in online and batch
* Bugfix: Changed the hardcoded xsd files to be generated correctly when built
== Version 8.22.0 (October 22, 2013)
* Feature: Support for the following new gift card transactions: ActivateReversal, DeactivateReversal, LoadReversal, RefundReversal, UnloadReversal, DepositReversal
* Feature: UpdateSubscription now can take token or paypage updates, and can return token in the response
* Feature: Support for virtualGiftCard in giftCard activations and can be returned in EnhancedAuthResponses
* Feature: Gift Card responses can be returned from AuthReversal
== Version 8.21.0 (September 20, 2013)
* Feature: Support for the following new recurring transactions: CreatePlan, UpdatePlan
* Feature: Support for the following new gift card transactions: Activate, Deactivate, Load, Unload, Balance Inquiry
* Feature: Gift card responses are now returned as part of authorzationResponse, authReversalResponse, captureResponse, forceCapture, captureGivenAuthResponse, saleResponse, creditResponse
* Feature: fraudResult is now returned as part of captureResponse, forceCaptureResponse, captureGivenAuthResponse, creditResponse
== Version 8.20.0 (August 7, 2013)
* Backwards-Incompatible Feature: More initial support for Recurring, including the ability to update or cancel subscriptions. LitleBatchResponse::getNextResponse now returns LitleTransactionInterface instead of TransactionType. This is to support the new recurring transaction types which also implement TransactionType. Most existing uses of TransactionType can just cast from LitleTransactionInterface without any other changes. The LitleResponseParser interface also includes 3 additional processor methods to handle the 3 transaction types.
* Feature: Addition of an adapter to the LitleResponseProcessor so that clients don't need to implement all of the methods if most are not used.
== Version 8.19.0 (July 29, 2013)
* Feature: Added deptRepayment as a choice for authorizations, forceCapture, captureGivenAuth, sale
* Feature: More initial support for Recurring, including a backwards incompatible changing a field from numberOfPaymentsRemaining to numberOfPayments
== Version 8.18.0 (June 14, 2013)
* Feature: Batch support - see https://gist.github.com/litleSDK/5768846 and https://gist.github.com/litleSDK/5768893
* Feature: Add support for Recurring
== Version 8.17.0 (March 29, 2013)
* Feature: Add support for surcharging credit card transactions
* Feature: Add support for specifying the terminalId on a pos transaction
* Feature: Add support for pos transactions on tied refunds
== Version 8.16.3 (March 1, 2013)
* Bugfix: Add Connection:close header to further avoid concurrent connection limit
== Version 8.16.2 (Febuary 20, 2013)
* Bugfix: Kit target was not copying the httpclient jars into the directory where they would be zipped up.
== Version 8.16.1 (Febuary 19, 2013)
* Bugfix: Avoid concurrent connection limit by shutting down the HttpClient connection manager between requests
== Version 8.16.0 (Febuary 1, 2013)
* Feature: Add recyling to voidResponse
== Version 8.15.0 (January 31, 2013)
* Feature: Add merchantData to echeck verifications and echeck redeposits
== Version 8.14.0 (October 23, 2012)
* Feature: Temporary storage of card validation num on tokens
* Feature: Updating card validation numbers on tokens
* Bugfix: Merged pull request #3 from aingram to speed up performance and avoid concurrent connection limit
* Cleanup: Removed dependency for CXF, based on suggestion from viniciusccarvalho at https://github.com/LitleCo/litle-sdk-for-java/issues/4
* Cleanup: Updated httpclient dependency to version 4.0.1
== Version 8.13.2 (June 18, 2012)
* Bugfix: Customer Info Date of Birth was being printed with a time, which violates our specification of YYYY-MM-DD
== Version 8.13.1 (May 22, 2012)
* Feature: Echeck Void now supported
== Version 8.13.0 (May 18, 2012)
* Feature: Authorizations and Sales can accept an optional fraudFilterOverride parameter
== Version 8.12.0 (April 16, 2012)
* Feature: Add support for actionReason on credit
* Feature: Track SDK Usage
== Version 8.10.2 (April 11, 2012)
* Feature: Adding support for partial overriding of settings username, password, merchantId on a per transaction basis
== Version 8.10.1 (April 9, 2012)
* Bugfix: Config file location on Windows
== Version 8.10.0 (March 23, 2012)
* Initial release