Skip to content

Commit 9f19407

Browse files
chore(ci): bump version to 2.4.0 (#2763)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent eb07657 commit 9f19407

30 files changed

+246
-72
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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **idempotency:** check error identity via names ([#2747](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2747)) ([55c3878](https://github.com/aws-powertools/powertools-lambda-typescript/commit/55c387816baee98829441526a0de001044d67344))
12+
13+
14+
### Features
15+
16+
* **batch:** add option to not throw `FullBatchFailureError` when the entire batch fails ([#2711](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2711)) ([74198ef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/74198ef1ec1d11267813d2f4b6dd5f4c5692f7d4))
17+
* **internal:** support Middy.js 5.x ([#2748](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2748)) ([1d7ad61](https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d7ad61a569a4b1421dbe1754b0179f676cfede7))
18+
* **layers:** deploy Lambda layers in `ap-south-2` and `me-central-1` ([#2675](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2675)) ([208c57a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/208c57a28eb7140bf4a2a93a4201a06fced049b9))
19+
* **logger:** time zone aware timestamp in Logger ([#2710](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2710)) ([9fe4c75](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9fe4c754960a07aad008ff4ada63cf68aa9ba89a))
20+
* **maintenance:** drop support for Node.js 16.x ([#2717](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2717)) ([e4eee73](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e4eee73770ffccead9212a566335ec256a31af7d))
21+
22+
23+
24+
25+
626
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
727

828

Diff for: examples/app/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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
715

816
**Note:** Version bump only for package powertools-sample-app

Diff for: examples/app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-sample-app",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -45,12 +45,12 @@
4545
"typescript": "^5.4.5"
4646
},
4747
"dependencies": {
48-
"@aws-lambda-powertools/batch": "^2.3.0",
49-
"@aws-lambda-powertools/idempotency": "^2.3.0",
50-
"@aws-lambda-powertools/logger": "^2.3.0",
51-
"@aws-lambda-powertools/metrics": "^2.3.0",
52-
"@aws-lambda-powertools/parameters": "^2.3.0",
53-
"@aws-lambda-powertools/tracer": "^2.3.0",
48+
"@aws-lambda-powertools/batch": "^2.4.0",
49+
"@aws-lambda-powertools/idempotency": "^2.4.0",
50+
"@aws-lambda-powertools/logger": "^2.4.0",
51+
"@aws-lambda-powertools/metrics": "^2.4.0",
52+
"@aws-lambda-powertools/parameters": "^2.4.0",
53+
"@aws-lambda-powertools/tracer": "^2.4.0",
5454
"@aws-sdk/client-ssm": "^3.613.0",
5555
"@aws-sdk/lib-dynamodb": "^3.613.0",
5656
"@middy/core": "^4.7.0",

Diff for: examples/snippets/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
9+
### Features
10+
11+
* **batch:** add option to not throw `FullBatchFailureError` when the entire batch fails ([#2711](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2711)) ([74198ef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/74198ef1ec1d11267813d2f4b6dd5f4c5692f7d4))
12+
* **logger:** time zone aware timestamp in Logger ([#2710](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2710)) ([9fe4c75](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9fe4c754960a07aad008ff4ada63cf68aa9ba89a))
13+
14+
15+
16+
17+
618
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
719

820
**Note:** Version bump only for package code-snippets

Diff for: examples/snippets/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",
@@ -29,14 +29,14 @@
2929
},
3030
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
3131
"devDependencies": {
32-
"@aws-lambda-powertools/batch": "^2.3.0",
33-
"@aws-lambda-powertools/idempotency": "^2.3.0",
34-
"@aws-lambda-powertools/jmespath": "^2.3.0",
35-
"@aws-lambda-powertools/logger": "^2.3.0",
36-
"@aws-lambda-powertools/metrics": "^2.3.0",
37-
"@aws-lambda-powertools/parameters": "^2.3.0",
38-
"@aws-lambda-powertools/parser": "^2.3.0",
39-
"@aws-lambda-powertools/tracer": "^2.3.0",
32+
"@aws-lambda-powertools/batch": "^2.4.0",
33+
"@aws-lambda-powertools/idempotency": "^2.4.0",
34+
"@aws-lambda-powertools/jmespath": "^2.4.0",
35+
"@aws-lambda-powertools/logger": "^2.4.0",
36+
"@aws-lambda-powertools/metrics": "^2.4.0",
37+
"@aws-lambda-powertools/parameters": "^2.4.0",
38+
"@aws-lambda-powertools/parser": "^2.4.0",
39+
"@aws-lambda-powertools/tracer": "^2.4.0",
4040
"@aws-sdk/client-appconfigdata": "^3.613.0",
4141
"@aws-sdk/client-dynamodb": "^3.613.0",
4242
"@aws-sdk/client-secrets-manager": "^3.613.0",

Diff for: layers/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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
9+
### Features
10+
11+
* **maintenance:** drop support for Node.js 16.x ([#2717](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2717)) ([e4eee73](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e4eee73770ffccead9212a566335ec256a31af7d))
12+
13+
14+
15+
16+
617
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
718

819
**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": "2.3.0",
3+
"version": "2.4.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"layers",
1515
"examples/snippets"
1616
],
17-
"version": "2.3.0",
17+
"version": "2.4.0",
1818
"npmClient": "npm",
1919
"message": "chore(release): %s [skip ci]"
2020
}

Diff for: package-lock.json

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

Diff for: packages/batch/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
9+
### Features
10+
11+
* **batch:** add option to not throw `FullBatchFailureError` when the entire batch fails ([#2711](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2711)) ([74198ef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/74198ef1ec1d11267813d2f4b6dd5f4c5692f7d4))
12+
* **maintenance:** drop support for Node.js 16.x ([#2717](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2717)) ([e4eee73](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e4eee73770ffccead9212a566335ec256a31af7d))
13+
14+
15+
16+
17+
618
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
719

820
**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": "2.3.0",
3+
"version": "2.4.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

+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+
# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)
7+
8+
9+
### Features
10+
11+
* **maintenance:** drop support for Node.js 16.x ([#2717](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2717)) ([e4eee73](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e4eee73770ffccead9212a566335ec256a31af7d))
12+
13+
14+
15+
16+
617
# [2.3.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0) (2024-06-27)
718

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

Diff for: packages/commons/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const PT_VERSION = '2.3.0';
2+
export const PT_VERSION = '2.4.0';

0 commit comments

Comments
 (0)