Skip to content

Commit b36447e

Browse files
Merge smithy-rs-release-1.x.y into main (#3983)
2 parents 721e8a6 + af94a95 commit b36447e

File tree

5 files changed

+35
-40
lines changed

5 files changed

+35
-40
lines changed

.changelog/1737491439.md

-12
This file was deleted.

.changelog/imds-retries.md

-10
This file was deleted.

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
January 23rd, 2025
3+
==================
4+
25
January 17th, 2025
36
==================
47

aws/SDK_CHANGELOG.next.json

+30-16
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "It is now possible to disable payload signing through an operation customization.\n\n```rust\nasync fn put_example_object(client: &aws_sdk_s3::Client) {\n let res = client\n .put_object()\n .bucket(\"test-bucket\")\n .key(\"test-key\")\n .body(ByteStream::from_static(b\"Hello, world!\"))\n .customize()\n // Setting this will disable payload signing.\n .disable_payload_signing()\n .send()\n .await;\n}\n```\n\nDisabling payload signing will result in a small speedup at the cost of removing a data integrity check.\nHowever, this is an advanced feature and **may not be supported by all services/operations**.\n",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": true
14-
},
15-
"author": "Velfi",
16-
"references": [
17-
"smithy-rs#3583"
18-
],
19-
"since-commit": "89881abd3df80e9b6fd59790d7c02e2b9a6dd45c",
20-
"age": 5
21-
},
228
{
239
"message": "Fix token bucket not being set for standard and adaptive retry modes\n",
2410
"meta": {
@@ -31,7 +17,7 @@
3117
"aws-sdk-rust#1234"
3218
],
3319
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
34-
"age": 2
20+
"age": 3
3521
},
3622
{
3723
"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",
@@ -45,7 +31,7 @@
4531
"smithy-rs#3845"
4632
],
4733
"since-commit": "f7f037d3fda2d02b6a2ad1bce40dd84c787c6c35",
48-
"age": 2
34+
"age": 3
4935
},
5036
{
5137
"message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
@@ -59,6 +45,34 @@
5945
"aws-sdk-rust#1240"
6046
],
6147
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
48+
"age": 2
49+
},
50+
{
51+
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
52+
"meta": {
53+
"bug": false,
54+
"breaking": false,
55+
"tada": true
56+
},
57+
"author": "landonxjames",
58+
"references": [
59+
"aws-sdk-rust#1233"
60+
],
61+
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
62+
"age": 1
63+
},
64+
{
65+
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
66+
"meta": {
67+
"bug": true,
68+
"breaking": false,
69+
"tada": false
70+
},
71+
"author": "ysaito1001",
72+
"references": [
73+
"aws-sdk-rust#1248"
74+
],
75+
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
6276
"age": 1
6377
}
6478
],

aws/sdk/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)