iOS SDK 3.8.2
about 18 hours ago by ReadMe API
- Remove the
Configuration.enableProxy
parameter from theConfiguration
initializer to avoid misconfiguration issues. It was introduced too early and will be added back at a later date.
deprecated
End of Support for Legacy Browsers - July 1, 2025
about 19 hours ago by Alexandre
As of July 1, 2025, DataDome will no longer support the following browsers for CAPTCHA and Device Check:
JavaScript Tag 5.1.0
1 day ago by Dara Hak
- Add
challengeLanguage
option to force challenges forXMLHttpRequest
orFetch
requests to be displayed with a specific language and ignore language settings from the browser
Fastly module 2.24.3
6 days ago by ReadMe API
- Unset conflicting enriched headers from client requests to prevent unintended overrides of DataDome empty value
Fraud SDK Go v1.2.0
6 days ago by Riberon-Piatyszek Léo
- Remove
Authentication
field from theUser
structure - Add
AccountUpdateWithAuthentication
functional option to set theAuthentication
field for account update events - Add
RegistrationWithAuthentication
functional option to set theAuthentication
field for registration events - Add
PaymentMethodUpdated
field to theUser
structure for account update events
Flutter Dio SDK 3.3.4
9 days ago by Yvan Rajaonarivony
- Add mounted check to the challenge page to prevent calling setState after the page is disposed of, avoiding potential crashes
Android SDK 3.0.0
14 days ago by Yvan Rajaonarivony
- Fix large HTML responses buffering to avoid truncation
- Fix crash in manual integration when requestId is not provided and an exception is raised
- Ensure manual response handling executes on a background thread to avoid blocking UI thread