- V206 adds fintech fields.
- Add support for
$achcomplex field to$payment_methodcomplex field - Add support for
$sepacomplex field to$payment_methodcomplex field - Add support for
$wirecomplex field to$payment_methodcomplex field
- Add support for
$decline_categoryfield to$transactionevent
- Add support for
$client_languagefield to$appcomplex field - Add support for
$accept_languageand$content_languagefields to$browsercomplex field - Add support for
$brand_name,$site_countryand$site_domainfields to custom events and all reserved events except$chargeback,$link_session_to_userand$flag_content - Add support for
$ordered_fromcomplex field to$create_order,$update_order, and$transactionevents
- Add support for
$tagsfield to$bookingcomplex field
- Add support for
$bookingscomplex field to$create_orderand$update_orderevents
- Add account id and OkHttpClient to constructor
- Add Circle build
- Add support for
$appand$browserto$content_status,$order_status, and$security_notification
- Add support for
$account_typesto the$create_accountevent and the$update_accountevent - Add support for the new event
$update_password - Add support for
$verified_event,$reason,$verified_entity_idto the$verificationevent - Add support for
$ip,$browser,$appto the$verificationevent
- Add support for
$failure_reasonto the$loginevent - Add support for
$account_typesto the$loginevent - Add support for
$usernameto the$loginevent - Add support for
$social_sign_on_typeto the$loginevent
- Add support for Rescore User and Get User Score APIs
- Add support for
$appand$browserto the following events:AddItemToCart,AddPromotion,CreateAccount,CreateContent,CreateOrder,CustomEvent,Logout,RemoveItemFromCart,Transaction,UpdateAccount, andUpdateContent - Upgrade okhttp3 to 3.4.2
- Add support for Rescore User and Get User Score APIs
- Remove Guava dependency
- Replace use of internal Sun API class
- Add new query parameter force_workflow_run
- Adds support for session decisions to Decisions API
- Improved documentation in CHANGES.MD and README.md.
- Added missing fields to Message.java
- Removed deprecated files.
- Adds support for Sift Science API Version 205, including new
$create_contentand$update_contentformats - V205 APIs are now called -- this is an incompatible change
- Adds support for content decisions to Decisions API
INCOMPATIBLE CHANGES INTRODUCED IN API V205:
$create_contentand$update_contenthave significantly changed, and the old format will be rejected$send_messageand$submit_reviewevents are no longer valid- V205 improves server-side event data validation. In V204 and earlier, server-side validation accepted some events that did not conform to the published APIs in our developer documentation. V205 does not modify existing event APIs other than those mentioned above, but may reject invalid event data that were previously accepted. Please test your integration on V205 in sandbox before using in production.
- Add session level decisions in ApplyDecisionFieldSet.java.
- Add support for filtering get decisions by entity type SESSION.
- Add support for $security_notification event.
- Fix typo in ApplyDecisionFieldSet.java.
- Throw a ServerException for all 5xx server responses.
- Add support for $verification event.
- Add support for $app and $browser complex fields.
- Make base model classes public.
- Packaging with "jar" instead of "pom".
- Add support for decisions API.
- Initial public release.