Bug Fixes
-
ASM
- Fixes a
NotImplementedError
that occurred when trying to deepcopy wrapped builtin functions (likeopen
) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the__deepcopy__
method. - SCA: Resolves an issue where some dependencies where reported with an inaccurate name.
- Fixes a
-
CI Visibility
- Resolves an issue where JUnit XML output would not count tests retried by Early Flake Detection, Auto Test Retries, and Attempt-to-Fix.
-
LLM Observability
- Resolves issue where Pydantic model objects were encoded as unhelpful default placeholder text.
- Improves encoding of non-JSON serializable I/O objects by attempting to convert to string before resorting to default placeholder text.
-
Profiling
- Resolves an issue where the Lock profiler would throw an
AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at'
.
- Resolves an issue where the Lock profiler would throw an
-
Tracing
- pylibmc: Fixes an issue where using
Client(server=[url])
would throw the error__init__() got multiple values for argument 'servers'
- pylibmc: Fixes an issue where using