Skip to content

Commit b598596

Browse files
Merge smithy-rs-release-1.x.y into main (#4196)
2 parents 979631b + 2c0c6c1 commit b598596

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

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+
June 30th, 2025
3+
===============
4+
25
June 27th, 2025
36
===============
47
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Replace once_cell with std equivalents\n",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "FalkWoldmann",
16-
"references": [
17-
"smithy-rs#4105"
18-
],
19-
"since-commit": "f3aebe7b53d7e1be4bd922e13d459f8ef72104fa",
20-
"age": 5
21-
},
228
{
239
"message": "Removing the `optimize_crc32_auto` feature flag from the `crc-fast` dependency of the `aws-smithy-checksums` crate since it was causing build issues for some customers.\n",
2410
"meta": {
@@ -31,7 +17,7 @@
3117
"aws-sdk-rust#1291"
3218
],
3319
"since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
34-
"age": 4
20+
"age": 5
3521
},
3622
{
3723
"message": "fix simple rules behavior with `RuleMode::MatchAny`\n",
@@ -45,7 +31,7 @@
4531
"smithy-rs#4135"
4632
],
4733
"since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
48-
"age": 4
34+
"age": 5
4935
},
5036
{
5137
"message": "Introduce a new `repeatedly()` function to `aws-smithy-mocks` sequence builder to build mock rules that behave as an\ninfinite sequence.\n\n```rust\nlet rule = mock!(aws_sdk_s3::Client::get_object)\n .sequence()\n .http_status(503, None)\n .times(2) // repeat the last output twice before moving onto the next response in the sequence\n .output(|| GetObjectOutput::builder()\n .body(ByteStream::from_static(b\"success\"))\n .build()\n )\n .repeatedly() // repeat the last output forever\n .build();\n```\n",
@@ -59,7 +45,7 @@
5945
"smithy-rs#4135"
6046
],
6147
"since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
62-
"age": 4
48+
"age": 5
6349
},
6450
{
6551
"message": "Fix h2 GoAway errors not being retried by hyper legacy client\n",
@@ -73,7 +59,7 @@
7359
"aws-sdk-rust#1272"
7460
],
7561
"since-commit": "7d64b2f9e8fc89159d7fb1ff1309d6d6b8b53189",
76-
"age": 3
62+
"age": 4
7763
},
7864
{
7965
"message": "Fix default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n",
@@ -87,7 +73,7 @@
8773
"smithy-rs#4165"
8874
],
8975
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
90-
"age": 2
76+
"age": 3
9177
},
9278
{
9379
"message": "Add support for fetching account ID from IMDS credentials on EC2.\n",
@@ -101,7 +87,7 @@
10187
"smithy-rs#4109"
10288
],
10389
"since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
104-
"age": 2
90+
"age": 3
10591
},
10692
{
10793
"message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n",
@@ -115,7 +101,7 @@
115101
"smithy-rs#4187"
116102
],
117103
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
118-
"age": 1
104+
"age": 2
119105
},
120106
{
121107
"message": "Fix hyper 1.x connection refused errors not marked as retryable\n",
@@ -127,7 +113,7 @@
127113
"author": "aajtodd",
128114
"references": [],
129115
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
130-
"age": 1
116+
"age": 2
131117
},
132118
{
133119
"message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n",
@@ -141,7 +127,7 @@
141127
"smithy-rs#4186"
142128
],
143129
"since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
144-
"age": 1
130+
"age": 2
145131
}
146132
],
147133
"aws-sdk-model": []

0 commit comments

Comments
 (0)