File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log for aws-lambda-ses-forwarder
22
3- ## 4.1.0
3+ ## 4.2.0 [ 2017/6/20]
4+
5+ - Removing ` Message-ID ` header from messages to fix `InvalidParameterValue:
6+ Duplicate header 'Message-ID'` errors.
7+ - Fixing handling of multiline ` From ` headers to fix `InvalidParameterValue:
8+ Extra route-addr` errors.
9+ - Updating documentation for SES endpoints.
10+ - Updating aws-sdk dependency to match AWS Lambda environment.
11+
12+ ## 4.1.0 [ 2017/3/10]
413
514- Added ` toEmail ` configuration for replacing the ` To ` header recipient to a
615defined email address.
716- Changed AWS.S3() implementation to use signature version v4 for compatibility
817with S3 EU-based regions.
918
10- ## 4.0.0
19+ ## 4.0.0 [ 2017/2/22 ]
1120
1221- Updated for the Node.js 4.3 runtime.
1322- Refactored steps to use promises.
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-lambda-ses-forwarder" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Serverless email forwarding using AWS Lambda and SES" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments