Skip to content

Releases: Riskified/java_sdk

5.0.0

13 Jan 12:30
3e062fb

Choose a tag to compare

Release Notes - 5.0.0

  • Modified total price validation to only check for negative values instead of requiring positive values. This allows zero-value orders to pass validation
  • Updated JDK compiler configuration from legacy source/target tags to modern release tag (minimum Java 8)

Changelog

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

25 Nov 14:33
ed76b53

Choose a tag to compare

New Features

  • Updated shipping_address and billing_address to array
  • Added Wallet obj class
  • Added use case to policy protect

v3.0.0

18 Apr 16:23
fdbf493

Choose a tag to compare

New Features

  • Adaptive checkout changes
  • Changed naming convention in tranStatus, tranStatusReason -> transStatus, transStatusReason
  • Changed double to Double in DecisionDetails
  • Created Recommendation class, added recommendation property
  • Changed String Recommendation to List of Recommendation
  • Updated snake case to camel case in AuthenticationResult class
  • Added api-version 2 to request header
  • Added risk score to resOrder class
  • Customer class: Added KycDetails class and other ach related fields

v2.12.0

20 Aug 15:35
8c89d09

Choose a tag to compare

New Features

• Added Phone field to verification class
• Added otpInitiate object
• Implemented OTP feature and configured /initiate endpoint

v2.11.0

04 Apr 18:08
d66d358

Choose a tag to compare

New Features

• Added custom objects to Custom class
• Added RecoverEligibility property to ResOrder and Notification class

v2.9.0

19 Mar 20:14
d2dc93a

Choose a tag to compare

New Features

• Added /verification endpoint and recover eligibility class

v2.8.1

18 Aug 17:00
67df325

Choose a tag to compare

New Features

• Added "apple" to list of accepted social_login in SocialType.java

v2.7.1

29 Jun 14:11
fb7deed

Choose a tag to compare

New Features
• Changed the getter methods for totalPrice, totalDiscounts, totalLineItemsPrice, totalPriceUsd, totalTax,
totalWeight from double to Double in BaseOrder class

v2.6.1

19 May 19:32
ef2e91e

Choose a tag to compare

New Features
• Uncommented getShippingAddress()

• Changed type int to Integer for numberOfGuests in AccommodationLineItem class

v2.6.0

08 May 22:27
680f8ad

Choose a tag to compare

New Features
• Changed charge_free_payment_details property in the base order obj to charge_free_payment_details[]