Bug Fixes
-
ASM
- Ensures that common patches for exploit prevention and sca are only loaded if required, and only loaded once.
- Resolves an issue where some root span where not appropriately tagged for ASM standalone.
-
Auto-Instrumentation
- Resolves an issue where the default versions of
click
andjinja2
installed on python3.8 were outside of the allowed minimum versions for auto-instrumentation.
- Resolves an issue where the default versions of
-
Code Security
- Patches the module dir function so original pre-patch results are not changed.
-
LLM Observability
- Ensures bedrock spans are finished even when streamed responses are not fully consumed.
-
Tracing
botocore
: Resolves an issue in the Bedrock integration where not consuming the full response stream would prevent spans from finishing.