Skip to content

Commit ed55e58

Browse files
chore(release): v1.5.1 [skip ci]
1 parent c78e5d3 commit ed55e58

19 files changed

+97
-18
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **logger:** logger throws TypeError when log item has BigInt value ([#1201](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1201)) ([a09e4df](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/a09e4dfbb2cef062c1178de3e3dbc2583aef7a91))
12+
* **parameters:** types in BaseProvider + added getMultiple alias to SecretsProvider ([#1214](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1214)) ([32bd7e8](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/32bd7e8694fa74a63993eded236af8d84c2dc752))
13+
14+
15+
### Features
16+
17+
* **parameters:** AppConfigProvider ([#1200](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1200)) ([fecedb9](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/fecedb9e8446a008dca2927ba7aec16d54b34685))
18+
* **parameters:** DynamoDBProvider support ([#1202](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1202)) ([db94850](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/db94850b536dc92fcd11ce2a5f68412bed9c1feb))
19+
* **parameters:** SecretsProvider support ([#1206](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1206)) ([02516b7](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/02516b7315c3c6df7bed51768381313e7942b215))
20+
* **parameters:** SSMProvider support ([#1187](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1187)) ([2e4bb76](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/2e4bb76773222ecbe44ec22633445e06199fc8b1))
21+
22+
23+
24+
25+
626
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
727

828

Diff for: examples/cdk/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package cdk-sample

Diff for: examples/cdk/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"

Diff for: examples/sam/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package sam-example

Diff for: examples/sam/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/sam/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -43,4 +43,4 @@
4343
"@middy/core": "^3.6.2",
4444
"phin": "^3.7.0"
4545
}
46-
}
46+
}

Diff for: layer-publisher/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package layer-publisher
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package layer-publisher

Diff for: layer-publisher/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: layer-publisher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layer-publisher",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"bin": {
55
"layer-publisher": "bin/layer-publisher.js"
66
},

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"examples/sam",
99
"layer-publisher"
1010
],
11-
"version": "1.5.0",
11+
"version": "1.5.1",
1212
"npmClient": "npm",
1313
"message": "chore(release): %s [skip ci]"
1414
}

Diff for: packages/commons/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package @aws-lambda-powertools/commons

Diff for: packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A shared utility package for AWS Lambda Powertools for TypeScript libraries",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/logger/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **logger:** logger throws TypeError when log item has BigInt value ([#1201](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1201)) ([a09e4df](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/a09e4dfbb2cef062c1178de3e3dbc2583aef7a91))
12+
13+
14+
15+
16+
617
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
718

819

Diff for: packages/logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/logger",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The logging package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
4646
},
4747
"dependencies": {
48-
"@aws-lambda-powertools/commons": "^1.5.0",
48+
"@aws-lambda-powertools/commons": "^1.5.1",
4949
"lodash.merge": "^4.6.2"
5050
},
5151
"keywords": [

Diff for: packages/metrics/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/metrics
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package @aws-lambda-powertools/metrics

Diff for: packages/metrics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/metrics",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The metrics package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
4747
},
4848
"dependencies": {
49-
"@aws-lambda-powertools/commons": "^1.5.0"
49+
"@aws-lambda-powertools/commons": "^1.5.1"
5050
},
5151
"keywords": [
5252
"aws",
@@ -56,4 +56,4 @@
5656
"serverless",
5757
"nodejs"
5858
]
59-
}
59+
}

Diff for: packages/tracer/CHANGELOG.md

+8
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.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/tracer
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.1...v1.5.0) (2022-11-25)
715

816
**Note:** Version bump only for package @aws-lambda-powertools/tracer

Diff for: packages/tracer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/tracer",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The tracer package for the AWS Lambda Powertools for TypeScript library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -48,7 +48,7 @@
4848
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
4949
},
5050
"dependencies": {
51-
"@aws-lambda-powertools/commons": "^1.5.0",
51+
"@aws-lambda-powertools/commons": "^1.5.1",
5252
"aws-xray-sdk-core": "^3.4.0"
5353
},
5454
"keywords": [

0 commit comments

Comments
 (0)