Releases: SiftScience/sift-java
Releases · SiftScience/sift-java
Release 3.17.1
- Included HTTP Status codes into
SiftException
message when possible - Validate that
apiKey
andokHttpClient
are notnull
when creatingSiftClient
- Validate that
accountId
is notnull
when creating requests which requireaccountId
Release 3.17.0
- Added support for
$wager
event type in Events API - Added support for
$minimum_deposit_amount
,$maximum_deposit_amount
,
$minimum_withdrawal_amount
,$maximum_withdrawal_amount
,$current_balance
,
and$new_balance
fields to$transaction
events
Release 3.16.0
Added support for $iata_carrier_code
to the $booking
complex field
Release 3.15.2
What's Changed
- Added support for
$guest_user_id
and$guest_booking_reference_id
fields to$guest
complex field for$create_order
and$update_order
events;
Full Changelog: v3.14.2...v3.15.2
Release 3.14.2
Added enqueueRequests
to SiftClient to fix the bug with okHttp
causing SocketTimeoutException
in some cases
Release 3.14.1
Fixed support for warnings in Events API
Release v3.14.0
Added support for warnings in Events API
Release 3.13.1
- Upgrade OkHttp to 4.12.0 and Okio to 3.6.0 to fix transitive vulnerability CVE-2023-3635
Enable Score percentiles in Scores API
Enable Score percentiles in Scores API
Release 3.12.0
- Verification API