File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.40.0 (2025-12-22)
4+
5+ ### Features
6+
7+ - Upgraded to smithy-typescript 0.40.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0400-2025-12-22 ) )
8+ - Upgraded smithy version to 1.65.0 ([ #7588 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7588 ) )
9+
310## 0.39.1 (2025-12-10)
411
12+ ### Features
13+
514- Upgraded to smithy-typescript 0.39.1 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0391-2025-12-10 ) )
615
716## 0.39.0 (2025-12-05)
817
18+ ### Features
19+
920- Upgraded to smithy-typescript 0.39.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0390-2025-12-05 ) )
1021
1122## 0.38.0 (2025-11-20)
1223
24+ ### Features
25+
1326- Upgraded to smithy-typescript 0.38.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20 ) )
1427- Includes upgrade of smithy to 1.64.0
1528
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ allprojects {
3737 mavenCentral()
3838 }
3939 group = " software.amazon.smithy.typescript"
40- version = " 0.39.1 "
40+ version = " 0.40.0 "
4141}
4242
4343// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildscript {
3131
3232dependencies {
3333 // Smithy TypeScript
34- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.39.1 " )
34+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.40.0 " )
3535
3636 // Smithy generic dependencies
3737 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
44 // Comparison link (update with previous hash):
5- // https://github.com/smithy-lang/smithy-typescript/compare/521d67c38f8928c514d1fcea3fc08e40c2300513 ...ce2697be6df3479d5dd239abb1a19a38093aaeeb
6- SMITHY_TS_COMMIT : "ce2697be6df3479d5dd239abb1a19a38093aaeeb " ,
5+ // https://github.com/smithy-lang/smithy-typescript/compare/ce2697be6df3479d5dd239abb1a19a38093aaeeb ...cb65d39b6c223608ad7752b0ffe7dc9cf997a8e6
6+ SMITHY_TS_COMMIT : "cb65d39b6c223608ad7752b0ffe7dc9cf997a8e6 " ,
77} ;
88
99if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments