Cloudflare Worker module 2.0.0

Breaking changes

React Native + Fetch 2.0.0

  • Add support for React Native's New Architecture
  • Remove the need for props when instantiating a DataDomeModal component
    • Before: <DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} />
    • After: <DataDomeModal />

React Native + Axios 2.0.0

  • Add support for React Native's New Architecture
  • Remove the need for props when instantiating a DataDomeModal component
    • Before: <DataDomeModal onRef={ref => (DataDome.getInstance().setContainerViewRef(ref))} />
    • After: <DataDomeModal />
  • Use Java's CookieManager on Android
  • Remove @react-native-async-storage/async-storage from peer dependencies

Google Cloud Load Balancer module 1.2.0

  • Support Service Extensions set up using Google Compute Engine

JavaScript Tag 5.1.2

  • Detection improvements
deprecated

Deprecation of HAPEE integration on August 1st, 2025

As of August 1st, 2025, DataDome will deprecate support for the HAPEE server-side integration.

Java module 2.1.0

  • Add use_forwarded configuration to use the forwarded header value to override x-forwarded-* values

Fastly module 2.25.0

  • Exclude requests from DataDome protection when including a x-datadome-skip-detection header with the request ID (see FAQ section)

Fraud SDK Go v1.2.1

  • Fix the case of the XRealIP in the JSON payload to the Account Protect API

Node.js module 2.2.0

  • Add CookiesList to payloads sent to Protection API