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 1
1
# ChangeLog
2
2
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
+
3
8
## 2.0.3 (2022/09/12)
4
9
* Fix ` callbackWaitsForEmptyEventLoop ` on recent NodeJS versions (>=16) (#217 )
5
10
* Support clientContext as an object (#223 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lambda-local" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Commandline tool to run Lambda functions on your local machine." ,
5
5
"main" : " build/lambdalocal.js" ,
6
6
"types" : " build/lambdalocal.d.ts" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require("./lib/streaming.js");
19
19
/*
20
20
* Lambda local version
21
21
*/
22
- export const version = "2.0 .0" ;
22
+ export const version = "2.1 .0" ;
23
23
24
24
var logger = utils . getWinstonConsole ( ) ;
25
25
You can’t perform that action at this time.
0 commit comments