Skip to content

Releases: iopipe/iopipe-js-core

v1.14.1

04 Sep 16:36
bb83dd3
Compare
Choose a tag to compare

1.14.1 (2018-09-04)

Bug Fixes

  • unhandled promise rejection handling: Removing unhandled promise rejection handling (#291) (bb83dd3), closes #290

1.14.0

23 Aug 14:57
Compare
Choose a tag to compare

Features

  • Expose uncaught Promise errors #267

1.13.0

12 Jul 20:42
Compare
Choose a tag to compare

Features

  • File upload utility for plugins like @iopipe/profiler and @iopipe/logger

Autolabels for invocations!

20 Jun 15:16
514ebeb
Compare
Choose a tag to compare

With this update to the core agent, you'll now see labels automatically applied to your invocations if they are errors, coldstarts, timeouts, and if they contain custom metrics.

1.11.1

05 Jun 15:10
a36ca8a
Compare
Choose a tag to compare

Fixes

  • Capture and report invocations as error for every .fail call #269

1.11.0

27 Apr 17:10
Compare
Choose a tag to compare

Features

  • Expose getContext function for package consumers to do something meaningful with invocation context.

Serverless Framework local invocations

12 Apr 22:07
68b81eb
Compare
Choose a tag to compare

Now supporting local invocations from Serverless framework, right to your IOpipe dashboard.

Labels support

10 Apr 15:32
ec9f348
Compare
Choose a tag to compare

You can now use labels to identify your invocations -- using context.iopipe.label, you can label invocations to view or aggregate later in your IOpipe dashboard.

1.8.0

05 Mar 18:17
d1833ff
Compare
Choose a tag to compare

Features

  • New networkTimeout configuration option
  • New enabled configuration option
  • Break up reporting into prepare and send steps. Allows for plugins to add to report before final send.

Bug Fixes

  • Fix #230 - run callback with err on try/catch fail

Chores

  • Allow tests to be run in docker
  • Reset env vars for each test
  • Extra test to ensure user functions with TypeError, SyntaxError are properly caught, reported, and returned instead of waiting for timeout

1.7.0

22 Feb 20:44
ee0b364
Compare
Choose a tag to compare

Features

  • Patch local invocation when using SAM local

Bug Fixes

  • Create more statically-analyzable bundles for webpack/bundlers with usage of @iopipe/config

Chores

  • Create test for catching typeErrors inside handler file
  • Move mockPlugins to separate file
  • Update docs to warn about dynamic require modes w/ bundlers