Skip to content

Commit e85ef33

Browse files
chore(ci): bump version to 2.15.0 (#3654)
1 parent d94d3bf commit e85ef33

34 files changed

+251
-86
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **ci:** Add permissions to jobs ([#3586](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3586)) ([90c93ea](https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c93eac603b9a496aac1aee8e010fbc983aabdc))
12+
* **ci:** fix path for latest SSM param ([#3585](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3585)) ([e34952d](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e34952dacf0b55219f57aaf32a5422bd2595d7a9))
13+
* **logger:** handle illegal `null`/`undefined` as extra args ([#3614](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3614)) ([6f99073](https://github.com/aws-powertools/powertools-lambda-typescript/commit/6f99073cf61d2e49b01d8f7dcc9b4edf36166ad9))
14+
15+
16+
### Features
17+
18+
* **idempotency:** add support for custom key prefix ([#3532](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3532)) ([7be7a83](https://github.com/aws-powertools/powertools-lambda-typescript/commit/7be7a83a07e86927221ba34ec1dbae7e73cf6e32))
19+
* **logger:** add circular buffer ([#3593](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3593)) ([618cdee](https://github.com/aws-powertools/powertools-lambda-typescript/commit/618cdeefd8838bf291b5b9df73d765c30d2457df))
20+
* **logger:** Add log buffer and flush method ([#3617](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3617)) ([6968ca8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/6968ca87f55ef7574c7904e268ba0604d4b591b7))
21+
* **logger:** Emit a warning on buffer flush ([#3639](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3639)) ([f471552](https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd))
22+
* **logger:** refresh sample rate calculation per invocation ([#3644](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3644)) ([1d66a2a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77))
23+
* **parser:** provide sub-path exports ([#3598](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3598)) ([09f0aaa](https://github.com/aws-powertools/powertools-lambda-typescript/commit/09f0aaaf92233d326acd9e5fbd21a5c241cdbfe7))
24+
25+
26+
27+
28+
629
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
730

831

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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
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.14.0",
3+
"version": "2.15.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.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",
41+
"@aws-lambda-powertools/batch": "^2.15.0",
42+
"@aws-lambda-powertools/idempotency": "^2.15.0",
43+
"@aws-lambda-powertools/logger": "^2.15.0",
44+
"@aws-lambda-powertools/metrics": "^2.15.0",
45+
"@aws-lambda-powertools/parameters": "^2.15.0",
46+
"@aws-lambda-powertools/tracer": "^2.15.0",
4747
"@aws-sdk/client-ssm": "^3.750.0",
4848
"@aws-sdk/lib-dynamodb": "^3.751.0",
4949
"@middy/core": "^4.7.0",

examples/snippets/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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
9+
### Features
10+
11+
* **logger:** refresh sample rate calculation per invocation ([#3644](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3644)) ([1d66a2a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77))
12+
13+
14+
15+
16+
617
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
718

819
**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.14.0",
3+
"version": "2.15.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.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",
27+
"@aws-lambda-powertools/batch": "^2.15.0",
28+
"@aws-lambda-powertools/idempotency": "^2.15.0",
29+
"@aws-lambda-powertools/jmespath": "^2.15.0",
30+
"@aws-lambda-powertools/logger": "^2.15.0",
31+
"@aws-lambda-powertools/metrics": "^2.15.0",
32+
"@aws-lambda-powertools/parameters": "^2.15.0",
33+
"@aws-lambda-powertools/parser": "^2.15.0",
34+
"@aws-lambda-powertools/tracer": "^2.15.0",
3535
"@aws-sdk/client-appconfigdata": "^3.750.0",
3636
"@aws-sdk/client-dynamodb": "^3.751.0",
3737
"@aws-sdk/client-secrets-manager": "^3.750.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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
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.14.0",
3+
"version": "2.15.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"layers",
1717
"examples/snippets"
1818
],
19-
"version": "2.14.0",
19+
"version": "2.15.0",
2020
"npmClient": "npm",
2121
"message": "chore(release): %s [skip ci]"
2222
}

package-lock.json

+40-40
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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
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.14.0",
3+
"version": "2.15.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.15.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0) (2025-02-25)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
# [2.14.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.13.1...v2.14.0) (2025-02-10)
715

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

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

0 commit comments

Comments
 (0)