Cloudflare Workers module 1.18.0

by Riberon-Piatyszek Léo
  • Add DATADOME_ENABLE_REFERRER_RESTORATION option to enable the referrer restoration

Envoy module 2.0.0

by Lauro GONCALVES DA ROCHA

Breaking changes

  • Update compatibility range to Envoy >= 1.23.0

Improvements

  • Update request timestamp resolution to microseconds to improve the accuracy of latency measurements
  • Fix condition to validate responses from Protection API

Fastly module 2.23.0

by Mickaël Guichard
  • Add x-sigsci-no-inspection: true header on sub-requests sent to Protection API to skip inspection by Next-Gen WAF

In our ongoing commitment to security, we will progressively retire support for TLS versions 1.0 and 1.1 on our API endpoints.

As of November 5th 2024, the regional endpoint on api-eu-france-1.datadome.co only supports TLS 1.2 and higher.

  • Allow peer dependency on @react-native-async-storage/async-storage with version 2.0.0 and higher

Node.js module 2.0.1

by Riberon-Piatyszek Léo

General changes

  • Add missing dependency on tslib

Node.js module 2.0.0

by Riberon-Piatyszek Léo

General changes

  • Collect fetch metadata headers
  • Raise runtime error when using invalid constructor arguments

Breaking changes

  • Split @datadome/node-module into two separate packages:
  • Rename uriRegex option to urlPatternInclusion
  • Rename uriRegexExclusion option to urlPatternExclusion
  • Remove port, shouldUseSsl and path options from DatadomeClient
  • Move and rename endpoint parameter from being the second argument in DataDomeClient class to being part of the options object, now called endpointHost

@datadome/common

@datadome/module-express

  • Rename authCallback method to handleRequest
  • Add middleware method to return a request handler

@datadome/module-http

  • Rename auth method to handleRequest
  • Change the handleRequest signature to return a promise

Tyk module 1.2.0

by Riberon-Piatyszek Léo
  • Add GraphQL support for POST requests
    • Add datadome_enable_graphql_support option to enable GraphQL support
  • Add debug logs and enhance log outputs
    • Add datadome_debug option to enable debug mode

Akamai module 1.2.2

by Laure de Griève
  • Add troubleshooting information about module configuration and API responses in the x-datadome-log debug header
  • Truncate value ofX-Real-IPheaders
  • Rename ClientId into ClientID to comply with API contract

IIS module 3.1.0

by Lauro GONCALVES DA ROCHA
  • Add support of session by header (more info here)