From 09a115d91694eed74bc8528ae99908cd403f43ec Mon Sep 17 00:00:00 2001 From: George Fu Date: Fri, 5 Dec 2025 10:59:46 -0500 Subject: [PATCH] chore(codegen): release smithy-aws-typescript-codegen 0.39.0 --- codegen/CHANGELOG.md | 6 +++++- codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- scripts/generate-clients/config.js | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index c7a4f7fbebe1..e1531b90718d 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,8 +1,12 @@ # Smithy AWS Typescript Codegen Changelog +## 0.39.0 (2025-12-05) + +- Upgraded to smithy-typescript 0.39.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0390-2025-12-05)) + ## 0.38.0 (2025-11-20) -- Upgraded to smithy-typescript 0.37.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20)) +- Upgraded to smithy-typescript 0.38.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20)) - Includes upgrade of smithy to 1.64.0 ## 0.37.0 (2025-11-04) diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 49efb69632d5..f5da6bb8e7d0 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -32,7 +32,7 @@ allprojects { mavenCentral() } group = "software.amazon.smithy.typescript" - version = "0.38.0" + version = "0.39.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 a808087e0ff3..d97343f49290 100644 --- a/codegen/smithy-aws-typescript-codegen/build.gradle.kts +++ b/codegen/smithy-aws-typescript-codegen/build.gradle.kts @@ -43,7 +43,7 @@ buildscript { dependencies { // Smithy TypeScript - api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.38.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.39.0") // Smithy generic dependencies api("software.amazon.smithy:smithy-model:$smithyVersion") diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 10246db2b419..1ca4d0820414 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -2,8 +2,8 @@ module.exports = { // Use full commit hash as we explicitly fetch it. // Comparison link (update with previous hash): - // https://github.com/smithy-lang/smithy-typescript/compare/651573630180d1e43dfaf829aed8c68c50cd07f4...f9285c3efe3100e0f75b6574c3bb2582ca622ba5 - SMITHY_TS_COMMIT: "f9285c3efe3100e0f75b6574c3bb2582ca622ba5", + // https://github.com/smithy-lang/smithy-typescript/compare/f9285c3efe3100e0f75b6574c3bb2582ca622ba5...7b82c53d9040ad7a1c7a28ec9f541e937499f374 + SMITHY_TS_COMMIT: "7b82c53d9040ad7a1c7a28ec9f541e937499f374", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {