Skip to content

Commit 0f58d48

Browse files
committed
Add changes file for multi concurrency feature
1 parent a8c642e commit 0f58d48

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"Projects": [
3+
{
4+
"Name": "Amazon.Lambda.Core",
5+
"Type": "Minor",
6+
"ChangelogMessages": [
7+
"Add LambdaTraceProvider to make the current trace id globally accessible"
8+
]
9+
},
10+
{
11+
"Name": "Amazon.Lambda.RuntimeSupport",
12+
"Type": "Minor",
13+
"ChangelogMessages": [
14+
"Add support for Lambda multi concurrency mode"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)