From d917ad990a402216765f6cedf43aae91b39f36eb Mon Sep 17 00:00:00 2001 From: Parag Panda Date: Mon, 28 Jun 2021 14:12:58 -0700 Subject: [PATCH] Releasing agent version 1.2.0 and layer version 7. --- CHANGELOG.rst | 7 +++++++ codeguru_profiler_agent/agent_metadata/agent_metadata.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 605e85a..87aad9b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +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(). + 1.0.6 (layer_v5) =================== * Use IMDSv2 instead of v1 when calling EC2 Instance Metadata. diff --git a/codeguru_profiler_agent/agent_metadata/agent_metadata.py b/codeguru_profiler_agent/agent_metadata/agent_metadata.py index d63b8f8..482359f 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.0.6" +__agent_version__ = "1.2.0" def look_up_fleet_info(