Skip to content

Commit 85973b7

Browse files
Update changelog
1 parent 721e8a6 commit 85973b7

File tree

4 files changed

+33
-38
lines changed

4 files changed

+33
-38
lines changed

.changelog/1737491439.md

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

.changelog/imds-retries.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+
January 23rd, 2025
3+
==================
4+
25
January 17th, 2025
36
==================
47

aws/SDK_CHANGELOG.next.json

Lines changed: 30 additions & 16 deletions
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
],

0 commit comments

Comments
 (0)