Skip to content

Commit 55c9267

Browse files
Merge smithy-rs-release-1.x.y into main (#4223)
2 parents a23d116 + cec3a66 commit 55c9267

File tree

4 files changed

+68
-47
lines changed

4 files changed

+68
-47
lines changed

.changelog/1752602322.md

Lines changed: 0 additions & 13 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 17th, 2025
3+
===============
4+
**New this release:**
5+
- (all, [smithy-rs#4212](https://github.com/smithy-lang/smithy-rs/issues/4212)) Event streams now allocate a right-sized buffer avoiding repeated reallocations during serialization
6+
7+
28
July 16th, 2025
39
===============
410
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 18 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 default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "ysaito1001",
16-
"references": [
17-
"smithy-rs#4165"
18-
],
19-
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
20-
"age": 5
21-
},
22-
{
23-
"message": "Add support for fetching account ID from IMDS credentials on EC2.\n",
24-
"meta": {
25-
"bug": false,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "ysaito1001",
30-
"references": [
31-
"smithy-rs#4109"
32-
],
33-
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
34-
"age": 5
35-
},
368
{
379
"message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n",
3810
"meta": {
@@ -45,7 +17,7 @@
4517
"smithy-rs#4187"
4618
],
4719
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
48-
"age": 4
20+
"age": 5
4921
},
5022
{
5123
"message": "Fix hyper 1.x connection refused errors not marked as retryable\n",
@@ -57,7 +29,7 @@
5729
"author": "aajtodd",
5830
"references": [],
5931
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
60-
"age": 4
32+
"age": 5
6133
},
6234
{
6335
"message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n",
@@ -71,7 +43,7 @@
7143
"smithy-rs#4186"
7244
],
7345
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
74-
"age": 4
46+
"age": 5
7547
},
7648
{
7749
"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",
@@ -86,7 +58,7 @@
8658
"smithy-rs#4198"
8759
],
8860
"since-commit": "ccf374dddc0690ef8aca1ed006b9e9b21299558e",
89-
"age": 2
61+
"age": 3
9062
},
9163
{
9264
"message": "re-use checksums on retry attempts for enhanced durability\n",
@@ -98,6 +70,20 @@
9870
"author": "aajtodd",
9971
"references": [],
10072
"since-commit": "1378695258e645d2c65a99cc0311b8c3d982e167",
73+
"age": 2
74+
},
75+
{
76+
"message": "Event streams now allocate a right-sized buffer avoiding repeated reallocations during serialization\n",
77+
"meta": {
78+
"bug": false,
79+
"breaking": false,
80+
"tada": false
81+
},
82+
"author": "rcoh",
83+
"references": [
84+
"smithy-rs#4212"
85+
],
86+
"since-commit": "a23d116a79e8920c2efa813a8f831541a9943e4f",
10187
"age": 1
10288
}
10389
],

aws/sdk/Cargo.lock

Lines changed: 44 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)