Tyk Changelog
DataDome Tyk module
1.4.0 (2026-08-24)
- Add
datadome_graphql_endpointoption to define the path(s) used to detect GraphQL requests (comma-separated list, defaults tographql) - Add
datadome_use_x_forwarded_hostoption to supporthostoverride via theX-Forwarded-Hostheader - Upgrade the DataDome Go module to v2.5.0
- Add support for 301/302 redirections returned by the Protection API
- Rely on Protection API response headers instead of hard-coded status codes, enabling seamless support for upcoming features
- Collect the
Sec-Fetch-Storage-Accessheader and the cookie list - Extend the default URL pattern exclusion
- Detect GraphQL requests when
Content-Typeincludes a charset
- Route DataDome logs through the Tyk logger;
datadome_debugnow promotes DataDome debug output to theinfolevel so it is visible at Tyk's default log level - Fix a 500 error returned on every request when the API definition has no
config_data.datadomesection (environment-variable-only configuration) - Accept non-string values in
config_data.datadome(e.g."datadome_timeout": 300) and log invalid values instead of silently falling back to the default
1.3.0 (2025-01-07)
- Add
datadome_enable_referrer_restorationoption to enable the referrer restoration - Remove the
go-coredirectory to rely on module-go-package
1.2.0 (2024-11-15)
- Add GraphQL support for POST requests
- Add
datadome_enable_graphql_supportoption to enable GraphQL support
- Add
- Add debug logs and enhance log outputs
- Add
datadome_debugoption to enable debug mode
- Add
1.1.2 (2024-08-27)
- Fix the timestamp sent to the API to ensure calculation of request durations
- Update regex matching to cover the entire URL and simplify the configuration
- Fix default URL pattern exclusions to maintain a consistent regex format across all platforms
- Add truncation limits to prevent large payloads to be sent to the API
1.1.1 (2023-12-05)
- Fix optional parameter
datadome_endpointconfiguration
1.1.0 (2023-11-28)
- Add settings parameters (
datadome_*) possibility via env variables - Update setting parameter
datadome_endpointto optional
1.0.0 (2023-11-21)
- Initial public version
Updated 8 days ago
Did this page help you?

