Skip to content

Releases: Riskified/sdk_net

5.2.1

18 Mar 14:53
62a73d2

Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

5.2.0

12 Mar 17:05
adb49fa

Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

riskified_sdk_net_v5.1.0

04 Mar 11:56
70fd7d7

Choose a tag to compare

Release Notes - v5.1.0

What's Changed

  • Added optional filed totalSpent to Customer model

5.0.1

16 Jan 15:00
e0a87b6

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

5.0.0

12 Jan 17:17
11d8829

Choose a tag to compare

Release Notes - v5.0.0

This release represents a major modernization of the Riskified .NET SDK, migrating from the legacy .NET Framework 4.5.1 to the latest .NET 10.0.

⚠️ Breaking Changes

  • Minimum .NET Version: Now requires at least .NET 5 (previously .NET Framework 4.5.1)
  • Configuration Changes: App.config / ConfigurationManager has been replaced with environment variables
  • Removed Deprecated Types:
    • PaymentType enum (was already marked obsolete)
    • Duplicate AuthenticationType class from Riskified.SDK.Model.Internal

🔧 Configuration Migration

The SDK now uses environment variables instead of App.config. Update your configuration as follows:

Old (App.config) New (Environment Variable)
MerchantDomain RISKIFIED_MERCHANT_DOMAIN
MerchantAuthenticationToken RISKIFIED_AUTH_TOKEN
RiskifiedEnvironment RISKIFIED_ENVIRONMENT
NotificationsWebhookUrl RISKIFIED_NOTIFICATIONS_WEBHOOK_URL
DebugRiskifiedHostUrl RISKIFIED_DEBUG_HOST_URL

📦 Dependency Updates

Package Old Version New Version
Newtonsoft.Json 9.0.1 13.0.3

Full Changelog

What's Changed

Full Changelog: v4.0.0...5.0.0

riskified_sdk_net_v4.0.0

01 May 18:57
2332f51

Choose a tag to compare

What's new:

• Recommendation.cs: created recommendations class
• OrderNotification.cs: Added advice to order notification
• Riskified.SDK.csproj: added new classes to csproj
• HttpUtils.cs: added api-version 2 to request header
• Customer.cs: added date_of_birth and kyc details
• Advice.cs: updated advice class to align with adaptive checkout
• Recipient.cs: added routing and account number to recipient class
• Added risk score into order notification
• Adaptive checkout changes

riskified_sdk_net_v3.9.0

20 Aug 15:45
b197c44

Choose a tag to compare

What's new:

• Created RecoveryEligibility class
• Configured notification class to receive RecoveryEligibility notifs
• Added OtpInitiate class
• Added JsonSerializerSettings for enums
• Created SendInitiateOtp in ordersGateway to receive otp widget token

riskified_sdk_net_v3.8.0

12 Aug 16:31
a74b9be

Choose a tag to compare

What's new:

• added submission_reason to orderDecision class

riskified_sdk_net_v3.7.1

25 Jun 17:30
fd3e9e7

Choose a tag to compare

  • Fixed ObjectDisposedException bug in HttpUtils.cs

riskified_sdk_net_v3.5.0

18 Apr 21:13
4e49723

Choose a tag to compare

  • Add Policy Protect support
  • Modify code example to include policy protect