JavaScript Tag 4.44.0

by Jordan FOKOUA
  • 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

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

Flutter Dio SDK 3.3.0

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

React Native Axios SDK 1.4.0

by Yvan Rajaonarivony
  • Add support for invisible Device Check
  • Add support for additional challenge display after an invisible Device Check
  • 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

JavaScript Tag 4.43.3

by Jordan FOKOUA
  • Fix an issue where a CAPTCHA following an invisible Device Check is not visible

iOS SDK 3.7.0

by ReadMe API
  • Add support for CaptchaDelegate to the DataDomeApollo SDK

Requirements

  • Xcode 15.0

Go module v2.0.0

by Riberon-Piatyszek Léo

Breaking changes

  • Rename DataDomeStruct structure to Client
  • Remove DataDome prefix on fields of the Client structure
  • Replace sub-packages with a single modulego package
  • Update the NewClient signature to use the functional options pattern
  • Handle configuration errors during the client's instantiation

General changes

  • Add support of 301/302 redirections returned by the Protection API
  • Add Logger field to the Client structure
  • Enhance code documentation