Loading CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,15 @@ message = "Expose local socket address from ConnectionMetadata." references = ["aws-sdk-rust#990"] meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } author = "declanvk" [[smithy-rs]] message = "All generated docs now include docsrs labels when features are required" references = ["smithy-rs#3121", "smithy-rs#3295"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } author = "rcoh" [[aws-sdk-rust]] message = "All generated docs now include docsrs labels when features are required" references = ["smithy-rs#3121", "smithy-rs#3295"] meta = { "breaking" = false, "tada" = true, "bug" = false } author = "rcoh" aws/rust-runtime/aws-config/src/lib.rs +3 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ #![allow(clippy::derive_partial_eq_without_eq)] #![warn( missing_debug_implementations, Loading @@ -11,7 +14,6 @@ rustdoc::missing_crate_level_docs, unreachable_pub )] #![cfg_attr(docsrs, feature(doc_auto_cfg))] //! `aws-config` provides implementations of region and credential resolution. //! Loading aws/rust-runtime/aws-credential-types/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! `aws-credential-types` provides types concerned with AWS SDK credentials including: //! * Traits for credentials providers and for credentials caching //! * An opaque struct representing credentials Loading aws/rust-runtime/aws-endpoint/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! This crate is no longer used by the AWS SDK and is deprecated. aws/rust-runtime/aws-http/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! AWS-specific middleware implementations and HTTP-related features. #![allow(clippy::derive_partial_eq_without_eq)] Loading Loading
CHANGELOG.next.toml +12 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,15 @@ message = "Expose local socket address from ConnectionMetadata." references = ["aws-sdk-rust#990"] meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } author = "declanvk" [[smithy-rs]] message = "All generated docs now include docsrs labels when features are required" references = ["smithy-rs#3121", "smithy-rs#3295"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } author = "rcoh" [[aws-sdk-rust]] message = "All generated docs now include docsrs labels when features are required" references = ["smithy-rs#3121", "smithy-rs#3295"] meta = { "breaking" = false, "tada" = true, "bug" = false } author = "rcoh"
aws/rust-runtime/aws-config/src/lib.rs +3 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ #![allow(clippy::derive_partial_eq_without_eq)] #![warn( missing_debug_implementations, Loading @@ -11,7 +14,6 @@ rustdoc::missing_crate_level_docs, unreachable_pub )] #![cfg_attr(docsrs, feature(doc_auto_cfg))] //! `aws-config` provides implementations of region and credential resolution. //! Loading
aws/rust-runtime/aws-credential-types/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! `aws-credential-types` provides types concerned with AWS SDK credentials including: //! * Traits for credentials providers and for credentials caching //! * An opaque struct representing credentials Loading
aws/rust-runtime/aws-endpoint/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! This crate is no longer used by the AWS SDK and is deprecated.
aws/rust-runtime/aws-http/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ * SPDX-License-Identifier: Apache-2.0 */ /* Automatically managed default lints */ #![cfg_attr(docsrs, feature(doc_auto_cfg))] /* End of automatically managed default lints */ //! AWS-specific middleware implementations and HTTP-related features. #![allow(clippy::derive_partial_eq_without_eq)] Loading