Skip to content

Commit

Permalink
chore(release): 1.29.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DAZN Bot committed May 4, 2021
1 parent 1c6c262 commit 36cc6ec
Show file tree
Hide file tree
Showing 29 changed files with 163 additions and 35 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Bug Fixes

* fixed type def for correlation ids middleware ([6470a0e](https://github.com/getndazn/dazn-lambda-powertools/commit/6470a0e820402fd6937ab0767aef4095558ca0b3))


### Documentation

* dummy update to mark PR as breaking ([ebc419a](https://github.com/getndazn/dazn-lambda-powertools/commit/ebc419afc6acc80b650d5bce811fd2189bfb783c))


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))
* upgrade types to reflect middy v2.x usage ([cc3002b](https://github.com/getndazn/dazn-lambda-powertools/commit/cc3002b9b9177e07d918260ee1b600d403dbc29c))


### BREAKING CHANGES

* Middy middleware contract have changed, so anyone using the pattern packages with their own middlewares have to use compatible versions of middy middlewares





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools
Expand Down
8 changes: 8 additions & 0 deletions example/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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)

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





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-demo
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-demo",
"version": "1.28.1",
"version": "1.29.0",
"description": "Example serverless app to demonstrate the powertools",
"scripts": {},
"author": "Yan Cui",
Expand All @@ -16,8 +16,8 @@
"@dazn/lambda-powertools-lambda-client": "^1.28.1",
"@dazn/lambda-powertools-logger": "^1.28.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "1.8.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.28.1",
"@dazn/lambda-powertools-pattern-basic": "^1.28.1",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.29.0",
"@dazn/lambda-powertools-pattern-basic": "^1.29.0",
"@dazn/lambda-powertools-sns-client": "^1.28.1",
"@dazn/lambda-powertools-step-functions-client": "^1.28.1",
"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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)

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





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package dazn-lambda-powertools-layer
Expand Down
2 changes: 1 addition & 1 deletion layer/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 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.28.1",
"version": "1.29.0",
"description": "",
"main": "handler.js",
"scripts": {},
Expand All @@ -16,13 +16,13 @@
"@dazn/lambda-powertools-kinesis-client": "^1.28.1",
"@dazn/lambda-powertools-lambda-client": "^1.28.1",
"@dazn/lambda-powertools-logger": "^1.28.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.28.1",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.28.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.28.1",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.28.1",
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.28.1",
"@dazn/lambda-powertools-pattern-basic": "^1.28.1",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.28.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.29.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.29.0",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.29.0",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.29.0",
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.29.0",
"@dazn/lambda-powertools-pattern-basic": "^1.29.0",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.29.0",
"@dazn/lambda-powertools-sns-client": "^1.28.1",
"@dazn/lambda-powertools-sqs-client": "^1.28.1",
"@dazn/lambda-powertools-step-functions-client": "^1.28.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"layer/*",
"packages/*"
],
"version": "1.28.1",
"version": "1.29.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
17 changes: 17 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,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Bug Fixes

* fixed type def for correlation ids middleware ([6470a0e](https://github.com/getndazn/dazn-lambda-powertools/commit/6470a0e820402fd6937ab0767aef4095558ca0b3))


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))
* upgrade types to reflect middy v2.x usage ([cc3002b](https://github.com/getndazn/dazn-lambda-powertools/commit/cc3002b9b9177e07d918260ee1b600d403dbc29c))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-correlation-ids
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-correlation-ids",
"version": "1.28.1",
"version": "1.29.0",
"description": "Middy middleware for capturing correlation IDs from inbound event",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-middleware-log-timeout/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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-log-timeout
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-log-timeout",
"version": "1.28.1",
"version": "1.29.0",
"description": "Middy middleware to log an error message when a function times out.",
"author": "Yan Cui <theburningmonk@gmail.com>",
"homepage": "https://github.com/getndazn/dazn-lambda-powertools#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-middleware-obfuscater/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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-obfuscater
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-obfuscater",
"version": "1.28.1",
"version": "1.29.0",
"description": "Middy middleware to obfuscate the event for logging",
"main": "index.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-middleware-sample-logging/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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-sample-logging
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-sample-logging",
"version": "1.28.1",
"version": "1.29.0",
"description": "Middy middleware to sample debug logs for a configurable % of invocations",
"main": "index.js",
"license": "MIT",
Expand Down
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.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-stop-infinite-loop
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-stop-infinite-loop",
"version": "1.28.1",
"version": "1.29.0",
"description": "Middy middleware that detects and stops infinite loops",
"author": "Yan Cui <theburningmonk@gmail.com>",
"homepage": "https://github.com/getndazn/dazn-lambda-powertools#readme",
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))
* upgrade types to reflect middy v2.x usage ([cc3002b](https://github.com/getndazn/dazn-lambda-powertools/commit/cc3002b9b9177e07d918260ee1b600d403dbc29c))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-basic
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-pattern-basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/lambda-powertools-pattern-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dazn/lambda-powertools-pattern-basic",
"version": "1.28.1",
"version": "1.29.0",
"description": "Basic template that configures a 1% smaple rate for debug logs",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.28.1",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.28.1",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.28.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.29.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.29.0",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.29.0",
"@middy/core": "^2.1.0"
},
"publishConfig": {
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.29.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.1...v1.29.0) (2021-05-04)


### Features

* upgrade to middy v2.x ([ad0410f](https://github.com/getndazn/dazn-lambda-powertools/commit/ad0410f2b78a38afd927067c9e17e65ebfda669d))
* upgrade types to reflect middy v2.x usage ([cc3002b](https://github.com/getndazn/dazn-lambda-powertools/commit/cc3002b9b9177e07d918260ee1b600d403dbc29c))





## [1.28.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.28.0...v1.28.1) (2020-12-10)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36cc6ec

Please sign in to comment.