File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## 2.1.0 (2023/07/20)
4+ * Support API gateway (replaces old --watch)
5+ * Support ECMAScript (thanks tdanecker #230 )
6+ * Support Lambda streaming (thanks Skn0tt #229 )
7+
38## 2.0.3 (2022/09/12)
49* Fix ` callbackWaitsForEmptyEventLoop ` on recent NodeJS versions (>=16) (#217 )
510* Support clientContext as an object (#223 )
Original file line number Diff line number Diff line change 11{
22 "name" : " lambda-local" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "description" : " Commandline tool to run Lambda functions on your local machine." ,
55 "main" : " build/lambdalocal.js" ,
66 "types" : " build/lambdalocal.d.ts" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require("./lib/streaming.js");
1919/*
2020 * Lambda local version
2121 */
22- export const version = "2.0 .0" ;
22+ export const version = "2.1 .0" ;
2323
2424var logger = utils . getWinstonConsole ( ) ;
2525
You can’t perform that action at this time.
0 commit comments