Changelog

JavaScript Tag 5.0.0

  • Technical refactor to improve security and detection mechanism

Flutter Dio SDK 3.3.3

  • Enable network exception propagating to the host application when DioErrorresponse instance is null (e.g. DNS errors, unavailable network)

iOS SDK 3.8.0

  • Add new DataDome.Configuration class and a DataDomeSDK.configure(withConfiguration:) method to configure the SDK from code.
  • You can now provide your API's origin to the SDK configuration to trigger earlier detection.

Go module v2.1.0

  • Add UseXForwardedHost setting to support host override via X-Forwarded-Host header

Android SDK 1.15.3

  • Fix cookie interception in DataDomeInterceptor to preserve all request cookie entries

Android SDK 1.15.2

  • Improve on-disk cookie storage mechanism to ensure consistent persistence of new cookies

React Native Fetch SDK 1.4.0-beta.1

  • Fix race condition in challenge modal to ensure only one modal is shown at a time and block execution until it is resolved
  • Replace @react-native-async-storage/async-storage with Android native CookieManager for cookie handling, to prevent potential challenge loops caused by manual cookie injection