Releases: SiftScience/sift-dotnet
Releases · SiftScience/sift-dotnet
Release 1.7.0
Added
$ipfield support in events$user_emailfield in$create_content,$update_contentevents$verification_phone_numberfield in$update_contentevent$reviewed_user_idfield in$reviewcomplex type
Release 1.6.0
NuGet Package Updates
- Bumped
Newtonsoft.Jsonfrom13.0.2to13.0.4 - Bumped
System.ComponentModel.Annotationsfrom4.5.0to5.0.0
Breaking Changes
$iata_carrier_codemoved fromBookingtoSegmentcomplex type (API v205 compliance)
Added
$exchange_ratefield support in$create_order,$update_order,$transaction,$wagerevents and$booking,$item,$discountcomplex types$card_bin_metadatafield in$payment_methodcomplex type$promotionsfield in$update_accountevent$iata_carrier_codefield inSegmentcomplex type- Apple Silicon (ARM64) native support (
osx-arm64runtime) - .NET 8.0 support (migrated integration tests from .NET 7)
- Comprehensive integration test coverage for all new fields
Release 1.5.0
Added support for iGaming Events API:
- new event type $wager
- extra fields for $deposit and $withdrawal Transactions
Release 1.4.0
Adding support for $iata_carrier_code field for $booking complex field
Release 1.3.0
Added Warnings to the Event Response
Release 1.2.0
Fixes in PSP Merchants API
Release 1.1.0
Support score percentiles in Score API
Release 1.0.0
- Updates in Verification API. IMPORTANT: the changes are not backward compatible, so please refer to the examples in README to use the logic in a correct way
Release 0.13.0
- Support of $verification event type
- Support of $update_password event type
- Added fields to Score API
- Events API updates and enhancements
- Small fixes and code improvements
Release 0.12.0
- Support of $update_content event type
- Support of score_percentiles (only for the accounts that have the feature enabled)
- Minor fixes