File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.37.0 (2025-11-04)
4+
5+ ### Features
6+ - Upgraded to smithy-typescript 0.37.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0361-2025-11-04 ) )
7+ - Upgraded smithy version to 1.63.0 ([ #7474 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7474 ) )
8+
9+ ### Bug Fixes
10+ - Applied reserved word escaping to union shape in Json serializer ([ #7419 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7419 ) )
11+
312## 0.36.1 (2025-10-06)
413
514### Features
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232 mavenCentral()
3333 }
3434 group = " software.amazon.smithy.typescript"
35- version = " 0.36.1 "
35+ version = " 0.37.0 "
3636}
3737
3838// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ buildscript {
4343
4444dependencies {
4545 // Smithy TypeScript
46- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.36.1 " )
46+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.37.0 " )
4747
4848 // Smithy generic dependencies
4949 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module.exports = {
33 // Use full commit hash as we explicitly fetch it.
44 // Comparison link (update with previous hash):
55 // https://github.com/smithy-lang/smithy-typescript/compare/56a65e69af8a8b7a814a92af716009cabe4b0b42...472a5ea035237e10c560ed362c0e0105805ad26f
6- SMITHY_TS_COMMIT : "3078a958f1ce563503963eb9492c83610fe1cef5 " ,
6+ SMITHY_TS_COMMIT : "8aef84bd27a0bb995ef908239e7bb7c6c3a37435 " ,
77} ;
88
99if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments