Skip to content

Releases: ashiina/lambda-local

Release 2.2.0

13 Apr 22:00
Compare
Choose a tag to compare

What's Changed

  • feat: add callback for invocation end with streaming functions by @Skn0tt in #245
  • add context overwrite option by @nazoking in #240
  • support new verboseLevel to only keep the handler one (b7a2ed0)
  • Test NodeJs 20 in #246

Full Changelog: release/2.1.2...release/2.2.0

Release 2.1.2

19 Aug 14:18
cbddb82
Compare
Choose a tag to compare

From 2.1.2:

  • Fix regression in --watch events
  • Fix regression in dependency versions preventing lambda-local to run on older versions. Support for NodeJS>=8 is tested.

From 2.1.1:

  • Bug fix: ESM path on Windows
  • Downgrade commander-js

From 2.1.0:

  • Support API gateway (replaces old --watch)
  • Support ECMAScript (thanks tdanecker #230)
  • Support Lambda streaming (thanks Skn0tt #229)
  • Update dependencies

Release 2.1.1

24 Jul 19:58
Compare
Choose a tag to compare
  • Bug fix: ESM path on Windows
  • Downgrade commander-js

From 2.1.0:

  • Support API gateway (replaces old --watch)
  • Support ECMAScript (thanks tdanecker #230)
  • Support Lambda streaming (thanks Skn0tt #229)
  • Update dependencies

Release 2.1.0

19 Jul 22:54
Compare
Choose a tag to compare
  • Support API gateway (replaces old --watch)
  • Support ECMAScript (thanks tdanecker #230)
  • Support Lambda streaming (thanks Skn0tt #229)
  • Update dependencies

Release 2.0.3

12 Sep 17:45
Compare
Choose a tag to compare
  • Fix callbackWaitsForEmptyEventLoop on recent NodeJS versions (>=16) (#217)
  • Support clientContext as an object (#223)
  • Remove useless warning (#224)
  • Update dependencies

Release 2.0.2

08 Mar 09:23
Compare
Choose a tag to compare
  • correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
  • Update dependencies

Release 2.0.1

22 Dec 22:55
Compare
Choose a tag to compare
  • Fix memoryLimitInMB being wrongly parsed as int
  • Update dependencies

Release 2.0.0

19 Jun 01:07
72c5914
Compare
Choose a tag to compare
  • BREAKING CHANGE: removed aws-sdk dependency. This allows to make lambda-local significantly smaller
  • Drop Node 8 & Bump depencies
  • Minor CLI fixes
  • Move CI from Travis to Github

1.7.3

10 Jun 06:17
Compare
Choose a tag to compare
  • Dependencies updates

1.7.2

12 Apr 22:47
Compare
Choose a tag to compare
  • Add --watch parameter
  • Bump dependencies