Releases: aws/amazon-codeguru-profiler-python-agent
Releases · aws/amazon-codeguru-profiler-python-agent
1.2.5 (layer_v12)
- Fix bug which causes agent to crash if line_no was None.
1.2.4 (layer_v11)
- Updated lambda bootstrap code to support profiling python 3.9 lambda functions.
1.2.3 (layer_v10)
- Fix bug to sent agent overhead in the rigth format: int and as part of memoryInMB (instead of the previous string as part of memory_usage_mb).
1.2.2 (layer_v9)
Fix bug on calculating active millis since start.
1.2.1 (layer_v8)
- Fix bug for module path for Fargate.
v1.2.0
1.2.0 (layer_v7)
- Add operation name frame in stacks with boto api calls.
- Adds NUM_TIMES_SAMPLED agent metadata to the submitted profile.
- Add errors metadata in agent debug info with granular sdk client error metrics.
- Add create_profiling_group call in refresh_configuration and report().
v1.0.6
1.0.6 (layer_v6)
- Use IMDSv2 instead of v1 when calling EC2 Instance Metadata.