Skip to content

Releases: thundra-io/middy-profiler

Release 1.0.10

08 May 17:58
Compare
Choose a tag to compare
  • Refactor bootstrap.js to load wrapper handler from src directory of the middy-profiler package (22b15ae)

Release 1.0.9

07 May 16:35
Compare
Choose a tag to compare
  • Add option based configuration support for "report duration threshold" feature (a2835ec)

Release 1.0.8

07 May 16:20
Compare
Choose a tag to compare
  • 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

07 May 11:25
Compare
Choose a tag to compare
  • Handle "start-delay" support at coldstart (#9) (9341013)

Release 1.0.6

07 May 07:27
Compare
Choose a tag to compare
  • 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

06 May 21:37
Compare
Choose a tag to compare
  • Finish profiler just before timeout occurs (#7) (984a9d1)

Release 1.0.4

06 May 11:33
Compare
Choose a tag to compare
  • 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

05 May 21:55
Compare
Choose a tag to compare
  • Add standalone mode support to be able to use profiler without middy (#4) (9e24e54)

Release 1.0.2

03 May 14:26
Compare
Choose a tag to compare
  • Add support profiling from module init at coldstart (#3) (ded69d9)

Release 1.0.1

02 May 09:16
Compare
Choose a tag to compare
  • 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)