React Native + Fetch 2.0.0
1 day ago by Alexandre Brispot
- 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 />
- Before:
React Native + Axios 2.0.0
1 day ago by Alexandre Brispot
- 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 />
- Before:
- Use Java's
CookieManager
on Android - Remove
@react-native-async-storage/async-storage
from peer dependencies
Google Cloud Load Balancer module 1.2.0
6 days ago by ReadMe API
- Support Service Extensions set up using Google Compute Engine
deprecated
Deprecation of HAPEE integration on August 1st, 2025
11 days ago by Riberon-Piatyszek Léo
As of August 1st, 2025, DataDome will deprecate support for the HAPEE server-side integration.
Java module 2.1.0
11 days ago by Mickaël Guichard
- Add
use_forwarded
configuration to use theforwarded
header value to overridex-forwarded-*
values
Fastly module 2.25.0
12 days ago by ReadMe API
- 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
12 days ago by Riberon-Piatyszek Léo
- Fix the case of the
XRealIP
in the JSON payload to the Account Protect API
Node.js module 2.2.0
15 days ago by Riberon-Piatyszek Léo
- Add
CookiesList
to payloads sent to Protection API