Skip to content

Commit 6d466e6

Browse files
author
DAZN Bot
committed
v1.18.0
1 parent ee20956 commit 6d466e6

File tree

18 files changed

+108
-21
lines changed

18 files changed

+108
-21
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)
7+
8+
9+
### Features
10+
11+
* added CloudWatchEvents client ([d573ce5](https://github.com/getndazn/dazn-lambda-powertools/commit/d573ce5)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)
12+
* 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)
13+
* added the new clients to the Lambda layer ([7229d04](https://github.com/getndazn/dazn-lambda-powertools/commit/7229d04))
14+
* 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)
15+
16+
17+
18+
19+
620
# [1.17.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.16.1...v1.17.0) (2020-01-02)
721

822

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)
7+
8+
**Note:** Version bump only for package @dazn/lambda-powertools-demo

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "@dazn/lambda-powertools-demo",
3-
"version": "0.1.0",
3+
"version": "1.18.0",
44
"description": "Example serverless app to demonstrate the powertools",
55
"scripts": {},
66
"author": "Yan Cui",
77
"dependencies": {
88
"@dazn/datadog-metrics": "^1.3.1",
9-
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.15.6",
9+
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.18.0",
1010
"@dazn/lambda-powertools-correlation-ids": "^1.8.2",
11-
"@dazn/lambda-powertools-dynamodb-client": "^1.9.0",
12-
"@dazn/lambda-powertools-eventbridge-client": "^1.15.6",
11+
"@dazn/lambda-powertools-dynamodb-client": "^1.18.0",
12+
"@dazn/lambda-powertools-eventbridge-client": "^1.18.0",
1313
"@dazn/lambda-powertools-firehose-client": "^1.8.0",
1414
"@dazn/lambda-powertools-http-client": "^1.8.2",
1515
"@dazn/lambda-powertools-kinesis-client": "^1.9.0",
1616
"@dazn/lambda-powertools-lambda-client": "^1.9.0",
1717
"@dazn/lambda-powertools-logger": "^1.9.0",
1818
"@dazn/lambda-powertools-middleware-correlation-ids": "1.8.3",
1919
"@dazn/lambda-powertools-middleware-sample-logging": "^1.9.0",
20-
"@dazn/lambda-powertools-pattern-basic": "^1.9.0",
20+
"@dazn/lambda-powertools-pattern-basic": "^1.18.0",
2121
"@dazn/lambda-powertools-sns-client": "^1.8.2",
2222
"@dazn/lambda-powertools-step-functions-client": "^1.9.0",
2323
"uuid": "^3.3.3"

layer/nodejs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)
7+
8+
**Note:** Version bump only for package dazn-lambda-powertools-layer
9+
10+
11+
12+
13+
614
# [1.17.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.16.1...v1.17.0) (2020-01-02)
715

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

layer/nodejs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dazn-lambda-powertools-layer",
33
"private": true,
4-
"version": "1.17.0",
4+
"version": "1.18.0",
55
"description": "",
66
"main": "handler.js",
77
"scripts": {},
@@ -10,19 +10,19 @@
1010
"license": "MIT",
1111
"dependencies": {
1212
"@dazn/lambda-powertools-correlation-ids": "^1.8.2",
13-
"@dazn/lambda-powertools-dynamodb-client": "^1.14.0",
13+
"@dazn/lambda-powertools-dynamodb-client": "^1.18.0",
1414
"@dazn/lambda-powertools-firehose-client": "^1.15.2",
1515
"@dazn/lambda-powertools-http-client": "^1.17.0",
1616
"@dazn/lambda-powertools-kinesis-client": "^1.15.2",
1717
"@dazn/lambda-powertools-lambda-client": "^1.15.2",
1818
"@dazn/lambda-powertools-logger": "^1.15.2",
19-
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.15.2",
19+
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.18.0",
2020
"@dazn/lambda-powertools-middleware-log-timeout": "^1.15.2",
2121
"@dazn/lambda-powertools-middleware-obfuscater": "^1.15.5",
2222
"@dazn/lambda-powertools-middleware-sample-logging": "^1.16.0",
2323
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.15.2",
24-
"@dazn/lambda-powertools-pattern-basic": "^1.16.0",
25-
"@dazn/lambda-powertools-pattern-obfuscate": "^1.16.0",
24+
"@dazn/lambda-powertools-pattern-basic": "^1.18.0",
25+
"@dazn/lambda-powertools-pattern-obfuscate": "^1.18.0",
2626
"@dazn/lambda-powertools-sns-client": "^1.12.0",
2727
"@dazn/lambda-powertools-sqs-client": "^1.12.0",
2828
"@dazn/lambda-powertools-step-functions-client": "^1.15.2"

lerna.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"lerna": "3.10.8",
33
"packages": [
4+
"example",
45
"layer/*",
5-
"packages/*",
6-
"example"
6+
"packages/*"
77
],
8-
"version": "1.17.0",
8+
"version": "1.18.0",
99
"command": {
1010
"version": {
1111
"allowBranch": "master"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)
7+
8+
9+
### Features
10+
11+
* added CloudWatchEvents client ([d573ce5](https://github.com/getndazn/dazn-lambda-powertools/commit/d573ce5)), closes [#135](https://github.com/getndazn/dazn-lambda-powertools/issues/135)

packages/lambda-powertools-cloudwatchevents-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dazn/lambda-powertools-cloudwatchevents-client",
3-
"version": "1.15.6",
3+
"version": "1.18.0",
44
"description": "CloudWatchEvents client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
55
"main": "index.js",
66
"scripts": {

packages/lambda-powertools-dynamodb-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.18.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.17.0...v1.18.0) (2020-01-05)
7+
8+
**Note:** Version bump only for package @dazn/lambda-powertools-dynamodb-client
9+
10+
11+
12+
13+
614
# [1.14.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.13.0...v1.14.0) (2019-10-09)
715

816

packages/lambda-powertools-dynamodb-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dazn/lambda-powertools-dynamodb-client",
3-
"version": "1.14.0",
3+
"version": "1.18.0",
44
"description": "Lambda client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)