Skip to content

Commit d5ec97b

Browse files
chore(ci): bump version to 2.12.0 (#3432)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent 3cd2f02 commit d5ec97b

32 files changed

+233
-77
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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **parser:** make SNS subject field nullish ([#3415](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3415)) ([0da9cea](https://github.com/aws-powertools/powertools-lambda-typescript/commit/0da9ceaeccd088af09963690959871a2ca165729))
12+
13+
14+
### Features
15+
16+
* **logger:** change selected method visibility to protected ([#3377](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3377)) ([93a19a5](https://github.com/aws-powertools/powertools-lambda-typescript/commit/93a19a5181b6875d57a589e17c620b7a4631c085))
17+
* **metrics:** disable metrics with `POWERTOOLS_METRICS_DISABLED` ([#3351](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3351)) ([7e8578e](https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e8578e630218c9a987754bf789895ab63c3547f))
18+
* **metrics:** warn when overwriting dimension ([#3352](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3352)) ([12f3e44](https://github.com/aws-powertools/powertools-lambda-typescript/commit/12f3e448d8104b08518370a71db12646dededa4f))
19+
* **parser:** Add appsync resolver event Zod schemas ([#3301](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3301)) ([318f34b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/318f34b40331df7665939f92370797feb7b22dd0))
20+
* **parser:** add schema for DynamoDB - Kinesis Stream event ([#3328](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3328)) ([a8dfa74](https://github.com/aws-powertools/powertools-lambda-typescript/commit/a8dfa74bff22dcde273f11295c1defcc904e98d3))
21+
22+
23+
24+
25+
626
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
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.11.0",
3+
"version": "2.12.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -39,12 +39,12 @@
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
42-
"@aws-lambda-powertools/batch": "^2.11.0",
43-
"@aws-lambda-powertools/idempotency": "^2.11.0",
44-
"@aws-lambda-powertools/logger": "^2.11.0",
45-
"@aws-lambda-powertools/metrics": "^2.11.0",
46-
"@aws-lambda-powertools/parameters": "^2.11.0",
47-
"@aws-lambda-powertools/tracer": "^2.11.0",
42+
"@aws-lambda-powertools/batch": "^2.12.0",
43+
"@aws-lambda-powertools/idempotency": "^2.12.0",
44+
"@aws-lambda-powertools/logger": "^2.12.0",
45+
"@aws-lambda-powertools/metrics": "^2.12.0",
46+
"@aws-lambda-powertools/parameters": "^2.12.0",
47+
"@aws-lambda-powertools/tracer": "^2.12.0",
4848
"@aws-sdk/client-ssm": "^3.709.0",
4949
"@aws-sdk/lib-dynamodb": "^3.709.0",
5050
"@middy/core": "^4.7.0",

Diff for: 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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package code-snippets
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
715

816

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.11.0",
3+
"version": "2.12.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.11.0",
28-
"@aws-lambda-powertools/idempotency": "^2.11.0",
29-
"@aws-lambda-powertools/jmespath": "^2.11.0",
30-
"@aws-lambda-powertools/logger": "^2.11.0",
31-
"@aws-lambda-powertools/metrics": "^2.11.0",
32-
"@aws-lambda-powertools/parameters": "^2.11.0",
33-
"@aws-lambda-powertools/parser": "^2.11.0",
34-
"@aws-lambda-powertools/tracer": "^2.11.0",
27+
"@aws-lambda-powertools/batch": "^2.12.0",
28+
"@aws-lambda-powertools/idempotency": "^2.12.0",
29+
"@aws-lambda-powertools/jmespath": "^2.12.0",
30+
"@aws-lambda-powertools/logger": "^2.12.0",
31+
"@aws-lambda-powertools/metrics": "^2.12.0",
32+
"@aws-lambda-powertools/parameters": "^2.12.0",
33+
"@aws-lambda-powertools/parser": "^2.12.0",
34+
"@aws-lambda-powertools/tracer": "^2.12.0",
3535
"@aws-sdk/client-appconfigdata": "^3.709.0",
3636
"@aws-sdk/client-dynamodb": "^3.709.0",
3737
"@aws-sdk/client-secrets-manager": "^3.709.0",

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+
# [2.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
715

816

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

Diff for: 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.11.0",
18+
"version": "2.12.0",
1919
"npmClient": "npm",
2020
"message": "chore(release): %s [skip ci]"
2121
}

Diff for: package-lock.json

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

Diff for: 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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
715

816

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.11.0",
3+
"version": "2.12.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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
9+
### Features
10+
11+
* **metrics:** disable metrics with `POWERTOOLS_METRICS_DISABLED` ([#3351](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3351)) ([7e8578e](https://github.com/aws-powertools/powertools-lambda-typescript/commit/7e8578e630218c9a987754bf789895ab63c3547f))
12+
13+
14+
15+
16+
617
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
718

819

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.11.0",
3+
"version": "2.12.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.11.0';
2+
export const PT_VERSION = '2.12.0';

Diff for: 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.12.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.11.0...v2.12.0) (2024-12-17)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/event-handler
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.10.0...v2.11.0) (2024-11-20)
715

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

0 commit comments

Comments
 (0)