Skip to content

Releases: aws/amazon-codeguru-profiler-python-agent

1.2.5 (layer_v12)

15 Feb 20:12
2c975a1
Compare
Choose a tag to compare
  • Fix bug which causes agent to crash if line_no was None.

1.2.4 (layer_v11)

14 Sep 09:36
e1cbc9a
Compare
Choose a tag to compare
  • Updated lambda bootstrap code to support profiling python 3.9 lambda functions.

1.2.3 (layer_v10)

27 Jul 11:44
75fc2a2
Compare
Choose a tag to compare
  • 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
33d230d
Compare
Choose a tag to compare

Fix bug on calculating active millis since start.

1.2.1 (layer_v8)

30 Jun 09:33
ccd6348
Compare
Choose a tag to compare
  • Fix bug for module path for Fargate.

v1.2.0

28 Jun 21:57
ac27849
Compare
Choose a tag to compare

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
1af7f65
Compare
Choose a tag to compare

1.0.6 (layer_v6)

  • Use IMDSv2 instead of v1 when calling EC2 Instance Metadata.

v1.0.5

22 Mar 15:10
872a31b
Compare
Choose a tag to compare

1.0.5 (layer_v5)

  • Improve CPU usage checker and ProfilerDisabler (Issue #19)

v1.0.4

08 Mar 13:16
302f219
Compare
Choose a tag to compare

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
ad718c5
Compare
Choose a tag to compare

1.0.3

  • Include requirements.txt in PyPI source release: #13