Skip to content

Releases: iopipe/iopipe-js-profiler

v2.1.2

12 Jul 14:56
3a63dbf
Compare
Choose a tag to compare

2.1.2 (2019-07-12)

Bug Fixes

v2.1.1

10 Jul 14:37
8f4058e
Compare
Choose a tag to compare

2.1.1 (2019-07-10)

Bug Fixes

  • Shimming arn for local invocation (#54) (8f4058e)

v2.1.0

15 Nov 22:01
Compare
Choose a tag to compare

2.1.0 (2018-11-15)

Features

  • Clean up docs for networkTimeout config option (bfceb90)

v2.0.3

27 Jul 18:45
90e24f2
Compare
Choose a tag to compare

2.0.3 (2018-07-27)

Bug Fixes

  • upload request: start s3 signer request earlier in pre:invoke (f59c22d), closes #57
  • uploads: fix buffer that is sent to s3 (#60) (90e24f2), closes #59

Republish tag 2.0.0

27 Jul 18:37
v2.0.2
Compare
Choose a tag to compare

This is a direct republish of 2.0.0 to fix regressions found in 2.0.1

v2.0.1 (Unpublished from npm due to regression)

18 Jul 20:54
f59c22d
Compare
Choose a tag to compare

2.0.1 (2018-07-18)

Bug Fixes

  • upload request: start s3 signer request earlier in pre:invoke (f59c22d), closes #57

v2.0.0

03 Jul 21:07
Compare
Choose a tag to compare

2.0.0 (2018-07-03)

Features

  • inspector: use native v8 inspector (712ffd6), closes #48

BREAKING CHANGES

  • inspector: Use the Experimental built-in inspector for profiling. Bumps required Node version to v8.10+.

Autolabelling support added

19 Jun 13:56
3fd50f6
Compare
Choose a tag to compare

Using the updated version of the profiler plugin, you'll now be able to see which invocations have profiling data, right from your IOpipe dashboard!

Heap profiling support!

26 Mar 19:31
ea440b5
Compare
Choose a tag to compare

You can now get heap profiling on your Lambdas!

After setting IOPIPE_ENABLE_HEAPSNAPSHOT=true, or setting heapSnapshot:true in plugin config, you'll see a heap snapshot included in your profiling data from the IOpipe dashboard.

Initial Release

05 Dec 18:38
f03aab2
Compare
Choose a tag to compare

Run the v8 profiler on your Lambdas!