File tree 13 files changed +66
-12
lines changed
13 files changed +66
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * added captureHTTPsRequest feature ([ #677 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/677 ) ) ([ 5a36723] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/5a367233b3284c4b1c0c18caffd00e585afc9f55 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
18
8
19
** Note:** Version bump only for package aws-lambda-powertools-typescript
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+ ** Note:** Version bump only for package cdk-app
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
15
8
16
** Note:** Version bump only for package cdk-app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cdk-app" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"bin" : {
5
5
"cdk-app" : " bin/cdk-app.js"
6
6
},
Original file line number Diff line number Diff line change 3
3
" packages/*" ,
4
4
" examples/cdk"
5
5
],
6
- "version" : " 0.7.2 " ,
6
+ "version" : " 0.8.0 " ,
7
7
"npmClient" : " npm" ,
8
8
"message" : " chore(release): %s [skip ci]"
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+ ** Note:** Version bump only for package @aws-lambda-powertools/commons
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
15
8
16
** Note:** Version bump only for package @aws-lambda-powertools/commons
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/commons" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " A shared utility package for AWS Lambda Powertools for TypeScript libraries" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+ ** Note:** Version bump only for package @aws-lambda-powertools/logger
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
15
8
16
** Note:** Version bump only for package @aws-lambda-powertools/logger
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/logger" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " The logging package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
61
61
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
62
62
},
63
63
"dependencies" : {
64
- "@aws-lambda-powertools/commons" : " ^0.7.2 " ,
64
+ "@aws-lambda-powertools/commons" : " ^0.8.0 " ,
65
65
"lodash.clonedeep" : " ^4.5.0" ,
66
66
"lodash.merge" : " ^4.6.2" ,
67
67
"lodash.pickby" : " ^4.6.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+ ** Note:** Version bump only for package @aws-lambda-powertools/metrics
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
15
8
16
** Note:** Version bump only for package @aws-lambda-powertools/metrics
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/metrics" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " The metrics package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
67
67
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
68
68
},
69
69
"dependencies" : {
70
- "@aws-lambda-powertools/commons" : " ^0.7.2 "
70
+ "@aws-lambda-powertools/commons" : " ^0.8.0 "
71
71
}
72
72
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.8.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.2...v0.8.0 ) (2022-04-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * added captureHTTPsRequest feature ([ #677 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/677 ) ) ([ 5a36723] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/5a367233b3284c4b1c0c18caffd00e585afc9f55 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.7.2] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.7.1...v0.7.2 ) (2022-04-01)
7
18
8
19
** Note:** Version bump only for package @aws-lambda-powertools/tracer
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/tracer" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " The tracer package for the AWS Lambda Powertools for TypeScript library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
46
46
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
47
47
},
48
48
"dependencies" : {
49
- "@aws-lambda-powertools/commons" : " ^0.7.1 " ,
49
+ "@aws-lambda-powertools/commons" : " ^0.8.0 " ,
50
50
"aws-xray-sdk-core" : " ^3.3.4"
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments