Skip to content

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

1.2.6 (layer_v13)

Choose a tag to compare

@Forest-Newark Forest-Newark released this 10 Dec 14:07
4856d1d
  • Add support for Python 3.12 and 3.13

1.2.5 (layer_v12)

Choose a tag to compare

@jpalevic-amazon jpalevic-amazon released this 15 Feb 20:12
2c975a1
  • Fix bug which causes agent to crash if line_no was None.

1.2.4 (layer_v11)

Choose a tag to compare

@PapaPedro PapaPedro released this 14 Sep 09:36
e1cbc9a
  • Updated lambda bootstrap code to support profiling python 3.9 lambda functions.

1.2.3 (layer_v10)

Choose a tag to compare

@mirelap-amazon mirelap-amazon released this 27 Jul 11:44
75fc2a2
  • 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)

Choose a tag to compare

@mukileshPira mukileshPira released this 12 Jul 17:18
33d230d

Fix bug on calculating active millis since start.

1.2.1 (layer_v8)

Choose a tag to compare

@mirelap-amazon mirelap-amazon released this 30 Jun 09:33
ccd6348
  • Fix bug for module path for Fargate.

v1.2.0

Choose a tag to compare

@pandpara pandpara released this 28 Jun 21:57
ac27849

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

Choose a tag to compare

@mirelap-amazon mirelap-amazon released this 29 Mar 12:42
1af7f65

1.0.6 (layer_v6)

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

v1.0.5

Choose a tag to compare

@gimki gimki released this 22 Mar 15:10
872a31b

1.0.5 (layer_v5)

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

v1.0.4

Choose a tag to compare

@gimki gimki released this 08 Mar 13:16
302f219

1.0.4

  • Attempt to report profile before sample to avoid incorrect profile end time (Issue #15)
  • Add synthetic frame for lxml schema init