message="In 0.52, `@length`-constrained collection shapes whose members are not constrained made the server code generator crash. This has been fixed."
message="The Rust client codegen plugin is now called `rust-client-codegen` instead of `rust-codegen`. Be sure to update your `smithy-build.json` files to refer to the correct plugin name."
message="Client codegen plugins need to define a service named `software.amazon.smithy.rust.codegen.client.smithy.customize.ClientCodegenDecorator` (this is the new file name for the plugin definition in `resources/META-INF/services`)."
message="Server codegen plugins need to define a service named `software.amazon.smithy.rust.codegen.server.smithy.customize.ServerCodegenDecorator` (this is the new file name for the plugin definition in `resources/META-INF/services`)."
message="Servers support the `@default` trait: models can specify default values. Default values will be automatically supplied when not manually set."
message="`aws_config::profile::retry_config` && `aws_config::environment::retry_config` have been removed. Use `aws_config::default_provider::retry_config` instead."
author="rcoh"
[[smithy-rs]]
references=["smithy-rs#2170","aws-sdk-rust#706"]
meta={"breaking"=false,"tada"=false,"bug"=true}
message="Remove the webpki-roots feature from `hyper-rustls`"