Loading CHANGELOG.md +3 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= v0.27.0-alpha.1 (November 3rd, 2021) ==================================== **Breaking Changes** - `<operation>.make_operation(&config)` is now an `async` function for all operations. Code should be updated to call `.await`. This will only impact users using the low-level API. (smithy-rs#797) Loading aws/SDK_CHANGELOG.md +3 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= v0.0.23-alpha (November 3rd, 2021) ================================== **New this week** - :tada: Add support for AWS Glacier (smithy-rs#801) - :tada: Add support for AWS Panorama Loading gradle.properties +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ # Version number to use for the generated SDK # Note: these must always be full 3-segment semver versions aws.sdk.version=0.0.22-alpha aws.sdk.version=0.0.23-alpha # Version number to use for the generated runtime crates smithy.rs.runtime.crate.version=0.27.0-alpha smithy.rs.runtime.crate.version=0.27.0-alpha.1 kotlin.code.style=official Loading Loading
CHANGELOG.md +3 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= v0.27.0-alpha.1 (November 3rd, 2021) ==================================== **Breaking Changes** - `<operation>.make_operation(&config)` is now an `async` function for all operations. Code should be updated to call `.await`. This will only impact users using the low-level API. (smithy-rs#797) Loading
aws/SDK_CHANGELOG.md +3 −0 Original line number Diff line number Diff line vNext (Month Day, Year) ======================= v0.0.23-alpha (November 3rd, 2021) ================================== **New this week** - :tada: Add support for AWS Glacier (smithy-rs#801) - :tada: Add support for AWS Panorama Loading
gradle.properties +2 −2 Original line number Diff line number Diff line Loading @@ -5,10 +5,10 @@ # Version number to use for the generated SDK # Note: these must always be full 3-segment semver versions aws.sdk.version=0.0.22-alpha aws.sdk.version=0.0.23-alpha # Version number to use for the generated runtime crates smithy.rs.runtime.crate.version=0.27.0-alpha smithy.rs.runtime.crate.version=0.27.0-alpha.1 kotlin.code.style=official Loading