Bug Fixes
- CI Visibility: fixes an issue where git author or committer names containing commas (eg: "Lastname, Firstname") would not work (and log an error) due to the use of comma as a separator.
- Vulnerability Management for Code-level (IAST): Addresses an issue where the IAST native module was imported even though IAST was not enabled.
- Vulnerability Management for Code-level (IAST): Fixes an issue where an atexit handler could lead to a segmentation fault.
- Profiling: Adds an experimental stack sampling feature, which can be enabled by setting
DD_PROFILING_STACK_V2_ENABLED=true
andDD_PROFILING_EXPORT_LIBDD_ENABLED=true
.