Magento Changelog

DataDome Magento-Fastly module


1.2.247 (2026-08-12)

equivalent to Fastly module 2.31.1

  • Add missing datadome_enable_mcp_support property for Magento

[RETRACTED RELEASE]1.2.244 (2026-06-01)

⚠️

Do not use version 1.2.244, use 1.2.247 instead

The release for 1.2.244 caused issues and must not be used in production or downstream.

If you were on 1.2.244 or need features that were introduced by it, please upgrade to 1.2.247 by running these commands:

composer remove vendor/fastly/magento/fastly-magento2
composer require vendor/fastly/magento/fastly-magento2:1.2.247
bin/magento setup:upgrade --keep-generated
bin/magento setup:static-content:deploy
bin/magento cache:clean

equivalent to Fastly module 2.31.0

  • Collect Sec-Fetch-Storage-Access header from requests
  • Sanitize request headers
  • Add support for Model Context Protocol (MCP)
  • Increase length limit from 128 to 512 characters for DataDome cookie to support upcoming features
  • Handle 429 status code (Too Many Requests) responses from Protection API to support upcoming features
  • Remove dd_referrer query parameter from URL in Referer header to avoid passing it upstream to origin server when var.datadome_restore_referrer is enabled.
  • Collect Skyfire-Pay-ID header for AI bot monetization
  • Support new enriched headers x-datadome-protection, x-datadome-endpointname, x-datadome-endpointid, x-datadome-clientside-executed, x-datadome-session-duration, x-datadome-activesession-duration, x-datadome-activesession-requestnumber, x-datadome-previousrequest-elapsed
  • Collect Signature, Signature-Agent, and Signature-Input headers from requests to support HTTP message signatures as defined by RFC 9421

1.2.230 (2025-07-10)

equivalent to Fastly module 2.25.0

  • Exclude requests from DataDome protection when including a x-datadome-skip-detection header with the request ID (see FAQ section)

1.2.224 (2025-01-16)

equivalent to Fastly module 2.24.1

  • Fix missing variables in VCL for Magento integration:
    • datadome_restore_referrer
    • datadome_enable_graphql_support
    • datadome_enable_replay_protection

1.2.222 (2024-11-20)

equivalent to Fastly module 2.23.0

  • Add header x-sigsci-no-inspection: true to prevent Next-Gen WAF inspection for sub-requests going to DataDome API

1.2.212 (2024-01-30)

equivalent to Fastly module 2.19.4

  • Support enriched header : X-DataDome-devicecheckpassed, X-DataDome-sessionid

1.2.208 (2023-10-27)

equivalent to Fastly module 2.19.1

  • Exclude static files .map

1.2.200 (2023-05-25)

equivalent to Fastly module 2.19.0

  • Collect JA3 fingerprints in payloads

1.2.199 (2023-04-27)

equivalent to Fastly module 2.18.3

  • Improve header management

1.2.198 (2023-04-08)

equivalent to Fastly module 2.18.2

  • Fix recovery of initial request parameters

1.2.197 (2023-03-14)

equivalent to Fastly module 2.18.0 (2023-01-17)

  • Introduce support of Fetch Metadata headers

Did this page help you?