From 6071800fde28eed1ffe16967f8b8b926d2cdd9d6 Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 18 Sep 2025 16:34:20 -0400 Subject: [PATCH 1/2] chore(codegen): release 0.35.0 --- codegen/CHANGELOG.md | 9 +++++++-- codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index 33d57f5727d4..7b1e89bdb81b 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,14 +1,19 @@ # Smithy AWS Typescript Codegen Changelog +## 0.35.0 (2025-09-18) + +### Bug Fixes +- Upgraded to smithy-typescript 0.35.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0350-2025-09-18)) + ## 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)) +- Upgraded to smithy-typescript 0.34.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0341-2025-09-10)) ## 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 to smithy-typescript 0.34.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0340-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) diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index f943ebeae9cf..143b8ae426a9 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.34.1" + version = "0.35.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 ffa9c6e09c57..9d7688e3649d 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.1") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.35.0") // Smithy generic dependencies api("software.amazon.smithy:smithy-model:$smithyVersion") From 4ef20adaf3ffb2a36af4214da5cda8fb002b894e Mon Sep 17 00:00:00 2001 From: George Fu Date: Thu, 18 Sep 2025 16:45:07 -0400 Subject: [PATCH 2/2] chore(codegen): update hash to 0.35.0 of smithy-typescript --- 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 dae3963c9f17..2509f9104ef5 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: "6a17b956d1ed1b27fe640b1c3f40b9c62632fcb8", + SMITHY_TS_COMMIT: "225743b3f94fd2310a2c881a1c63633402970578", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {