Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

88 lines (51 loc) · 1.97 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.10 (2022-05-08)

Improvements

  • Refactor bootstrap.js to load wrapper handler from src directory of the middy-profiler package

1.0.9 (2022-05-07)

Features

  • Add option (report.durationThreshold) based configuration support for "report duration threshold" feature

1.0.8 (2022-05-07)

Features

  • Add "report duration threshold" support (configured by MIDDY_PROFILER_REPORT_DURATION_THRESHOLD env var) to be able to report profiling data conditionally if the invocation duration is higher than the specified threshold

1.0.7 (2022-05-07)

Improvements

  • Handle "start-delay" support at coldstart

1.0.6 (2022-05-07)

Features

  • Add "start-delay" support (configured by MIDDY_PROFILER_START_DELAY env var or startDelay option) to be able to start profiler after specified time (for ex. invocation took longer than expected)

1.0.5 (2022-05-07)

Improvements

  • Finish profiler (and report data) just before timeout occurs

1.0.4 (2022-05-06)

Features

  • Add env var flag (MIDDY_PROFILER_ENABLE which is true by default) to be able to enable/disable profiler

1.0.3 (2022-05-06)

Features

  • Support standalone mode to be able to use profiler without middy framework

1.0.2 (2022-05-03)

Features

  • Support profiling since init phase at coldstart

1.0.1 (2022-05-02)

Improvements

  • Reduce coldstart overhead for the initialization of the profiler

1.0.0 (2021-12-02)

Features

  • Ready to use public release

0.0.1 (2021-11-30)

Features

  • Initial release