Commit fbcd977c authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update changelog

parent 7da8bb5e
Loading
Loading
Loading
Loading

.changelog/1740049466.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
---
applies_to:
- server
authors:
- drganjoo
references: []
breaking: false
new_feature: false
bug_fix: true
---
Previously, models would fail to generate when both the list and at least one of its members was directly constrained with documentation comments

.changelog/1740049621.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
---
applies_to:
- server
authors:
- drganjoo
references: []
breaking: false
new_feature: false
bug_fix: true
---
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
+7 −0
Original line number Diff line number Diff line
<!-- 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
===================

+6 −20
Original line number Diff line number Diff line
@@ -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": {
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -101,7 +87,7 @@
        "aws-sdk-rust#1253"
      ],
      "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
      "age": 1
      "age": 2
    }
  ],
  "aws-sdk-model": []