Skip to content

Commit 4337c20

Browse files
authored
Merge branch 'main' into parition-aud
2 parents 0a397fe + 66fb73e commit 4337c20

File tree

118 files changed

+6721
-1325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+6721
-1325
lines changed

.github/scripts/label_missing_acknowledgement_section.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/scripts/label_missing_related_issue.js

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/semantic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ scopes:
3434
- deps
3535
- deps-dev
3636
- roadmap
37+
- kafka
3738

3839
# Always validate the PR title
3940
# and ignore the commits to lower the entry bar for contribution

.github/workflows/label_pr_on_title.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/on_closed_issues.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/on_opened_pr.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
46+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4747
with:
4848
sarif_file: results.sarif

.github/workflows/reusable-run-linting-check-and-unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
"packages/parser",
5252
"packages/parameters",
5353
"packages/validation",
54-
"packages/metrics"
54+
"packages/metrics",
55+
"packages/kafka"
5556
]
5657
fail-fast: false
5758
steps:

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
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.22.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.21.0...v2.22.0) (2025-06-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **event-handler:** fix decorated scope in appsync events ([#3974](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3974)) ([e539719](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e5397199133da265f593c5feed0178c0ebe1e7c2))
12+
13+
14+
### Features
15+
16+
* **kafka:** add logic to handle delimited protobufs ([#4071](https://github.com/aws-powertools/powertools-lambda-typescript/issues/4071)) ([db9ec0c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/db9ec0c4af668c002460f8dc9171c7d4bfc155b2))
17+
* **kafka:** lazily deserialize key/value/headers ([#4068](https://github.com/aws-powertools/powertools-lambda-typescript/issues/4068)) ([ef9bb52](https://github.com/aws-powertools/powertools-lambda-typescript/commit/ef9bb5215a588f3d9a4e9ec9da7c0b307e3c4fa0))
18+
* **kafka:** new kafka utility ([#4058](https://github.com/aws-powertools/powertools-lambda-typescript/issues/4058)) ([006f27b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/006f27bd9909e2da548cff9dbdcc1944ba76dbd1))
19+
* **layers:** add parameterised layer deployment and verification ([#4033](https://github.com/aws-powertools/powertools-lambda-typescript/issues/4033)) ([2214ba7](https://github.com/aws-powertools/powertools-lambda-typescript/commit/2214ba74301da31908b2fe717ec893a570efd6f7))
20+
21+
22+
23+
24+
625
# [2.21.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.20.0...v2.21.0) (2025-06-03)
726

827

biome.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"lib",
3232
"cdk.out",
3333
"site",
34-
".aws-sam"
34+
".aws-sam",
35+
"**/*.generated.js",
36+
"**/*.generated.d.ts"
3537
]
3638
}
37-
}
39+
}

0 commit comments

Comments
 (0)