Skip to content

Commit eab3976

Browse files
committed
Add DevConfig.
1 parent ec71030 commit eab3976

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"core": {
3+
"updateMinimum": false,
4+
"type": "minor",
5+
"changeLogMessages": [
6+
"Added AWS4aSigner class that implements SigV4a signing in managed code. AWS CRT is no longer used by the SDK for this purpose, and the related APIs were deprecated.",
7+
"The AWS4aSigningResult.PresignedUri property was deprecated and will always be empty in objects returned by AWS4aSigner. Use the ForQueryParameters property instead, to get the query parameters for a presigned URL."
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)