Skip to content

Commit 6c7bf23

Browse files
chore(release): v1.7.0 [skip ci]
1 parent 09fea8f commit 6c7bf23

20 files changed

+189
-95
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** typo in layer arn ([bc5f7c9](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/bc5f7c99e02396223e726962432fc3856a68a29d))
12+
13+
14+
### Features
15+
16+
* **logger:** add silent log level to suppress the emission of all logs ([#1347](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1347)) ([c82939e](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/c82939ebdb82ae596cbad07be397794ee4b69fe5))
17+
* **metrics:** support high resolution metrics ([#1369](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1369)) ([79a321b](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/79a321b199ef51a024dc25b83673baf2eb03de69))
18+
* **parameters:** AppConfigProvider to return the last valid value when the API returns empty value on subsequent calls ([#1365](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1365)) ([97339d9](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/97339d9336ec67568e9e7fd079b3cfe006da1bba))
19+
20+
21+
22+
23+
624
# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)
725

826

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.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)
715

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

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

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

Diff for: examples/cdk/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -28,9 +28,9 @@
2828
"*.ts": "npm run lint-fix"
2929
},
3030
"devDependencies": {
31-
"@aws-lambda-powertools/logger": "^1.5.1",
32-
"@aws-lambda-powertools/metrics": "^1.5.1",
33-
"@aws-lambda-powertools/tracer": "^1.5.1",
31+
"@aws-lambda-powertools/logger": "^1.6.0",
32+
"@aws-lambda-powertools/metrics": "^1.6.0",
33+
"@aws-lambda-powertools/tracer": "^1.6.0",
3434
"@aws-sdk/lib-dynamodb": "^3.231.0",
3535
"@types/aws-lambda": "^8.10.109",
3636
"@types/jest": "^29.2.4",
@@ -55,4 +55,4 @@
5555
"phin": "^3.7.0",
5656
"source-map-support": "^0.5.21"
5757
}
58-
}
58+
}

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.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
# [1.6.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.1...v1.6.0) (2023-03-02)
715

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

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

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

Diff for: examples/sam/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -39,12 +39,12 @@
3939
"typescript": "^4.9.4"
4040
},
4141
"dependencies": {
42-
"@aws-lambda-powertools/logger": "^1.5.1",
43-
"@aws-lambda-powertools/metrics": "^1.5.1",
44-
"@aws-lambda-powertools/tracer": "^1.5.1",
42+
"@aws-lambda-powertools/logger": "^1.6.0",
43+
"@aws-lambda-powertools/metrics": "^1.6.0",
44+
"@aws-lambda-powertools/tracer": "^1.6.0",
4545
"@aws-sdk/client-dynamodb": "^3.231.0",
4646
"@aws-sdk/lib-dynamodb": "^3.231.0",
4747
"@middy/core": "^3.6.2",
4848
"phin": "^3.7.0"
4949
}
50-
}
50+
}

Diff for: layers/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.7.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.6.0...v1.7.0) (2023-03-20)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
## [1.5.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.5.0...v1.5.1) (2023-01-13)
715

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

Diff for: layers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},
@@ -36,4 +36,4 @@
3636
"devDependencies": {
3737
"source-map-support": "^0.5.21"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)