Changelog

Fraud SDK Ruby 2.3.0

  • Add support for account update events DataDomeAccountUpdateEvent
  • Add support for password update events DataDomePasswordUpdateEvent
  • Add optional session, user, and authentication to the login and registration events
  • Add display_name, description, external_urls, picture_urls, payment_method_updated to the user model

Node.js module 2.3.0

  • Add handlers optional parameter to allow overriding fields in payloads sent to the Bot Protect API
  • Exclude empty fields from payloads sent to the Bot Protect API

Cloudflare Worker module 2.1.1

  • Allow parsing of GraphQL queries when the Content-Type header contains additional directives like charset and is not strictly equal to application/json
  • Disable follow mode for redirects on Bot Protect API responses to forward them to clients

React Native + Axios 2.0.3

  • Fix an iOS bug that prevents a request from being retried after a challenge resolution

React Native + Fetch 2.0.1

  • Fix an iOS bug that prevents a request from being retried after a challenge resolution

DataDome Terraform provider v2.3.0

  • Add support of activation and expiration dates for custom rules
  • Update dependencies to fix vulnerabilities

Fraud SDK Java 2.3.0

  • Add support for account update events
  • Add support for password update events
  • Add EventID and Score to the response model
  • Add optional Session, User, and Authentication to login and registration events
  • Add DisplayName, Description, ExternalURLs, PictureURLs, PaymentMethodUpdated to the user model
  • Add Client Hints headers to the payload
  • Add useForwarded configuration to handle the Forwarded request header