From 3b7388e78d5d51e4636cd2bfc2a34d26da333016 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:53:24 +0000 Subject: [PATCH 1/2] chore(codegen): bump codegen version to 0.34.0 --- codegen/CHANGELOG.md | 6 ++++++ codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 63f92619503d..19d4810e9e2f 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # Smithy AWS Typescript Codegen Changelog +## 0.34.0 (2025-07-30) + +### Features +- Upgraded to smithy-typescript 0.34.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0330-2025-07-30)) +- Upgraded smithy version to 1.61.0 ([#7233](https://github.com/aws/aws-sdk-js-v3/pull/7233)) + ## 0.33.0 (2025-07-10) ### Features diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 3179cfa1eb96..2a0cbddd5a3a 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -31,7 +31,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.33.0" + version = "0.34.0" } // 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 18507ffe373e..3d2a4160735d 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.33.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.0") // Smithy generic dependencies api("software.amazon.smithy:smithy-model:$smithyVersion") From b629dfc354a05f65fc367e9509983762f62ac138 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:03:22 +0000 Subject: [PATCH 2/2] chore(codegen): update smithy-ts commit --- 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 bb2ca870af8b..fa490ba75e7f 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: "8e2d4cc27314f51d3d8d0ecce13a83e000190ea1", + SMITHY_TS_COMMIT: "55751d0f920307e8f08071365c4e64c3e2e78009", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {