Skip to content

Commit e1cbc9a

Browse files
authored
Merge pull request #46 from aws/1.2.4
Releasing agent version 1.2.4 and layer version 11.
2 parents 2d6978b + 7a05b97 commit e1cbc9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
1.2.4 (layer_v11)
6+
===================
7+
* Updated lambda bootstrap code to support profiling python 3.9 lambda functions.
8+
59
1.2.3 (layer_v10)
610
===================
711
* 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).

codeguru_profiler_agent/agent_metadata/agent_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
1010
# These constants are used in several scripts, including setup.py.
1111
__agent_name__ = "CodeGuruProfiler-python"
12-
__agent_version__ = "1.2.3"
12+
__agent_version__ = "1.2.4"
1313

1414

1515
def look_up_fleet_info(

0 commit comments

Comments
 (0)