Releases: Riskified/java_sdk
Releases · Riskified/java_sdk
v5.0.1-rc.4
What's Changed
- DEV-121311 | Refactor AuthenticationResult adapter to map to property name by @DavidRibeiroRiskified in #201
Full Changelog: v5.0.1-rc.3...v5.0.1-rc.4
v5.0.1-rc.3
What's Changed
- DEV-121311 | Refactor auth result adapter to take camel case into account by @DavidRibeiroRiskified in #200
Full Changelog: v5.0.1-rc.2...v5.0.1-rc.3
v5.0.1-rc.2
What's Changed
- DEV-121311 | Add AuthenticationResult Gson adapter by @DavidRibeiroRiskified in #199
Full Changelog: v5.0.1-rc.1...v5.0.1-rc.2
v5.0.1-rc.1
What's Changed
- DEV-121311 | BaseOrder address backwards compatibility by @DavidRibeiroRiskified in #196
Full Changelog: v5.0.0...v5.0.1-rc.1
5.0.0
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
- DEV-1: Update CODEOWNERS by @tomas-amaro in #186
- DEV-121748 | Change total price validation to negative only by @DavidRibeiroRiskified in #192
- DEV-122320 | Update jdk to 21, fix build and update ci by @DavidRibeiroRiskified in #189
New Contributors
- @tomas-amaro made their first contribution in #186
- @DavidRibeiroRiskified made their first contribution in #192
Full Changelog: v4.0.0...v5.0.0
v4.0.0
v3.0.0
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