Releases: aws/amazon-codeguru-profiler-python-agent
Releases · aws/amazon-codeguru-profiler-python-agent
1.2.5 (layer_v12)
15 Feb 20:12
Compare
Sorry, something went wrong.
No results found
Fix bug which causes agent to crash if line_no was None.
1.2.4 (layer_v11)
14 Sep 09:36
Compare
Sorry, something went wrong.
No results found
Updated lambda bootstrap code to support profiling python 3.9 lambda functions.
1.2.3 (layer_v10)
27 Jul 11:44
Compare
Sorry, something went wrong.
No results found
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)
12 Jul 17:18
Compare
Sorry, something went wrong.
No results found
Fix bug on calculating active millis since start.
1.2.1 (layer_v8)
30 Jun 09:33
Compare
Sorry, something went wrong.
No results found
Fix bug for module path for Fargate.
v1.2.0
28 Jun 21:57
Compare
Sorry, something went wrong.
No results found
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
29 Mar 12:42
Compare
Sorry, something went wrong.
No results found
1.0.6 (layer_v6)
Use IMDSv2 instead of v1 when calling EC2 Instance Metadata.
v1.0.5
22 Mar 15:10
Compare
Sorry, something went wrong.
No results found
1.0.5 (layer_v5)
Improve CPU usage checker and ProfilerDisabler (Issue #19 )
v1.0.4
08 Mar 13:16
Compare
Sorry, something went wrong.
No results found
1.0.4
Attempt to report profile before sample to avoid incorrect profile end time (Issue #15 )
Add synthetic frame for lxml schema init
v1.0.3
17 Feb 14:46
Compare
Sorry, something went wrong.
No results found
1.0.3
Include requirements.txt in PyPI source release: #13