Releases: Kount/kount-ris-java-sdk
Version 7.3.2
Enhancement - Implemented Http Apache Client instead of HttpUrlConnections.
Reason -
-> It will support asynchronous call.
Version 7.2.2
Issue : RIS SDK compatibility issue was there with Java 11.
Update Notes :
Javax.bind is not in-built with Java 11, dependency added in Pom.xml
Javadoc is updated from 2.10.4 to 3.1.0
Junit is updated from 4.10 to 4.12
Version 7.2.1
Issue : Log4j is vulnerable to deserialization of untrusted data which can be exploited to remotely execute arbitrary code when combined with a deserialization gadget when listening to untrusted network traffic for log data.
Solution : Log4j2 implemented in RIS Sdk instead of log4j.
7.2.0
Omniscore implemented in Java. We have included a getter method called getOmniscore that returns the Omniscore value in the Response.
Version 7.1.1
7/2/2018
Added support to pass an IPV6 address with the IPAD field. IMPORTANT NOTE: IPV6 addresses are converted to a static IPV4 address within RIS (10.0.0.1).
7.0.0
Version 7.0.0 changes
09/12/2017
- Introducing configuration key - this breaks backward compatibility with older releases
- Removed the SALT phrase
- Maven improvements and code updates
6.5.2
Version 6.5.2 changes
08/08/2017
- Removed request parameters CCMM and CCYY
6.5.1
Version 6.5.1 changes
06/23/2017
- Improved communication logging
- Added more information to connection headers
- Integrated more payment types, see https://api.test.kount.net/rpc/support/payments.html
6.5.0
Version 6.5.0 changes
05/29/2017
- SALT phrase configurable as system variable
Version 6.4.2 changes
04/06/2017
- Minor improvements for integration tests logging
- Fixed build issue when JDK 1.7 is used
Version 6.4.0 changes
03/30/2017
- New requirement for JDK / JRE -- version 1.7 and above
- Secure communication between client and server now using TLS v1.2
- Added Apache Maven tools for easier compilation, build, unit and integration
tests, javadoc generation, and packaging - General source code improvements and modernization
- General javadoc enhancements