Skip to content

Commit 3f296d2

Browse files
github-actions[bot]aws-powertools-botdreamorosi
authored
chore(ci): bump version to 2.0.4 (#2348)
* chore(ci): bump version to 2.0.4 * chore: update changelog --------- Co-authored-by: aws-powertools-bot <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent bd88aed commit 3f296d2

28 files changed

+158
-50
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.4 (2024-04-10)
7+
8+
### Bug Fixes
9+
10+
**idempotency:** return correct value from in-memory cache ([#2309](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2309)) ([5b4c103](https://github.com/aws-powertools/powertools-lambda-typescript/commit/b908aa1111d332fcf3638a77f24a545b85b4c103))
11+
**logger:** buffer logs emitted during init ([#2269](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2269)) ([1439867](https://github.com/aws-powertools/powertools-lambda-typescript/commit/90d3b84b9297ba0d4755fd2608fd50dc91439867))
12+
13+
### Features
14+
15+
**tracer:** support tracing `fetch` requests ([#1619](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1619)) ([607548b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc34400000f9dffe5190968f2af64e4ce607548b))
16+
**jmespath** public release of JMESPAth utility ([#1645](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1645)) ([233ff9b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/671a34d34ac80d3c1a7860ee8a6b41804233ff9b))
17+
18+
### Minor Changes
19+
20+
**logger:** use template literal instead of `node:util` format ([#2283](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2283)) ([961ace1](https://github.com/aws-powertools/powertools-lambda-typescript/commit/2383c1419d96bf980a044c7acbb4117b5961ace1))
21+
622
## 2.0.3 (2024-03-15)
723

824
**feat(logger):** improve regex in stack trace parsing ([#2121](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2121)) ([ebe5eef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/ebe5eef3319fc95070c2c33c0ac64b8e42443b38))

docs/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.0.4 (2024-04-10)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## 2.0.3 (2024-03-15)
715

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

docs/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",

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.0.4 (2024-04-10)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
## 2.0.3 (2024-03-15)
715

816
**Note:** Version bump only for package cdk-sample

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.0.3",
3+
"version": "2.0.4",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -45,12 +45,12 @@
4545
"typescript": "^5.4.4"
4646
},
4747
"dependencies": {
48-
"@aws-lambda-powertools/batch": "^2.0.3",
49-
"@aws-lambda-powertools/idempotency": "^2.0.3",
50-
"@aws-lambda-powertools/logger": "^2.0.3",
51-
"@aws-lambda-powertools/metrics": "^2.0.3",
52-
"@aws-lambda-powertools/parameters": "^2.0.3",
53-
"@aws-lambda-powertools/tracer": "^2.0.3",
48+
"@aws-lambda-powertools/batch": "^2.0.4",
49+
"@aws-lambda-powertools/idempotency": "^2.0.4",
50+
"@aws-lambda-powertools/logger": "^2.0.4",
51+
"@aws-lambda-powertools/metrics": "^2.0.4",
52+
"@aws-lambda-powertools/parameters": "^2.0.4",
53+
"@aws-lambda-powertools/tracer": "^2.0.4",
5454
"@aws-sdk/client-ssm": "^3.549.0",
5555
"@aws-sdk/lib-dynamodb": "^3.549.0",
5656
"@middy/core": "^4.7.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.0.4 (2024-04-10)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
## 2.0.3 (2024-03-15)
715

816
**fix:**: add createRequire banner in esm build ([#2231](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2231)) ([730bcc9](https://github.com/aws-powertools/powertools-lambda-typescript/commit/730bcc93c027f4d60788badb6c5c01a09b3c70be))

layers/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"layers",
1414
"docs/snippets"
1515
],
16-
"version": "2.0.3",
16+
"version": "2.0.4",
1717
"npmClient": "npm",
1818
"message": "chore(release): %s [skip ci]"
1919
}

package-lock.json

+24-24
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.0.4 (2024-04-10)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## 2.0.3 (2024-03-15)
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.0.3",
3+
"version": "2.0.4",
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.0.4 (2024-04-10)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## 2.0.3 (2024-03-15)
715

816
**improv:**: expand type utils functions ([#2191](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2191)) ([9208393](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9208393fe07d33cb35ea479b3c0866c8a7b91a21))

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

packages/idempotency/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0.4 (2024-04-10)
7+
8+
### Bug Fixes
9+
10+
**idempotency:** return correct value from in-memory cache ([#2309](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2309)) ([5b4c103](https://github.com/aws-powertools/powertools-lambda-typescript/commit/b908aa1111d332fcf3638a77f24a545b85b4c103))
11+
612
## 2.0.3 (2024-03-15)
713

814
**fix:** transform private class fields ([#2230](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2230)) ([aa6e6e0](https://github.com/aws-powertools/powertools-lambda-typescript/commit/aa6e6e0c25bbc93151cc5cddc584400575604f05))

packages/idempotency/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -100,7 +100,7 @@
100100
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
101101
},
102102
"dependencies": {
103-
"@aws-lambda-powertools/commons": "^2.0.3",
103+
"@aws-lambda-powertools/commons": "^2.0.4",
104104
"jmespath": "^0.16.0"
105105
},
106106
"peerDependencies": {

packages/jmespath/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0.4 (2024-04-10)
7+
8+
### Features
9+
10+
**jmespath** public release of JMESPAth utility ([#1645](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1645)) ([233ff9b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/671a34d34ac80d3c1a7860ee8a6b41804233ff9b))
11+
612
## 2.0.3 (2024-03-15)
713

814
**Note:** Version bump only for package @aws-lambda-powertools/jmespath

packages/jmespath/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/jmespath",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A type safe and modern jmespath module to parse and extract data from JSON documents using JMESPath",
55
"author": {
66
"name": "Amazon Web Services",
@@ -74,7 +74,7 @@
7474
"lib"
7575
],
7676
"dependencies": {
77-
"@aws-lambda-powertools/commons": "^2.0.3"
77+
"@aws-lambda-powertools/commons": "^2.0.4"
7878
},
7979
"repository": {
8080
"type": "git",

packages/logger/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.4 (2024-04-10)
7+
8+
### Bug Fixes
9+
10+
**logger:** buffer logs emitted during init ([#2269](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2269)) ([1439867](https://github.com/aws-powertools/powertools-lambda-typescript/commit/90d3b84b9297ba0d4755fd2608fd50dc91439867))
11+
12+
### Minor Changes
13+
14+
**logger:** use template literal instead of `node:util` format ([#2283](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2283)) ([961ace1](https://github.com/aws-powertools/powertools-lambda-typescript/commit/2383c1419d96bf980a044c7acbb4117b5961ace1))
15+
616
## 2.0.3 (2024-03-15)
717

818
**feat:** improve regex in stack trace parsing ([#2121](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2121)) ([ebe5eef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/ebe5eef3319fc95070c2c33c0ac64b8e42443b38))

0 commit comments

Comments
 (0)