From 7a05b9798d161d37fe7da08b7f1e3d623292d134 Mon Sep 17 00:00:00 2001 From: Pierre Marieu Date: Mon, 13 Sep 2021 11:57:58 +0200 Subject: [PATCH] Releasing agent version 1.2.4 and layer version 11. --- CHANGELOG.rst | 4 ++++ codeguru_profiler_agent/agent_metadata/agent_metadata.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b994f8..93f7389 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,10 @@ CHANGELOG ========= +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). diff --git a/codeguru_profiler_agent/agent_metadata/agent_metadata.py b/codeguru_profiler_agent/agent_metadata/agent_metadata.py index 10556a7..6c3c20f 100644 --- a/codeguru_profiler_agent/agent_metadata/agent_metadata.py +++ b/codeguru_profiler_agent/agent_metadata/agent_metadata.py @@ -9,7 +9,7 @@ # NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them. # These constants are used in several scripts, including setup.py. __agent_name__ = "CodeGuruProfiler-python" -__agent_version__ = "1.2.3" +__agent_version__ = "1.2.4" def look_up_fleet_info(