From 9ac3c6ed6a969b0c084f42d3c359d72a0457f529 Mon Sep 17 00:00:00 2001 From: Joe Turgeon Date: Wed, 1 Jul 2020 16:46:56 -0500 Subject: [PATCH] Updating changelog and package.json for 4.0.0 release. --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 656f04c..fae4861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log for lambda-stash +## 4.0.0 [2020/07/01] + +- Fixing parsing of Cloudwatch Logs streamed to Lambda. +- Updating dependencies to resolve security warnings. +- Dropping support for Node.js v6. + ## 3.0.0 [2019/08/06] - Adding support for the S3 access log format. diff --git a/README.md b/README.md index e15c3f5..73a18d2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ with your configuration. See the example included (under `example/`) and the configuration documentation below to get started. 2. Use the AWS Management Console to create a Lambda function using the Node.js -10.x runtime. Upload your package, configure it with event sources as desired +12.x runtime. Upload your package, configure it with event sources as desired (S3 buckets or CloudWatch logs). Be sure the Lambda function has an IAM role with any necessary permissions, like getting data from an S3 bucket or accessing an AWS Elasticsearch domain. diff --git a/package.json b/package.json index dc36b75..98bd802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambda-stash", - "version": "3.0.0", + "version": "4.0.0", "description": "AWS Lambda script for shipping data from S3 or other cloud data sources to data stores, like Elasticsearch", "main": "index.js", "dependencies": {