Skip to content

Commit a40b326

Browse files
chore(ci): bump version to 2.14.0 (#3582)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent 9060e54 commit a40b326

32 files changed

+219
-76
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **logger:** prevent overwriting standard keys ([#3553](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3553)) ([f0bdf3c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/f0bdf3cdb1fe25ff7baea352215f41501ca6c5c2))
12+
* **parser:** parse sqs record body field as JSON and S3Schema in S3SqsEventNoificationRecordSchema ([#3529](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3529)) ([bcd4b9f](https://github.com/aws-powertools/powertools-lambda-typescript/commit/bcd4b9f7864543b25c57143c2903ed68c16d3987))
13+
14+
15+
### Features
16+
17+
* **ci:** Add advanced automation ([#3438](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3438)) ([4e9ff07](https://github.com/aws-powertools/powertools-lambda-typescript/commit/4e9ff0717223f8305eda684608ce1435489b9749))
18+
* **parser:** add TransferFamilySchema for AWS Transfer Family events ([#3575](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3575)) ([2c27c5e](https://github.com/aws-powertools/powertools-lambda-typescript/commit/2c27c5e717ff6a8f9b54148dbde3ab7dc83b5baf))
19+
* **parser:** simplify `ParseResult` and `parse` inference ([#3568](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3568)) ([95762ad](https://github.com/aws-powertools/powertools-lambda-typescript/commit/95762ade4b51fc40860302dd77a97819dac44a98))
20+
21+
22+
23+
24+
625
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
726

827

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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

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

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.13.1",
3+
"version": "2.14.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -38,12 +38,12 @@
3838
"vitest": "^3.0.5"
3939
},
4040
"dependencies": {
41-
"@aws-lambda-powertools/batch": "^2.13.1",
42-
"@aws-lambda-powertools/idempotency": "^2.13.1",
43-
"@aws-lambda-powertools/logger": "^2.13.1",
44-
"@aws-lambda-powertools/metrics": "^2.13.1",
45-
"@aws-lambda-powertools/parameters": "^2.13.1",
46-
"@aws-lambda-powertools/tracer": "^2.13.1",
41+
"@aws-lambda-powertools/batch": "^2.14.0",
42+
"@aws-lambda-powertools/idempotency": "^2.14.0",
43+
"@aws-lambda-powertools/logger": "^2.14.0",
44+
"@aws-lambda-powertools/metrics": "^2.14.0",
45+
"@aws-lambda-powertools/parameters": "^2.14.0",
46+
"@aws-lambda-powertools/tracer": "^2.14.0",
4747
"@aws-sdk/client-ssm": "^3.744.0",
4848
"@aws-sdk/lib-dynamodb": "^3.744.0",
4949
"@middy/core": "^4.7.0",

examples/snippets/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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package code-snippets
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

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

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.13.1",
3+
"version": "2.14.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",
@@ -24,14 +24,14 @@
2424
},
2525
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
2626
"devDependencies": {
27-
"@aws-lambda-powertools/batch": "^2.13.1",
28-
"@aws-lambda-powertools/idempotency": "^2.13.1",
29-
"@aws-lambda-powertools/jmespath": "^2.13.1",
30-
"@aws-lambda-powertools/logger": "^2.13.1",
31-
"@aws-lambda-powertools/metrics": "^2.13.1",
32-
"@aws-lambda-powertools/parameters": "^2.13.1",
33-
"@aws-lambda-powertools/parser": "^2.13.1",
34-
"@aws-lambda-powertools/tracer": "^2.13.1",
27+
"@aws-lambda-powertools/batch": "^2.14.0",
28+
"@aws-lambda-powertools/idempotency": "^2.14.0",
29+
"@aws-lambda-powertools/jmespath": "^2.14.0",
30+
"@aws-lambda-powertools/logger": "^2.14.0",
31+
"@aws-lambda-powertools/metrics": "^2.14.0",
32+
"@aws-lambda-powertools/parameters": "^2.14.0",
33+
"@aws-lambda-powertools/parser": "^2.14.0",
34+
"@aws-lambda-powertools/tracer": "^2.14.0",
3535
"@aws-sdk/client-appconfigdata": "^3.744.0",
3636
"@aws-sdk/client-dynamodb": "^3.744.0",
3737
"@aws-sdk/client-secrets-manager": "^3.744.0",

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+
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

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

layers/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"layers",
1616
"examples/snippets"
1717
],
18-
"version": "2.13.1",
18+
"version": "2.14.0",
1919
"npmClient": "npm",
2020
"message": "chore(release): %s [skip ci]"
2121
}

package-lock.json

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

packages/batch/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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

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

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.13.1",
3+
"version": "2.14.0",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

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+
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

816

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

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.13.1';
2+
export const PT_VERSION = '2.14.0';

packages/event-handler/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.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/event-handler
9+
10+
11+
12+
13+
614
## [2.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.0...v2.13.1) (2025-01-28)
715

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

0 commit comments

Comments
 (0)