Skip to content

Commit

Permalink
v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DAZN Bot committed Jan 5, 2020
1 parent ee20956 commit 6d466e6
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 21 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)


### Features

* added CloudWatchEvents client ([d573ce5](https://github.com/getndazn/dazn-lambda-powertools/commit/d573ce5)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)
* added eventbridge client package ([7d27134](https://github.com/getndazn/dazn-lambda-powertools/commit/7d27134)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)
* added the new clients to the Lambda layer ([7229d04](https://github.com/getndazn/dazn-lambda-powertools/commit/7229d04))
* support eventbridge in correlation ids middleware ([936f3ee](https://github.com/getndazn/dazn-lambda-powertools/commit/936f3ee)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)





# [1.17.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.16.1...v1.17.0) (2020-01-02)


Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)

**Note:** Version bump only for package @dazn/lambda-powertools-demo
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@dazn/lambda-powertools-demo",
"version": "0.1.0",
"version": "1.18.0",
"description": "Example serverless app to demonstrate the powertools",
"scripts": {},
"author": "Yan Cui",
"dependencies": {
"@dazn/datadog-metrics": "^1.3.1",
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.15.6",
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.18.0",
"@dazn/lambda-powertools-correlation-ids": "^1.8.2",
"@dazn/lambda-powertools-dynamodb-client": "^1.9.0",
"@dazn/lambda-powertools-eventbridge-client": "^1.15.6",
"@dazn/lambda-powertools-dynamodb-client": "^1.18.0",
"@dazn/lambda-powertools-eventbridge-client": "^1.18.0",
"@dazn/lambda-powertools-firehose-client": "^1.8.0",
"@dazn/lambda-powertools-http-client": "^1.8.2",
"@dazn/lambda-powertools-kinesis-client": "^1.9.0",
"@dazn/lambda-powertools-lambda-client": "^1.9.0",
"@dazn/lambda-powertools-logger": "^1.9.0",
"@dazn/lambda-powertools-middleware-correlation-ids": "1.8.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.9.0",
"@dazn/lambda-powertools-pattern-basic": "^1.9.0",
"@dazn/lambda-powertools-pattern-basic": "^1.18.0",
"@dazn/lambda-powertools-sns-client": "^1.8.2",
"@dazn/lambda-powertools-step-functions-client": "^1.9.0",
"uuid": "^3.3.3"
Expand Down
8 changes: 8 additions & 0 deletions layer/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)

**Note:** Version bump only for package dazn-lambda-powertools-layer





# [1.17.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.16.1...v1.17.0) (2020-01-02)

**Note:** Version bump only for package dazn-lambda-powertools-layer
Expand Down
10 changes: 5 additions & 5 deletions layer/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dazn-lambda-powertools-layer",
"private": true,
"version": "1.17.0",
"version": "1.18.0",
"description": "",
"main": "handler.js",
"scripts": {},
Expand All @@ -10,19 +10,19 @@
"license": "MIT",
"dependencies": {
"@dazn/lambda-powertools-correlation-ids": "^1.8.2",
"@dazn/lambda-powertools-dynamodb-client": "^1.14.0",
"@dazn/lambda-powertools-dynamodb-client": "^1.18.0",
"@dazn/lambda-powertools-firehose-client": "^1.15.2",
"@dazn/lambda-powertools-http-client": "^1.17.0",
"@dazn/lambda-powertools-kinesis-client": "^1.15.2",
"@dazn/lambda-powertools-lambda-client": "^1.15.2",
"@dazn/lambda-powertools-logger": "^1.15.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.15.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.18.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.15.2",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.15.5",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.16.0",
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.15.2",
"@dazn/lambda-powertools-pattern-basic": "^1.16.0",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.16.0",
"@dazn/lambda-powertools-pattern-basic": "^1.18.0",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.18.0",
"@dazn/lambda-powertools-sns-client": "^1.12.0",
"@dazn/lambda-powertools-sqs-client": "^1.12.0",
"@dazn/lambda-powertools-step-functions-client": "^1.15.2"
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"lerna": "3.10.8",
"packages": [
"example",
"layer/*",
"packages/*",
"example"
"packages/*"
],
"version": "1.17.0",
"version": "1.18.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-cloudwatchevents-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)


### Features

* added CloudWatchEvents client ([d573ce5](https://github.com/getndazn/dazn-lambda-powertools/commit/d573ce5)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-cloudwatchevents-client",
"version": "1.15.6",
"version": "1.18.0",
"description": "CloudWatchEvents client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-dynamodb-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)

**Note:** Version bump only for package @dazn/lambda-powertools-dynamodb-client





# [1.14.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.13.0...v1.14.0) (2019-10-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-dynamodb-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-dynamodb-client",
"version": "1.14.0",
"version": "1.18.0",
"description": "Lambda client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-eventbridge-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)


### Features

* added eventbridge client package ([7d27134](https://github.com/getndazn/dazn-lambda-powertools/commit/7d27134)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)
2 changes: 1 addition & 1 deletion packages/lambda-powertools-eventbridge-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-eventbridge-client",
"version": "1.15.6",
"version": "1.18.0",
"description": "EventBridge client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-middleware-correlation-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)


### Features

* support eventbridge in correlation ids middleware ([936f3ee](https://github.com/getndazn/dazn-lambda-powertools/commit/936f3ee)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)





## [1.15.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.15.1...v1.15.2) (2019-11-14)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-correlation-ids
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-correlation-ids",
"version": "1.15.2",
"version": "1.18.0",
"description": "Middy middleware for capturing correlation IDs from inbound event",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-pattern-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-basic





# [1.16.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.15.6...v1.16.0) (2020-01-01)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-basic
Expand Down
4 changes: 2 additions & 2 deletions packages/lambda-powertools-pattern-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-pattern-basic",
"version": "1.16.0",
"version": "1.18.0",
"description": "Basic template that configures a 1% smaple rate for debug logs",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.15.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.18.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.15.2",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.16.0",
"middy": "^0.15.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-pattern-obfuscate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-obfuscate





# [1.16.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.15.6...v1.16.0) (2020-01-01)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-obfuscate
Expand Down
4 changes: 2 additions & 2 deletions packages/lambda-powertools-pattern-obfuscate/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dazn/lambda-powertools-pattern-obfuscate",
"version": "1.16.0",
"version": "1.18.0",
"description": "Basic template that configures a 1% smaple rate for debug logs and obfuscation",
"main": "index.js",
"scripts": {},
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.15.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.18.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.15.2",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.15.5",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.16.0",
Expand Down

0 comments on commit 6d466e6

Please sign in to comment.