From 4c86910609125ba5760f1458cb794fbfb773355f Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar Date: Wed, 23 Feb 2022 15:54:38 -0800 Subject: [PATCH] Bump code generators to 0.10.0 --- codegen/CHANGELOG.md | 11 +++++++++++ codegen/build.gradle.kts | 2 +- .../smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 3641cce83387f..457712728253f 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,16 @@ # Smithy AWS Typescript Codegen Changelog +## 0.10.0 (2022-03-02) + +### Features + +* Added http checksum dependency integration. ([#3346](https://github.com/aws/aws-sdk-js-v3/pull/3346), [#3349](https://github.com/aws/aws-sdk-js-v3/pull/3349)) + +### Bug Fixes + +* Disabled bucket endpoint plugin in WriteGetObjectResponseCommand. ([#3344](https://github.com/aws/aws-sdk-js-v3/pull/3344)) +* Fixed set deserialization in SSDKs. ([#3322](https://github.com/aws/aws-sdk-js-v3/pull/3322)) + ## 0.9.0 (2022-02-14) ### Features diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 1f815d061ba74..403990b755d2b 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -28,7 +28,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.9.0" + version = "0.10.0" } extra["smithyVersion"] = "[1.17.0,1.18.0[" diff --git a/codegen/smithy-aws-typescript-codegen/build.gradle.kts b/codegen/smithy-aws-typescript-codegen/build.gradle.kts index 3ac842aeb1150..211e24a663c05 100644 --- a/codegen/smithy-aws-typescript-codegen/build.gradle.kts +++ b/codegen/smithy-aws-typescript-codegen/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { api("software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra["smithyVersion"]}") api("software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra["smithyVersion"]}") api("software.amazon.smithy:smithy-model:${rootProject.extra["smithyVersion"]}") - api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.9.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.10.0") } tasks.register("set-aws-sdk-versions") {