Skip to content

Latest commit

 

History

History
253 lines (117 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

253 lines (117 loc) · 11.2 KB

3.4.1 (2020-08-14)

Bug Fixes

  • deps: update dependency lodash to v4.17.20 (#446) (b0002f3)

3.4.0 (2020-07-12)

Features

  • Support custom separator for date format of index (#402) (7d164fd)

3.3.1 (2020-07-09)

Bug Fixes

  • deps: update dependency lodash to v4.17.19 (#428) (87f0c89)

3.3.0 (2020-05-27)

Features

3.2.2 (2020-05-01)

Bug Fixes

  • deps: update dependency fs-extra to v9 (#386) (f3e3185)

3.2.1 (2020-05-01)

Bug Fixes

3.2.0 (2019-11-04)

Features

  • API Gateway: Supporting custom access log filters (62cd23e)

3.1.1 (2019-10-22)

Bug Fixes

  • config: Updating nodejs runtime to node10.x (#313) (cce8b2a)

3.1.0 (2019-09-12)

Features

  • xrayTracingPermissions: Add aws permissions for api gateway tracing (#287) (848999b)

3.0.3 (2019-08-05)

Bug Fixes

  • deps: update dependency fs-extra to v8.1.0 (#257) (b796ade)
  • deps: update dependency lodash to v4.17.14 (#263) (d3b1f3d)
  • deps: update dependency lodash to v4.17.15 (#267) (1523f1a)

3.0.2 (2019-05-23)

Bug Fixes

  • package.json: Adding templates to package dist (3e30a9d)

3.0.1 (2019-05-19)

Bug Fixes

  • filterPattern: Fixing API Gateway filter pattern (1e88822)

3.0.0 (2019-05-19)

Features

  • api-gw-logging: Support serverless native API GW logging (#231) (4528fa3)

BREAKING CHANGES

  • api-gw-logging: Removing support for serverless-aws-alias plugin This plugin is not being maintained. Furthermore, API Gateway logging is now supported in serverless framework.

2.3.1 (2019-05-19)

Bug Fixes

  • package: Excluding everything but dist from release (d216fe5)

2.3.0 (2019-05-18)

Bug Fixes

  • deps: update dependency fs-extra to v8 (#225) (ea9e890)

Features

  • useDefaultRole: Add option to use specified default role (a702116)

2.2.2 (2019-04-02)

Bug Fixes

  • Ensure this.custom refers to latest version of config (7299e3d)

2.2.1 (2019-02-22)

Bug Fixes

  • deps: Upgrading dependencies in lockfile (#173) (004a753)

2.2.0 (2019-01-17)

Features

  • logErrorContent: log original log content when error occurs (#144) (0784d6e)

2.1.0 (2018-12-06)

Features

  • tags: Add option to add tags to all logs sent to ES (dda6837)

2.0.2 (2018-11-08)

Bug Fixes

  • deps: update dependency fs-extra to v7.0.1 (#96) (e5218b0)

2.0.1 (2018-10-19)

Bug Fixes

  • kibana: Updating event field prefix (ffd9af0)

2.0.0 (2018-10-02)

Bug Fixes

  • logsToEs: Fixed ES '_type' attribute (dc5b849), closes #65

BREAKING CHANGES

  • logsToEs: The '_type' attribute is now hardcoded to 'serverless-es-logs' instead of the name of the Cloudwatch log group.

For any users of Elasticsearch 6.x this change will result in an error for the current index.

1.2.0 (2018-09-17)

Features

  • filterPattern: Adding option for overriding default filter pattern (e2065bd)

1.1.3 (2018-09-13)

Bug Fixes

  • logsToEs: Stripping extra parens from apigw_request_id (b9f74b6)

1.1.2 (2018-09-12)

Bug Fixes

  • deps: update dependency lodash to v4.17.11 (#45) (87d26a6)

1.1.1 (2018-08-15)

Bug Fixes

  • IAM: Attaching ES policy when no default role given (caebcc0)

1.1.0 (2018-08-05)

Features

  • includeApiGWLogs: Adding support for API Gateway logs. Fixes #10 (#15) (dd7fddd)
  • retentionInDays: Adding option for setting Cloudwatch log retention. Fixes #11 (#16) (c1d1ad2)

1.0.3 (2018-08-03)

Bug Fixes

  • Cleaning up code and adding tests (20e8437)
  • options: Adding validation for plugin options (c45aad0)

1.0.2 (2018-08-02)

Bug Fixes

  • xray: Removing IAM role permissions for xray and disabling tracing on function (80fdedb)

1.0.1 (2018-08-02)

Bug Fixes

  • iam-lambda: Adding XRay policy to log lambda IAM role (9fd8e50)
  • patchLogProcesserRole: Removing reference to default role (49fe9d7)

1.0.0 (2018-08-02)

Bug Fixes

  • lint: Fixing lint errors (0ef0852)
  • lint: Fixing linting issues (313957f)
  • logProcesser: Updating log processer logic and role policies (eca181d)

Features

  • Adding log processer lambda to firehose (205b1a0)
  • Implementing logging using lambda to es (e64f4bf)
  • Initial implementation (911d2df)
  • Updating iam firehose policy (c6f706a)