Skip to content

Commit 1dc1805

Browse files
chore(release): v1.14.0 [skip ci]
1 parent 004894a commit 1dc1805

25 files changed

+117
-51
lines changed

Diff for: 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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
### Features
9+
10+
- **idempotency:** add idempotency decorator ([#1723](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1723)) ([d138673](https://github.com/aws-powertools/powertools-lambda-typescript/commit/d138673a33ff31f40b225dc046b2ff8258d0a97d))
11+
- **layers:** add `arm64` to integration test matrix ([#1720](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1720)) ([61ad5ac](https://github.com/aws-powertools/powertools-lambda-typescript/commit/61ad5ac3bcf7742684aeec28553ec294696f3301))
12+
- **tracer:** add try/catch logic to decorator and middleware close ([#1716](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1716)) ([be16b59](https://github.com/aws-powertools/powertools-lambda-typescript/commit/be16b599b8023f95572234fb222ea70aea5b3f17))
13+
614
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
715

816
### Bug Fixes

Diff for: examples/cdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
610
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
711

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

Diff for: examples/cdk/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -25,11 +25,11 @@
2525
"*.js": "npm run lint-fix"
2626
},
2727
"devDependencies": {
28-
"@aws-lambda-powertools/commons": "^1.13.1",
29-
"@aws-lambda-powertools/logger": "^1.13.1",
30-
"@aws-lambda-powertools/metrics": "^1.13.1",
31-
"@aws-lambda-powertools/parameters": "^1.13.1",
32-
"@aws-lambda-powertools/tracer": "^1.13.1",
28+
"@aws-lambda-powertools/commons": "^1.14.0",
29+
"@aws-lambda-powertools/logger": "^1.14.0",
30+
"@aws-lambda-powertools/metrics": "^1.14.0",
31+
"@aws-lambda-powertools/parameters": "^1.14.0",
32+
"@aws-lambda-powertools/tracer": "^1.14.0",
3333
"@aws-sdk/client-ssm": "^3.413.0",
3434
"@aws-sdk/lib-dynamodb": "^3.413.0",
3535
"@types/aws-lambda": "^8.10.121",

Diff for: examples/sam/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
**Note:** Version bump only for package sam-example
9+
610
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
711

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

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.13.1",
3+
"version": "1.14.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -30,10 +30,10 @@
3030
"typescript": "^5.2.2"
3131
},
3232
"dependencies": {
33-
"@aws-lambda-powertools/logger": "^1.13.1",
34-
"@aws-lambda-powertools/metrics": "^1.13.1",
35-
"@aws-lambda-powertools/parameters": "^1.13.1",
36-
"@aws-lambda-powertools/tracer": "^1.13.1",
33+
"@aws-lambda-powertools/logger": "^1.14.0",
34+
"@aws-lambda-powertools/metrics": "^1.14.0",
35+
"@aws-lambda-powertools/parameters": "^1.14.0",
36+
"@aws-lambda-powertools/tracer": "^1.14.0",
3737
"@aws-sdk/client-dynamodb": "^3.413.0",
3838
"@aws-sdk/client-ssm": "^3.413.0",
3939
"@aws-sdk/lib-dynamodb": "^3.413.0",

Diff for: layers/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
**Note:** Version bump only for package layers
9+
610
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
711

812
**Note:** Version bump only for package layers

Diff for: layers/package.json

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

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"examples/sam",
1313
"layers"
1414
],
15-
"version": "1.13.1",
15+
"version": "1.14.0",
1616
"npmClient": "npm",
1717
"message": "chore(release): %s [skip ci]"
1818
}

Diff for: package-lock.json

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

Diff for: packages/batch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
610
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
711

812
**Note:** Version bump only for package @aws-lambda-powertools/batch

Diff for: packages/batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/commons/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
610
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
711

812
**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.13.1",
3+
"version": "1.14.0",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/idempotency/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
### Features
9+
10+
- **idempotency:** add idempotency decorator ([#1723](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1723)) ([d138673](https://github.com/aws-powertools/powertools-lambda-typescript/commit/d138673a33ff31f40b225dc046b2ff8258d0a97d))
11+
- **layers:** add `arm64` to integration test matrix ([#1720](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1720)) ([61ad5ac](https://github.com/aws-powertools/powertools-lambda-typescript/commit/61ad5ac3bcf7742684aeec28553ec294696f3301))
12+
613
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
714

815
### Bug Fixes

Diff for: packages/idempotency/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"description": "The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -79,7 +79,7 @@
7979
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
8080
},
8181
"dependencies": {
82-
"@aws-lambda-powertools/commons": "^1.13.1",
82+
"@aws-lambda-powertools/commons": "^1.14.0",
8383
"@aws-sdk/util-base64-node": "^3.209.0",
8484
"jmespath": "^0.16.0"
8585
},

Diff for: packages/logger/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
### Features
9+
10+
- **layers:** add `arm64` to integration test matrix ([#1720](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1720)) ([61ad5ac](https://github.com/aws-powertools/powertools-lambda-typescript/commit/61ad5ac3bcf7742684aeec28553ec294696f3301))
11+
612
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
713

814
### Bug Fixes

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.13.1",
3+
"version": "1.14.0",
44
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -53,7 +53,7 @@
5353
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5454
},
5555
"dependencies": {
56-
"@aws-lambda-powertools/commons": "^1.13.1",
56+
"@aws-lambda-powertools/commons": "^1.14.0",
5757
"lodash.merge": "^4.6.2"
5858
},
5959
"keywords": [

Diff for: packages/metrics/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
### Features
9+
10+
- **layers:** add `arm64` to integration test matrix ([#1720](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1720)) ([61ad5ac](https://github.com/aws-powertools/powertools-lambda-typescript/commit/61ad5ac3bcf7742684aeec28553ec294696f3301))
11+
612
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
713

814
### Bug Fixes

Diff for: packages/metrics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/metrics",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"description": "The metrics package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -55,7 +55,7 @@
5555
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5656
},
5757
"dependencies": {
58-
"@aws-lambda-powertools/commons": "^1.13.1"
58+
"@aws-lambda-powertools/commons": "^1.14.0"
5959
},
6060
"keywords": [
6161
"aws",

Diff for: packages/parameters/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.1...v1.14.0) (2023-09-29)
7+
8+
### Features
9+
10+
- **layers:** add `arm64` to integration test matrix ([#1720](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1720)) ([61ad5ac](https://github.com/aws-powertools/powertools-lambda-typescript/commit/61ad5ac3bcf7742684aeec28553ec294696f3301))
11+
612
## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)