File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
codeguru_profiler_agent/agent_metadata Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.0.1 (layer_v3)
5+ 1.0.4 (layer_v4)
6+ ===================
7+ * Attempt to report profile before sample to avoid incorrect profile end time (Issue #15)
8+ * Add synthetic frame for lxml schema init
9+
10+ 1.0.3
11+ ===================
12+ * Add requirements.txt in PyPI source release (Issue #13)
13+
14+ 1.0.2
615===================
16+ * Fix timestamp bug in file reporter (Issue #10)
717
18+ 1.0.1 (layer_v3)
19+ ===================
820* Fix bug for running agent in Windows; Update module_path_extractor to support Windows applications
921* Use json library instead of custom encoder for profile encoding for more reliable performance
1022* Specify min version for boto3 in setup.py
1123
12241.0.0 (layer_v1, layer_v2)
1325==========================
14-
1526* Initial Release
Original file line number Diff line number Diff line change 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.0.3 "
12+ __agent_version__ = "1.0.4 "
1313
1414
1515def look_up_fleet_info (
You can’t perform that action at this time.
0 commit comments