Skip to content

Commit a51570b

Browse files
Merge smithy-rs-release-1.x.y into main (#4012)
2 parents 0071c6d + 4fe6b82 commit a51570b

File tree

4 files changed

+35
-52
lines changed

4 files changed

+35
-52
lines changed

.changelog/default-port-signing-fix.md

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

.changelog/presigned-request-fix.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 12th, 2025
3+
===================
4+
25
February 3rd, 2025
36
==================
47

aws/SDK_CHANGELOG.next.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Fix token bucket not being set for standard and adaptive retry modes\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "aajtodd",
16-
"references": [
17-
"aws-sdk-rust#1234"
18-
],
19-
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
20-
"age": 5
21-
},
22-
{
23-
"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",
24-
"meta": {
25-
"bug": true,
26-
"breaking": false,
27-
"tada": true
28-
},
29-
"author": "landonxjames",
30-
"references": [
31-
"smithy-rs#3845"
32-
],
33-
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
34-
"age": 5
35-
},
368
{
379
"message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
3810
"meta": {
@@ -45,7 +17,7 @@
4517
"aws-sdk-rust#1240"
4618
],
4719
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
48-
"age": 4
20+
"age": 5
4921
},
5022
{
5123
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
@@ -59,7 +31,7 @@
5931
"aws-sdk-rust#1233"
6032
],
6133
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
62-
"age": 3
34+
"age": 4
6335
},
6436
{
6537
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
@@ -73,7 +45,7 @@
7345
"aws-sdk-rust#1248"
7446
],
7547
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
76-
"age": 3
48+
"age": 4
7749
},
7850
{
7951
"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",
@@ -87,7 +59,7 @@
8759
"smithy-rs#3992"
8860
],
8961
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
90-
"age": 1
62+
"age": 2
9163
},
9264
{
9365
"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",
@@ -101,6 +73,34 @@
10173
"smithy-rs#3991"
10274
],
10375
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
76+
"age": 2
77+
},
78+
{
79+
"message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n",
80+
"meta": {
81+
"bug": true,
82+
"breaking": false,
83+
"tada": false
84+
},
85+
"author": "landonxjames",
86+
"references": [
87+
"aws-sdk-rust#1244"
88+
],
89+
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
90+
"age": 1
91+
},
92+
{
93+
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
94+
"meta": {
95+
"bug": true,
96+
"breaking": false,
97+
"tada": false
98+
},
99+
"author": "landonxjames",
100+
"references": [
101+
"aws-sdk-rust#1253"
102+
],
103+
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
104104
"age": 1
105105
}
106106
],

0 commit comments

Comments
 (0)