Skip to content

Commit

Permalink
Merge smithy-rs-release-1.x.y into main (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci authored Feb 20, 2025
2 parents 73d4544 + a10914e commit cae3114
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 193 deletions.
11 changes: 0 additions & 11 deletions .changelog/1740049466.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changelog/1740049621.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
February 20th, 2025
===================
**New this release:**
- :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
- :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


February 12th, 2025
===================

Expand Down
26 changes: 6 additions & 20 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@
{
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Fix bug with presigned requests introduced by new flexibile checksums functionality\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [
"aws-sdk-rust#1240"
],
"since-commit": "733eab7e1a3678971ffa6bf9fb99826e17e99481",
"age": 5
},
{
"message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
"meta": {
Expand All @@ -31,7 +17,7 @@
"aws-sdk-rust#1233"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 4
"age": 5
},
{
"message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
Expand All @@ -45,7 +31,7 @@
"aws-sdk-rust#1248"
],
"since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
"age": 4
"age": 5
},
{
"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",
Expand All @@ -59,7 +45,7 @@
"smithy-rs#3992"
],
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"age": 2
"age": 3
},
{
"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",
Expand All @@ -73,7 +59,7 @@
"smithy-rs#3991"
],
"since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
"age": 2
"age": 3
},
{
"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",
Expand All @@ -87,7 +73,7 @@
"aws-sdk-rust#1244"
],
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 1
"age": 2
},
{
"message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
Expand All @@ -101,7 +87,7 @@
"aws-sdk-rust#1253"
],
"since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
"age": 1
"age": 2
}
],
"aws-sdk-model": []
Expand Down
154 changes: 3 additions & 151 deletions aws/sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cae3114

Please sign in to comment.