v1.6.1
This patch addresses several issues identified in v1.6.0, enhancing stability and functionality.
Key Fixes and Improvements
- Compilation: Resolved an issue where the missing
stdexceptinclude could prevent the module from building successfully. PR #198 by @dmehala. - OpenTelemetry: Fixed drop-in support. Ensuring OpenTelemetry directives are no longer aliases to undefined directives, improving compatibility. PR #194 by @dmehala.
- AppSec: Addressed an issue where certain response headers' tags were not being set correctly. PR #195 by @cataphract.
- AppSec: Fixed a problem where WAF could stall WebSocket requests. PR #200 by @cataphract.
What's Changed
- Telemetry: Included the NGINX flavor in telemetry data to provide more details insights on the module usage. PR #205 by @dmehala
- AppSec:
datadog_appsec_http_blocked_template_json,datadog_appsec_http_blocked_template_htmlanddatadog_appsec_ruleset_filenow validate the existence of required files during the configuration process instead of at worker startup.
Full Changelog: v1.6.0...v1.6.1