Releases: ashiina/lambda-local
Releases · ashiina/lambda-local
Release 2.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Support API gateway (replaces old --watch)
Support ECMAScript (thanks tdanecker #230 )
Support Lambda streaming (thanks Skn0tt #229 )
Update dependencies
Release 2.0.3
Compare
Sorry, something went wrong.
No results found
Fix callbackWaitsForEmptyEventLoop on recent NodeJS versions (>=16) (#217 )
Support clientContext as an object (#223 )
Remove useless warning (#224 )
Update dependencies
Release 2.0.2
Compare
Sorry, something went wrong.
No results found
correctly mirror lambda's behaviour when synchronously returning (thanks Snk0tt)
Update dependencies
Release 2.0.1
Compare
Sorry, something went wrong.
No results found
Fix memoryLimitInMB being wrongly parsed as int
Update dependencies
Release 2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.7.2
Compare
Sorry, something went wrong.
No results found
Add --watch parameter
Bump dependencies