Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for inline io and mixins #1057

Merged
merged 5 commits into from
Jan 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add further admonition about mixin back compat
  • Loading branch information
JordonPhillips committed Jan 19, 2022
commit ce4a47a255828af7d5ff9ac1cfc66f4c8b2598da
5 changes: 5 additions & 0 deletions docs/source/1.0/spec/core/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2998,6 +2998,11 @@ runtime polymorphism for types generated from Smithy models. Smithy model
transformations like code generation or converting to other model formats
like OpenAPI SHOULD completely elide mixins by flattening the model.
JordonPhillips marked this conversation as resolved.
Show resolved Hide resolved

It is a backward compatible change to remove a mixin from a shape as long as
equivalent traits and members of the mixin are applied directly to the shape.
Such a change should have no impact on generated artifacts like code or
OpenAPI models.


Mixins cannot be referenced other than as mixins to other shapes
================================================================
Expand Down