Skip to content

Releases: Kount/kount-ris-java-sdk

Version 7.3.2

31 Jul 15:40
8b1c016
Compare
Choose a tag to compare

Enhancement - Implemented Http Apache Client instead of HttpUrlConnections.

Reason -
-> It will support asynchronous call.

Version 7.2.2

14 Feb 04:58
827a2a2
Compare
Choose a tag to compare

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

27 Jan 04:44
6ee40ba
Compare
Choose a tag to compare

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

22 Aug 19:16
4f70d70
Compare
Choose a tag to compare

Omniscore implemented in Java. We have included a getter method called getOmniscore that returns the Omniscore value in the Response.

Version 7.1.1

02 Jul 14:54
bf86581
Compare
Choose a tag to compare

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

12 Sep 08:26
Compare
Choose a tag to compare

Version 7.0.0 changes

09/12/2017

  1. Introducing configuration key - this breaks backward compatibility with older releases
  2. Removed the SALT phrase
  3. Maven improvements and code updates

6.5.2

08 Aug 12:17
Compare
Choose a tag to compare

Version 6.5.2 changes

08/08/2017

  1. Removed request parameters CCMM and CCYY

6.5.1

23 Jun 06:50
Compare
Choose a tag to compare

Version 6.5.1 changes

06/23/2017

  1. Improved communication logging
  2. Added more information to connection headers
  3. Integrated more payment types, see https://api.test.kount.net/rpc/support/payments.html

6.5.0

30 May 10:43
Compare
Choose a tag to compare

Version 6.5.0 changes

05/29/2017

  1. SALT phrase configurable as system variable

Version 6.4.2 changes

04/06/2017

  1. Minor improvements for integration tests logging
  2. Fixed build issue when JDK 1.7 is used

Version 6.4.0 changes

03/30/2017

  1. New requirement for JDK / JRE -- version 1.7 and above
  2. Secure communication between client and server now using TLS v1.2
  3. Added Apache Maven tools for easier compilation, build, unit and integration
    tests, javadoc generation, and packaging
  4. General source code improvements and modernization
  5. General javadoc enhancements