-
- Downloads
breaking: Remove make test-util and optional feature (#608)
* breaking: Remove make test-util and optional feature for historical reasons, `test-util` was enabled by default in aws-hyper. This change: * removes the pub use for test util in aws-hyper * updates usages to use it in smithy-client * updates the crate dependencies to correctly pull in the new feature but only for development NOTE: please wait for a full cargoTest all crates prior to merging this change. * Update CHANGELOG.md * fix non-optional smithy client dependencies * Update CHANGELOG.md Co-authored-by:John DiSanti <jdisanti@amazon.com> Co-authored-by:
John DiSanti <jdisanti@amazon.com>
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- aws/rust-runtime/aws-hyper/Cargo.toml 2 additions, 5 deletionsaws/rust-runtime/aws-hyper/Cargo.toml
- aws/rust-runtime/aws-hyper/src/lib.rs 0 additions, 3 deletionsaws/rust-runtime/aws-hyper/src/lib.rs
- aws/rust-runtime/aws-hyper/tests/e2e_test.rs 1 addition, 1 deletionaws/rust-runtime/aws-hyper/tests/e2e_test.rs
- aws/rust-runtime/aws-types/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-types/Cargo.toml
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/FluentClientGenerator.kt 2 additions, 3 deletions...n/software/amazon/smithy/rustsdk/FluentClientGenerator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/IntegrationTestDependencies.kt 3 additions, 3 deletions...ware/amazon/smithy/rustsdk/IntegrationTestDependencies.kt
- aws/sdk/integration-tests/dynamodb/tests/movies.rs 1 addition, 1 deletionaws/sdk/integration-tests/dynamodb/tests/movies.rs
- aws/sdk/integration-tests/kms/tests/integration.rs 1 addition, 1 deletionaws/sdk/integration-tests/kms/tests/integration.rs
- aws/sdk/integration-tests/qldbsession/tests/integration.rs 1 addition, 1 deletionaws/sdk/integration-tests/qldbsession/tests/integration.rs
- aws/sdk/integration-tests/s3/tests/signing-it.rs 1 addition, 1 deletionaws/sdk/integration-tests/s3/tests/signing-it.rs
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt 1 addition, 1 deletion...re/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/FluentClientDecorator.kt 2 additions, 2 deletions...y/rust/codegen/smithy/generators/FluentClientDecorator.kt
- rust-runtime/smithy-client/Cargo.toml 1 addition, 1 deletionrust-runtime/smithy-client/Cargo.toml
- rust-runtime/smithy-client/src/test_connection.rs 1 addition, 1 deletionrust-runtime/smithy-client/src/test_connection.rs
Loading
Please register or sign in to comment