Skip to content

Commit

Permalink
Merge smithy-rs-release-1.x.y into main (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci authored Jan 28, 2025
2 parents dae6b26 + 471fe99 commit 3d801c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
January 28th, 2025
==================

January 23rd, 2025
==================

Expand Down
10 changes: 5 additions & 5 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"aws-sdk-rust#1234"
],
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
"age": 3
"age": 4
},
{
"message": "S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The default checksum algorithm is CRC32. Checksum behavior can be configured using `when_supported` and `when_required` options - in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION.\n\nThe S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using `when_supported` and `when_required` options - in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.\n",
Expand All @@ -31,7 +31,7 @@
"smithy-rs#3845"
],
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
"age": 3
"age": 4
},
{
"message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
Expand All @@ -45,7 +45,7 @@
"aws-sdk-rust#1240"
],
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
"age": 2
"age": 3
},
{
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
Expand All @@ -59,7 +59,7 @@
"aws-sdk-rust#1233"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 1
"age": 2
},
{
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
Expand All @@ -73,7 +73,7 @@
"aws-sdk-rust#1248"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 1
"age": 2
}
],
"aws-sdk-model": []
Expand Down

0 comments on commit 3d801c4

Please sign in to comment.