@@ -309,3 +309,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
309309
310310### Bugfixes
311311- remove env var value from commanderjs flag definition [ #409 ] ( https://github.com/motdotla/node-lambda/pull/409 )
312+
313+ ## [ 0.12.0] - 2018-08-10
314+ ### Features
315+ - Implemente to specify bucket name of S3 [ #458 ] ( https://github.com/motdotla/node-lambda/pull/458 )
316+ - Implement deployment using S3 (Create a bucket for each region.) [ #455 ] ( https://github.com/motdotla/node-lambda/pull/455 )
317+ - Add class for uploading deploy package to S3 [ #454 ] ( https://github.com/motdotla/node-lambda/pull/454 )
318+ - Fix to throw an error except ResourceNotFoundException [ #452 ] ( https://github.com/motdotla/node-lambda/pull/452 )
319+ - Feature upload to s3 and deploy from bucket [ #446 ] ( https://github.com/motdotla/node-lambda/pull/446 )
320+ - npm update [ #445 ] ( https://github.com/motdotla/node-lambda/pull/445 )
321+ - Upgrade dependent packages [ #441 ] ( https://github.com/motdotla/node-lambda/pull/441 )
322+ - Add simple test of ` _deployToRegion() ` and ` deploy() ` [ #439 ] ( https://github.com/motdotla/node-lambda/pull/439 )
323+ - Remove unnecessary package load in ` test/main.js ` [ #438 ] ( https://github.com/motdotla/node-lambda/pull/438 )
324+ - Add cache of ` node modules ` to CI setting [ #436 ] ( https://github.com/motdotla/node-lambda/pull/436 )
325+ - Modify ` require ` to ` { } ` statement [ #435 ] ( https://github.com/motdotla/node-lambda/pull/435 )
326+ - Fix to use ` includes ` instead of ` indexOf ` [ #433 ] ( https://github.com/motdotla/node-lambda/pull/433 )
327+ - Remove test code for Node.js4 [ #432 ] ( https://github.com/motdotla/node-lambda/pull/432 )
328+ - Upgrade ` fs-extra ` [ #431 ] ( https://github.com/motdotla/node-lambda/pull/431 )
329+ - Stop supporting Node.js 4 [ #430 ] ( https://github.com/motdotla/node-lambda/pull/430 )
330+ - Fix using ` klaw ` instead of ` fs.walk ` [ #424 ] ( https://github.com/motdotla/node-lambda/pull/424 )
331+ - Add Node.js10 to CI setting [ #428 ] ( https://github.com/motdotla/node-lambda/pull/428 )
332+
333+ ### Bugfixes
334+ - Fix StatementId [ #451 ] ( https://github.com/motdotla/node-lambda/pull/451 )
335+ - Bugfix of initialValue of recude in s3events [ #447 ] ( https://github.com/motdotla/node-lambda/pull/447 )
336+ - Added handling to catch and log error return from async lambda [ #443 ] ( https://github.com/motdotla/node-lambda/pull/443 )
337+ - Log result of an async handler method by resolving promise if a promise [ #440 ] ( https://github.com/motdotla/node-lambda/pull/440 )
338+ - Fix to display return value of handler [ #427 ] ( https://github.com/motdotla/node-lambda/pull/427 )
339+ - Fix to set array when same bucket [ #423 ] ( https://github.com/motdotla/node-lambda/pull/423 )
0 commit comments