Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)


### Bug Fixes

* **idempotency:** deep sort payload during hashing ([#2570](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2570)) ([6765f35](https://github.com/aws-powertools/powertools-lambda-typescript/commit/6765f35e98e2d8267d2672c12ba387a9af62a4b5))
* **parser:** handle API Gateway Test UI sourceIp ([#2531](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2531)) ([cd6c512](https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd6c512c3a3b799debdafabac1558c8d40c8dc93))


### Features

* **batch:** add option to continue processing other group IDs on failure in `SqsFifoPartialProcessor` ([#2590](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2590)) ([a615c24](https://github.com/aws-powertools/powertools-lambda-typescript/commit/a615c24108c4653be4c62d8488092fc08a4a3cc3))





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)


Expand Down
8 changes: 8 additions & 0 deletions examples/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)

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





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**Note:** Version bump only for package powertools-sample-app
Expand Down
14 changes: 7 additions & 7 deletions examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powertools-sample-app",
"version": "2.1.1",
"version": "2.2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -45,12 +45,12 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.1.1",
"@aws-lambda-powertools/idempotency": "^2.1.1",
"@aws-lambda-powertools/logger": "^2.1.1",
"@aws-lambda-powertools/metrics": "^2.1.1",
"@aws-lambda-powertools/parameters": "^2.1.1",
"@aws-lambda-powertools/tracer": "^2.1.1",
"@aws-lambda-powertools/batch": "^2.2.0",
"@aws-lambda-powertools/idempotency": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/metrics": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-ssm": "^3.592.0",
"@aws-sdk/lib-dynamodb": "^3.592.0",
"@middy/core": "^4.7.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)


### Features

* **batch:** add option to continue processing other group IDs on failure in `SqsFifoPartialProcessor` ([#2590](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2590)) ([a615c24](https://github.com/aws-powertools/powertools-lambda-typescript/commit/a615c24108c4653be4c62d8488092fc08a4a3cc3))





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**Note:** Version bump only for package code-snippets
Expand Down
18 changes: 9 additions & 9 deletions examples/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.1.1",
"version": "2.2.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-lambda-powertools/batch": "^2.1.1",
"@aws-lambda-powertools/idempotency": "^2.1.1",
"@aws-lambda-powertools/jmespath": "^2.1.1",
"@aws-lambda-powertools/logger": "^2.1.1",
"@aws-lambda-powertools/metrics": "^2.1.1",
"@aws-lambda-powertools/parameters": "^2.1.1",
"@aws-lambda-powertools/parser": "^2.1.1",
"@aws-lambda-powertools/tracer": "^2.1.1",
"@aws-lambda-powertools/batch": "^2.2.0",
"@aws-lambda-powertools/idempotency": "^2.2.0",
"@aws-lambda-powertools/jmespath": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/metrics": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/parser": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-appconfigdata": "^3.592.0",
"@aws-sdk/client-dynamodb": "^3.592.0",
"@aws-sdk/client-secrets-manager": "^3.592.0",
Expand Down
8 changes: 8 additions & 0 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)

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





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**Note:** Version bump only for package layers
Expand Down
3 changes: 1 addition & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "2.1.1",
"version": "2.2.0",
"bin": {
"layer": "bin/layers.js"
},
Expand All @@ -18,7 +18,6 @@
"test:e2e": "jest --group=e2e",
"createLayerFolder": "cdk synth --context BuildFromLocal=true"
},

"repository": {
"type": "git",
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"layers",
"examples/snippets"
],
"version": "2.1.1",
"version": "2.2.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
Loading