Skip to content

v1.6.1

Choose a tag to compare

@dmehala dmehala released this 29 Apr 17:53
· 58 commits to master since this release
7934662

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 stdexcept include 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_html and datadog_appsec_ruleset_file now validate the existence of required files during the configuration process instead of at worker startup.

Full Changelog: v1.6.0...v1.6.1