OpenResty module 1.7.0
August 18th, 2026 by ReadMe API
- Improve the core logic of our DataDome integration to support future capabilities
- Introduce
datadome_graphql_endpointconfiguration parameter to specify the GraphQL Endpoint (default tographql) - Introduce
datadome_graphql_max_body_sizeconfiguration parameter to limit the request body size parsed for GraphQL detection (default to8192bytes) - Reduce CPU overhead by using Nginx's cached clock instead of a system call to compute request timestamps
- Fix pattern inclusion and exclusion matching to evaluate the raw request path

