Flutter SDK 1.2.0

by Ghada Lahouar
  • Add support for HTML challenges
  • Add support for invisible Device Check challenge

JavaScript Tag 4.35.1

by Eloi Bahuet
  • Collect additional behavioral signals to improve the accuracy and effectiveness of detection

Android SDK 1.14.1

by Yvan Rajaonarivony
  • Prevent DataDomeWebView from being obfuscated by ProGuard
  • Allow extensions of the DataDomeWebView class

Fastly module 2.21.0

by Deleted User
  • Add support for GraphQL queries in POST requests
    Note: This feature can be enabled by setting datadome_enable_graphql_support = true

Nginx module 2.47.0

by Riberon-Piatyszek Léo
  • Add support for collecting JA3 headers passed to the module for detection enhancement

JavaScript Tag 4.35.0

by Jordan FOKOUA
  • Collect additional signals to improve the accuracy and effectiveness of detection

Android SDK 1.14.0

by Ghada Lahouar
  • Add support for HTML challenge response
  • Add DataDomeWebView class for automated cookie sharing
  • Add support for additional challenge display after an invisible Device Check
  • Adjust codebase to prevent LeakCanary from reporting a false positive memory leak
  • Deprecate bypassAcceptHeader method for custom Accept headers as the SDK now supports HTML responses

Breaking changes

  • For manual integration, a domain is required as a parameter for handleResponse method
    handleResponse(Map<String, String> headers, int statusCode, String data, @NonNull String domain)

JavaScript Tag 4.34.2

by Eloi Bahuet
  • Internal optimizations (no functional changes)