File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.29.1 (2025-04-24)
4+
5+ ## Features
6+ - Upgraded to smithy-typescript 0.29.1 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0291-2025-04-24 ) )
7+
8+ ## Bug Fixes
9+ - Removed host prefix behaviour for S3 and S3Control ([ #7025 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7025 ) )
10+
311## 0.29.0 (2025-04-11)
412
513## 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.29.0 "
34+ version = " 0.29.1 "
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.29.0 " )
39+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.1 " )
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 : "47e23f6185502c4148acc84a24eb048bbf25cd90 " ,
4+ SMITHY_TS_COMMIT : "7af8ef9daa0f7f6525dbd5039d166e716fdc2b52 " ,
55} ;
66
77if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments