Skip to content

Commit

Permalink
Updating changelog and package.json for 4.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Jul 1, 2020
1 parent 246ec4e commit 9ac3c6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9ac3c6e

Please sign in to comment.