Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Releases: epsagon/epsagon-node

v1.6.0

13 Dec 08:07
Compare
Choose a tag to compare

1.6.0 (2018-12-13)

Features

  • triggers: adding support for SNS -> SQS triggers (#23) (ddcc91d)

v1.5.0

11 Dec 13:53
e5d5eac
Compare
Choose a tag to compare

1.5.0 (2018-12-11)

Features

  • lambda_wrapper: context.succeed, fail, done support (#22) (e5d5eac)

v1.4.4

11 Dec 08:53
Compare
Choose a tag to compare

1.4.4 (2018-12-11)

Bug Fixes

v1.4.3

09 Dec 14:28
84cd161
Compare
Choose a tag to compare

1.4.3 (2018-12-09)

Bug Fixes

  • lambda_wrapper: fixing async callback handling (#18) (2452110)
  • patcher.js: rollup does not build dynamic imports (#20) (84cd161)

v1.4.2

06 Dec 12:28
Compare
Choose a tag to compare

1.4.2 (2018-12-06)

Bug Fixes

  • lambda_wrapper: fixing wrapping async functions which call callback (#17) (f024be3)

v1.4.1

06 Dec 09:01
Compare
Choose a tag to compare

1.4.1 (2018-12-06)

Bug Fixes

  • package.json: remove peerDependencies (#16) (14aaaf6)

v1.4.0

19 Nov 17:04
f106ee9
Compare
Choose a tag to compare

1.4.0 (2018-11-19)

Features

  • triggers: add support for SQS trigger (#15) (f106ee9)

v1.3.1

18 Nov 16:07
Compare
Choose a tag to compare

1.3.1 (2018-11-18)

Bug Fixes

  • bundle: reading version correctly from package.json (#14) (a54f687)

v1.3.0

18 Nov 14:31
Compare
Choose a tag to compare

1.3.0 (2018-11-18)

Features

  • instrumentation: collecting the return value of the lambda (2ab2369)

v1.2.1

18 Nov 13:54
8339484
Compare
Choose a tag to compare

1.2.1 (2018-11-18)

Bug Fixes

  • dependencies: removing deasync cause it's problematic on AWS Lambda (8339484)