New Features
- CI Visibility
- Introduces the ability to gzip the payload when using the agentless setup, incurring in less network bandwidth consumption.
Bug Fixes
-
Code Security
- The field representing the class name in IAST vulnerability location reporting was previously incorrectly named as
class_name
. This fix standardizes the naming and ensures that the correct field name is used (class
).
- The field representing the class name in IAST vulnerability location reporting was previously incorrectly named as
-
Tracing
futures
: Resolves an edge case where trace context was not propagated to spans generated by the ThreadPoolExecutor.- Fixes
RuntimeWarning
from an unwaited coroutine during tab completion in IPython REPL whenasyncio
integration is active. Tracer now wraps anasyncio
coroutine only when there is an active trace context.