Bug Fixes
Internal:
- Fix performance overhead of Python distribution parsing for internal telemetry.
ASM:
- This fix resolves an issue where blocking mechanism could partially fail with a 500 error on fastapi with python>=3.11 with a custom middleware.
Library Injection:
- Address partial library copy failures causing failed application startups in k8s.
- Removes
boto3
from the minimum versions list to avoid blocking SSI onboto3
version.