Skip to content

Commit 9ae04e6

Browse files
Merge smithy-rs-release-1.x.y into main (#4215)
2 parents 1378695 + 23c0b37 commit 9ae04e6

File tree

4 files changed

+26
-33
lines changed

4 files changed

+26
-33
lines changed

.changelog/1751482946.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
July 16th, 2025
3+
===============
4+
**New this release:**
5+
- (client) re-use checksums on retry attempts for enhanced durability
6+
7+
28
July 8th, 2025
39
==============
410
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Fix h2 GoAway errors not being retried by hyper legacy client\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "aajtodd",
16-
"references": [
17-
"aws-sdk-rust#1272"
18-
],
19-
"since-commit": "7d64b2f9e8fc89159d7fb1ff1309d6d6b8b53189",
20-
"age": 5
21-
},
228
{
239
"message": "Fix default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n",
2410
"meta": {
@@ -31,7 +17,7 @@
3117
"smithy-rs#4165"
3218
],
3319
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
34-
"age": 4
20+
"age": 5
3521
},
3622
{
3723
"message": "Add support for fetching account ID from IMDS credentials on EC2.\n",
@@ -45,7 +31,7 @@
4531
"smithy-rs#4109"
4632
],
4733
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
48-
"age": 4
34+
"age": 5
4935
},
5036
{
5137
"message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n",
@@ -59,7 +45,7 @@
5945
"smithy-rs#4187"
6046
],
6147
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
62-
"age": 3
48+
"age": 4
6349
},
6450
{
6551
"message": "Fix hyper 1.x connection refused errors not marked as retryable\n",
@@ -71,7 +57,7 @@
7157
"author": "aajtodd",
7258
"references": [],
7359
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
74-
"age": 3
60+
"age": 4
7561
},
7662
{
7763
"message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n",
@@ -85,7 +71,7 @@
8571
"smithy-rs#4186"
8672
],
8773
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
88-
"age": 3
74+
"age": 4
8975
},
9076
{
9177
"message": "Allows customers to configure the auth schemes and auth scheme resolver. For more information see the GitHub [discussion](https://github.com/smithy-lang/smithy-rs/discussions/4197).\n",
@@ -100,6 +86,18 @@
10086
"smithy-rs#4198"
10187
],
10288
"since-commit": "ccf374dddc0690ef8aca1ed006b9e9b21299558e",
89+
"age": 2
90+
},
91+
{
92+
"message": "re-use checksums on retry attempts for enhanced durability\n",
93+
"meta": {
94+
"bug": false,
95+
"breaking": false,
96+
"tada": false
97+
},
98+
"author": "aajtodd",
99+
"references": [],
100+
"since-commit": "1378695258e645d2c65a99cc0311b8c3d982e167",
103101
"age": 1
104102
}
105103
],

aws/sdk/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)