Skip to content

Releases: SiftScience/sift-dotnet

Release 1.7.0

04 Dec 15:54
9117c07

Choose a tag to compare

Added

  • $ip field support in events
  • $user_email field in $create_content, $update_content events
  • $verification_phone_number field in $update_content event
  • $reviewed_user_id field in $review complex type

Release 1.6.0

03 Dec 13:35
c296f23

Choose a tag to compare

NuGet Package Updates

  • Bumped Newtonsoft.Json from 13.0.2 to 13.0.4
  • Bumped System.ComponentModel.Annotations from 4.5.0 to 5.0.0

Breaking Changes

  • $iata_carrier_code moved from Booking to Segment complex type (API v205 compliance)

Added

  • $exchange_rate field support in $create_order, $update_order, $transaction, $wager events and $booking, $item, $discount complex types
  • $card_bin_metadata field in $payment_method complex type
  • $promotions field in $update_account event
  • $iata_carrier_code field in Segment complex type
  • Apple Silicon (ARM64) native support (osx-arm64 runtime)
  • .NET 8.0 support (migrated integration tests from .NET 7)
  • Comprehensive integration test coverage for all new fields

Release 1.5.0

24 Dec 12:23
58936b2

Choose a tag to compare

Added support for iGaming Events API:

  • new event type $wager
  • extra fields for $deposit and $withdrawal Transactions

Release 1.4.0

27 Sep 06:22
99fe47c

Choose a tag to compare

Adding support for $iata_carrier_code field for $booking complex field

Release 1.3.0

18 Jun 12:15
1343c16

Choose a tag to compare

Added Warnings to the Event Response

Release 1.2.0

22 Dec 14:13
03ea2fd

Choose a tag to compare

Fixes in PSP Merchants API

Release 1.1.0

20 Oct 12:07
afabeaf

Choose a tag to compare

Support score percentiles in Score API

Release 1.0.0

01 Sep 08:12
05d737d

Choose a tag to compare

  • 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

31 Aug 13:24
9d31e13

Choose a tag to compare

  • 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

28 Aug 10:37
18af0d6

Choose a tag to compare

  • Support of $update_content event type
  • Support of score_percentiles (only for the accounts that have the feature enabled)
  • Minor fixes