From 4b5afc5323001024facd5685136d87f5336f6bb0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:57:56 +0000 Subject: [PATCH 1/2] chore(codegen): bump codegen version to 0.34.1 --- codegen/CHANGELOG.md | 5 +++++ codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 19d4810e9e2f0..33d57f5727d4a 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,10 @@ # Smithy AWS Typescript Codegen Changelog +## 0.34.1 (2025-09-10) + +### Bug Fixes +- Upgraded to smithy-typescript 0.34.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0330-2025-09-10)) + ## 0.34.0 (2025-07-30) ### Features diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 2a0cbddd5a3a7..0a05423e7fcfc 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -31,7 +31,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.34.0" + version = "0.34.1" } // The root project doesn't produce a JAR. diff --git a/codegen/smithy-aws-typescript-codegen/build.gradle.kts b/codegen/smithy-aws-typescript-codegen/build.gradle.kts index 3d2a4160735d2..66c9664de997e 100644 --- a/codegen/smithy-aws-typescript-codegen/build.gradle.kts +++ b/codegen/smithy-aws-typescript-codegen/build.gradle.kts @@ -36,7 +36,7 @@ buildscript { dependencies { // Smithy TypeScript - api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.1") // Smithy generic dependencies api("software.amazon.smithy:smithy-model:$smithyVersion") From cab7f03e8266384f422eaa8bacb739880c26f016 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:24:44 +0000 Subject: [PATCH 2/2] chore: update smithy-ts commit with 0.34.1 release --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index b68b8165938aa..af2a698ae81fa 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "3015d27bb80562baef9d1ce3171cbaad067e387a", + SMITHY_TS_COMMIT: "70766bb06f1b2c4cdccb4ce6bdbffc6f0c90f47e", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {