@@ -178,6 +178,47 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
178178 9. org.mockito:mockito-all:1.10.19
179179 Mock objects library for java
180180
181+ ## Changes
182+
183+ Version Cybersource-sdk-java 6.2.5(TBD)
184+ _______________________________
185+ 1) Merchant cert to be read from JAVA key store. Flag is added to enable reading cert from Java keystore.
186+ 2) Added Custom HttpClient feature. Merchants can use there own http client instead of defaults which comes with SDK.
187+ 3) Http Client connection reuse issue.
188+ 4) Changed clientLibrary version to 6.2.5, in 6.2.4 release it was missed. So, in 6.2.4 release, clientLibrary version was pointing to 6.2.3.
189+
190+ Version Cybersource-sdk-java 6.2.4(Dec 15, 2016)
191+ _______________________________
192+ 1) RetryPattern config for http client.
193+ 2) Code review comments.
194+ 3) Added timers to log the method execution time.
195+ 4) Sample added to support other services.
196+
197+ Version Cybersource-sdk-java 6.2.3(Oct 17, 2016)
198+ _______________________________
199+ 1) Fixed performance issue, In case of multiple merchantIDs, p12 was getting loaded for every request.
200+ 2) p12 will be loaded once per merchantId.
201+
202+ Version Cybersource-sdk-java 6.2.2(Sep 15, 2016)
203+ _______________________________
204+ 1)Upgraded 3rd party dependencies jars including wss4j.
205+
206+ Version Cybersource-sdk-java 6.2.1(Aug 4, 2016)
207+ _______________________________
208+ 1) AkamaiSureroute config parameter introduced
209+ 2) i18n fix for NVP sample.
210+ 3) In Sample/cybs.properties file, targetAPIVersion changed to latest 1.129.
211+
212+ Version Cybersource-sdk-java 6.2.0(Jul 28, 2016)
213+ _______________________________
214+ 1) MLE[Message Level Encryption] is enabled.
215+ 2) published zip file with samples and packaged compiled cybersoruce-sdk-java jar file.
216+ 3) Bouncycastle jar issue, changed scope from provided to default"scope"
217+
218+ Version Cybersource-sdk-java 6.1.0(Feb 24,2016)
219+ _______________________________
220+ 1) SHA256 changes which is required to signed the request with SHA256.
221+
181222## Documentation
182223- For more information about CyberSource services, see <http://www.cybersource.com/developers/documentation>.
183224- For all other support needs, see <http://www.cybersource.com/support>.
0 commit comments