Changelog

JavaScript Tag 4.45.0

  • Add replayAfterChallenge option: automatically replay requests sent with XMLHttpRequest or fetch after passing a challenge

React Native Axios SDK 1.5.0

  • Disable info-level logs by default (i.e. logs generated with console.log)
  • Add enableVerboseLogs method to activate info-level logs

JavaScript Tag 4.44.0

  • Add enableCookieDomainFallback option: use the current domain when the API for JS payloads returns a cookie with an incompatible domain
  • Fix challenge loops caused by cookie loss when both disableAutoRefreshOnCaptchaPassed and sessionByHeader options are enabled

Flutter Dio SDK 3.3.1

  • Preserve existing cookies in Cookie headers when adding the datadome cookie on requests

Flutter Dio SDK 3.3.0

  • Add support for invisible Device Check
  • Add support for additional challenge display after an invisible Device Check

React Native Axios SDK 1.4.0

  • Add support for invisible Device Check
  • Add support for additional challenge display after an invisible Device Check

React Native Fetch SDK 1.3.0

  • Add support for invisible Device Check
  • Add support for additional challenge display after an invisible Device Check
  • Disable info-level logs by default (i.e. logs generated with console.log)
  • Add enableVerboseLogs method to activate info-level logs