File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.27.0 (2025-03-04)
4+
5+ ## Features
6+ - Upgraded to smithy-typescript 0.27.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0270-2025-03-04 ) )
7+ - Upgraded to smithy 1.54.0 ([ #6913 ] ( https://github.com/aws/aws-sdk-js-v3/pull/6913 ) )
8+ - Upgraded to smithy 1.53.0 ([ #6906 ] ( https://github.com/aws/aws-sdk-js-v3/pull/6906 ) )
9+
10+ ### Bug Fixes
11+ - Fixed union member serialization in JSON ([ #6892 ] ( https://github.com/aws/aws-sdk-js-v3/pull/6892 ) )
12+
313## 0.26.0 (2025-01-22)
414
515### Features
616- Upgraded to 0.26.0 of smithy-typescript ([ Release Notes] ( https://github.com/kuhe/smithy-typescript/blob/main/CHANGELOG.md#0260-2025-01-22 ) )
717- Enabled profile configuration for clients ([ #6728 ] ( https://github.com/aws/aws-sdk-js-v3/pull/6728 ) )
818- Created nested clients for internal use ([ #6791 ] ( https://github.com/aws/aws-sdk-js-v3/pull/6791 ) )
919
10- ### Bug Fixes
11-
1220## 0.25.0 (2024-11-18)
1321
1422### Features
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131 mavenCentral()
3232 }
3333 group = " software.amazon.smithy.typescript"
34- version = " 0.26 .0"
34+ version = " 0.27 .0"
3535}
3636
3737// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
3636
3737dependencies {
3838 // Smithy TypeScript
39- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.26 .0" )
39+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.27 .0" )
4040
4141 // Smithy generic dependencies
4242 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 11// Update this commit when taking up new changes from smithy-typescript.
22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
4- SMITHY_TS_COMMIT : "ee3ec22a19cd4d7e5cb1721e0848d6afa98ab6fb " ,
4+ SMITHY_TS_COMMIT : "9ffe82d60dd45787a4279eb9723290edb39d0e10 " ,
55} ;
66
77if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments