Skip to content

Commit 0afe337

Browse files
Merge smithy-rs-release-1.x.y into main (#3994)
2 parents 5ed776f + b56c0d8 commit 0afe337

File tree

5 files changed

+251
-254
lines changed

5 files changed

+251
-254
lines changed

.changelog/1738340700.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/transfer-encoding-signing.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
February 3rd, 2025
3+
==================
4+
25
January 28th, 2025
36
==================
47

aws/SDK_CHANGELOG.next.json

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"aws-sdk-rust#1234"
1818
],
1919
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
20-
"age": 4
20+
"age": 5
2121
},
2222
{
2323
"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",
@@ -31,7 +31,7 @@
3131
"smithy-rs#3845"
3232
],
3333
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
34-
"age": 4
34+
"age": 5
3535
},
3636
{
3737
"message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
@@ -45,7 +45,7 @@
4545
"aws-sdk-rust#1240"
4646
],
4747
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
48-
"age": 3
48+
"age": 4
4949
},
5050
{
5151
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
@@ -59,7 +59,7 @@
5959
"aws-sdk-rust#1233"
6060
],
6161
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
62-
"age": 2
62+
"age": 3
6363
},
6464
{
6565
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
@@ -73,7 +73,35 @@
7373
"aws-sdk-rust#1248"
7474
],
7575
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
76-
"age": 2
76+
"age": 3
77+
},
78+
{
79+
"message": "Stop populating `SessionMode` by default for the `CreateSession` API internally used by S3 Express. This will allow the service to choose a default value for `SessionMode` field based on bucket/access point being used.\n",
80+
"meta": {
81+
"bug": true,
82+
"breaking": false,
83+
"tada": false
84+
},
85+
"author": "ysaito1001",
86+
"references": [
87+
"smithy-rs#3992"
88+
],
89+
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
90+
"age": 1
91+
},
92+
{
93+
"message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n",
94+
"meta": {
95+
"bug": true,
96+
"breaking": false,
97+
"tada": false
98+
},
99+
"author": "landonxjames",
100+
"references": [
101+
"smithy-rs#3991"
102+
],
103+
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
104+
"age": 1
77105
}
78106
],
79107
"aws-sdk-model": []

0 commit comments

Comments
 (0)