v0.27 (October 20th, 2021)
Pre-release
Pre-release
Breaking Changes
⚠️ All Smithy runtime crates have been renamed to have anaws-prefix. This may require code changes:- Cargo.toml changes:
smithy-async->aws-smithy-asyncsmithy-client->aws-smithy-clientsmithy-eventstream->aws-smithy-eventstreamsmithy-http->aws-smithy-httpsmithy-http-tower->aws-smithy-http-towersmithy-json->aws-smithy-jsonsmithy-protocol-test->aws-smithy-protocol-testsmithy-query->aws-smithy-querysmithy-types->aws-smithy-typessmithy-xml->aws-smithy-xml
- Rust
usestatement changes:smithy_async->aws_smithy_asyncsmithy_client->aws_smithy_clientsmithy_eventstream->aws_smithy_eventstreamsmithy_http->aws_smithy_httpsmithy_http_tower->aws_smithy_http_towersmithy_json->aws_smithy_jsonsmithy_protocol_test->aws_smithy_protocol_testsmithy_query->aws_smithy_querysmithy_types->aws_smithy_typessmithy_xml->aws_smithy_xml
- Cargo.toml changes:
New this week
- Filled in missing docs for services in the rustdoc documentation (smithy-rs#779)