Releases: thundra-io/middy-profiler
Releases · thundra-io/middy-profiler
Release 1.0.10
- Refactor
bootstrap.js
to load wrapper handler from src
directory of the middy-profiler
package (22b15ae)
Release 1.0.9
- Add option based configuration support for "report duration threshold" feature (a2835ec)
Release 1.0.8
- Add "report duration threshold" support to be able to report profiling data conditionally if the invocation duration is higher than the specified threshold (#10) (37d9c15)
Release 1.0.7
- Handle "start-delay" support at coldstart (#9) (9341013)
Release 1.0.6
- Add "start-delay" support to be able to start profiler after specified time (for ex. invocation took longer than expected= (#8) (e1cc34e)
Release 1.0.5
- Finish profiler just before timeout occurs (#7) (984a9d1)
Release 1.0.4
- Add env var flag (
MIDDY_PROFILER_ENABLE
which is true
by default) to be able to enable/disable profiler (#6) (50bfbc0)
Release 1.0.3
- Add standalone mode support to be able to use profiler without middy (#4) (9e24e54)
Release 1.0.2
- Add support profiling from module init at coldstart (#3) (ded69d9)
Release 1.0.1
- Create AWS SDK s3 client on demand when needed to sort out S3 client require and creation overhead from function coldstart overhead while profiling (066a6a7)