3.7.0rc2
Pre-release
Pre-release
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
RuntimeWarningfrom an unwaited coroutine during tab completion in IPython REPL whenasynciointegration is active. Tracer now wraps anasynciocoroutine only when there is an active trace context.