diff --git a/.changelog/1740049466.md b/.changelog/1740049466.md new file mode 100644 index 0000000000000000000000000000000000000000..74b8cb0884c89f7afdf0b8c05588a7332e3be543 --- /dev/null +++ b/.changelog/1740049466.md @@ -0,0 +1,11 @@ +--- +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 diff --git a/.changelog/1740049621.md b/.changelog/1740049621.md new file mode 100644 index 0000000000000000000000000000000000000000..edd97eff53f49f95b5731f6952a54a5978d12d48 --- /dev/null +++ b/.changelog/1740049621.md @@ -0,0 +1,11 @@ +--- +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