Skip to content

Releases: DataDog/nginx-datadog

v1.16.0

15 Apr 12:53
v1.16.0
5e9ab01

Choose a tag to compare

What's Changed

Full Changelog: v1.15.0...v1.16.0

v1.15.0

08 Apr 17:49
v1.15.0
c8db65d

Choose a tag to compare

What's Changed

  • Support of new versions:

Full Changelog: v1.14.0...v1.15.0

v1.14.0

26 Mar 09:51
v1.14.0
00fcacd

Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.14.0

v1.13.0

12 Mar 15:11
v1.13.0
69b4e6d

Choose a tag to compare

What's Changed

  • Support of new versions:
  • Add DD_RUM_* environment variables support for RUM configuration.

Full Changelog: v1.12.0...v1.13.0

v1.12.0

06 Feb 18:52
v1.12.0
2a639b7

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

21 Jan 12:29
v1.11.0
b293027

Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

19 Nov 16:35
v1.10.0
9ea685a

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

30 Oct 20:10
7ad45f1

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

08 Sep 16:18
655c4d4

Choose a tag to compare

This release delivers improvements to AppSec functionality, dependency updates, and fixes for request handling.

Key Features and Enhancements

  • AppSec: Implemented libddwaf schema collection to improve security rule handling. PR #242 by @cataphract
  • AppSec: Updated obfuscation regexes used by the WAF for more accurate data protection. PR #248 by @robertpi
  • Appsec: Improved client IP resolution by reading from the Forwarded header and treating CGNAT ranges as private. PR #250 by @cataphract
  • Dependencies: Upgraded to libddwaf 1.28.0 with enhanced conversion logic. PR #249 by @cataphract
  • Fix: Correctly handle auth requests when subrequest logging is enabled. PR #245 by @zacharycmontoya

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

14 Aug 16:30
e5fba23

Choose a tag to compare

This release introduces new features and enhancements to observability and security, along with an important dependency update.

Important

Starting with this release, prebuilt artifacts will no longer be generated for NGINX versions outside the supported compatibility window: v1.24.0 to v1.25.5.
If you are using an unsupported version of NGINX, you can follow these instructions to build the module manually.

Key Features and Enhancements

  • Tracing: Added the ability to disable APM tracing via configuration, offering greater flexibility for users who wish to limit observability overhead. PR #231 by @dmehala
  • AppSec: Introduced support for response body collection, enabling more comprehensive threat detection and analysis. PR #232 by @cataphract
  • AppSec: Added lightweight statistics metrics to help monitor memory usage and performance of the AppSec module. PR #235 by @cataphract
  • Dependencies: Updated dd-trace-cpp to commit f0e5037, pulling in upstream improvements and fixes. PR #238 by @dmehala

New Contributors

Full Changelog: v1.6.2...v1.7.0