Skip to content

Commit cae3114

Browse files
Merge smithy-rs-release-1.x.y into main (#4029)
2 parents 73d4544 + a10914e commit cae3114

File tree

5 files changed

+16
-193
lines changed

5 files changed

+16
-193
lines changed

.changelog/1740049466.md

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

.changelog/1740049621.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
February 20th, 2025
3+
===================
4+
**New this release:**
5+
- :bug: (server) Fixed code generation failure that occurred when using `Result` as a shape name in Smithy models with constrained members by properly handling naming conflicts with Rust's built-in Result type
6+
- :bug: (server) Previously, models would fail to generate when both the list and at least one of its members was directly constrained with documentation comments
7+
8+
29
February 12th, 2025
310
===================
411

aws/SDK_CHANGELOG.next.json

Lines changed: 6 additions & 20 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 bug with presigned requests introduced by new flexibile checksums functionality\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "landonxjames",
16-
"references": [
17-
"aws-sdk-rust#1240"
18-
],
19-
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
20-
"age": 5
21-
},
228
{
239
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
2410
"meta": {
@@ -31,7 +17,7 @@
3117
"aws-sdk-rust#1233"
3218
],
3319
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
34-
"age": 4
20+
"age": 5
3521
},
3622
{
3723
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
@@ -45,7 +31,7 @@
4531
"aws-sdk-rust#1248"
4632
],
4733
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
48-
"age": 4
34+
"age": 5
4935
},
5036
{
5137
"message": "Stop populating `SessionMode` by default for the `CreateSession` API internally used by S3 Express. This will allow the service to choose a default value for `SessionMode` field based on bucket/access point being used.\n",
@@ -59,7 +45,7 @@
5945
"smithy-rs#3992"
6046
],
6147
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
62-
"age": 2
48+
"age": 3
6349
},
6450
{
6551
"message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n",
@@ -73,7 +59,7 @@
7359
"smithy-rs#3991"
7460
],
7561
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
76-
"age": 2
62+
"age": 3
7763
},
7864
{
7965
"message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n",
@@ -87,7 +73,7 @@
8773
"aws-sdk-rust#1244"
8874
],
8975
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
90-
"age": 1
76+
"age": 2
9177
},
9278
{
9379
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
@@ -101,7 +87,7 @@
10187
"aws-sdk-rust#1253"
10288
],
10389
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
104-
"age": 1
90+
"age": 2
10591
}
10692
],
10793
"aws-sdk-model": []

aws/sdk/Cargo.lock

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

0 commit comments

Comments
 (0)