From 7a0a77051675a5fbbd6b94edb6a09f4d54f3213f Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar Date: Mon, 22 Nov 2021 15:35:46 -0800 Subject: [PATCH 1/2] Copy changelog for 0.7.1 from branch smithy-aws-typescript-codegen-0.7.1 --- codegen/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 8c26cddf86d2..abd1b6f06112 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # Smithy AWS Typescript Codegen Changelog +## 0.7.1 (2021-11-04) + +### Bug Fixes + +* Fixed generator to not rely on unreleased features. + ## 0.7.0 (2021-11-03) ### Features From febe0ad3088a32e5e4269d35e48373d9037a5cc8 Mon Sep 17 00:00:00 2001 From: Jaykumar Gosar Date: Mon, 22 Nov 2021 15:50:25 -0800 Subject: [PATCH 2/2] chore(codegen): bump code generators to 0.8.0 --- codegen/CHANGELOG.md | 8 ++++++++ codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index abd1b6f06112..56a8485dfb55 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,13 @@ # Smithy AWS Typescript Codegen Changelog +## 0.8.0 (2021-11-23) + +### Features + +* Updated EndpointGenerator to merge variants from partition defaults and service defaults using tags as unique key. ([#2989](https://github.com/aws/aws-sdk-js-v3/pull/2989), [#2990](https://github.com/aws/aws-sdk-js-v3/pull/2990), [#3044](https://github.com/aws/aws-sdk-js-v3/pull/3044)) +* Centralized Smithy version for Smithy dependencies including Smithy CLI. ([#3011](https://github.com/aws/aws-sdk-js-v3/pull/3011), [#3054](https://github.com/aws/aws-sdk-js-v3/pull/3054)) +* Updated Smithy version to `1.14.x`. ([#3053](https://github.com/aws/aws-sdk-js-v3/pull/3053)) + ## 0.7.1 (2021-11-04) ### Bug Fixes diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 92481cdc64e0..ccf472b1f0b9 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -28,7 +28,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.7.0" + version = "0.8.0" } extra["smithyVersion"] = "[1.14.0,1.15.0[" diff --git a/codegen/smithy-aws-typescript-codegen/build.gradle.kts b/codegen/smithy-aws-typescript-codegen/build.gradle.kts index 6801aae8a634..d2a2717de174 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.7.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.8.0") } tasks.register("set-aws-sdk-versions") {