Skip to content

Commit 9ac3c6e

Browse files
committed
Updating changelog and package.json for 4.0.0 release.
1 parent 246ec4e commit 9ac3c6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log for lambda-stash
22

3+
## 4.0.0 [2020/07/01]
4+
5+
- Fixing parsing of Cloudwatch Logs streamed to Lambda.
6+
- Updating dependencies to resolve security warnings.
7+
- Dropping support for Node.js v6.
8+
39
## 3.0.0 [2019/08/06]
410

511
- Adding support for the S3 access log format.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with your configuration. See the example included (under `example/`) and the
2525
configuration documentation below to get started.
2626

2727
2. Use the AWS Management Console to create a Lambda function using the Node.js
28-
10.x runtime. Upload your package, configure it with event sources as desired
28+
12.x runtime. Upload your package, configure it with event sources as desired
2929
(S3 buckets or CloudWatch logs). Be sure the Lambda function has an IAM role
3030
with any necessary permissions, like getting data from an S3 bucket or accessing
3131
an AWS Elasticsearch domain.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-stash",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "AWS Lambda script for shipping data from S3 or other cloud data sources to data stores, like Elasticsearch",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)