=================== * Fix bug which causes agent to crash if line_no was None.
1.2.4
=================== * Updated lambda bootstrap code to support profiling python 3.9 lambda functions.
1.2.3
=================== * Fix bug to sent agent overhead in the right format: int and as part of memoryInMB (instead of the previous string as part of memory_usage_mb).
1.2.2
=================== * Fix bug on calculating active millis since start.
1.2.1
=================== * Fix bug for module path for Fargate.
1.2.0
=================== * 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().