Releases: SiftScience/sift-java
Releases · SiftScience/sift-java
Release 3.21.2
- Bumped version for gson from 2.10 to 2.13.1
- Bumped version for okhttp from 4.12.0 to 5.1.0
- Bumped version for okio from 3.6.0 to 3.15.0
- Bumped version for commons-codec from 1.15.0 to 1.19.0
Release 3.20.0
- Added support for
$promotions
complex field to$update_account
event fields - Added support for
$iata_carrier_code
to the$segment
complex field - Removed support for
$iata_carrier_code
in the$booking
complex field
Release 3.19.0
- Added support for $exchange_rate complex field to the Events API
Release 3.18.0
- Added support for
$card_bin_metadata
complex field to the$payment_method
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