File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
3
+ ## 0.32.0 (2025-06-26)
4
+
5
+ ## Features
6
+ - Upgraded to smithy-typescript 0.32.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0320-2025-06-26 ) )
7
+
8
+ ## Bug Fixes
9
+ - Added default AWS regional endpoints for generated AWS clients ([ #7151 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7151 ) )
10
+
3
11
## 0.31.1 (2025-06-23)
4
12
5
13
## Features
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
31
31
mavenCentral()
32
32
}
33
33
group = " software.amazon.smithy.typescript"
34
- version = " 0.31.1 "
34
+ version = " 0.32.0 "
35
35
}
36
36
37
37
// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
36
36
37
37
dependencies {
38
38
// Smithy TypeScript
39
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.31.1 " )
39
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.32.0 " )
40
40
41
41
// Smithy generic dependencies
42
42
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
You can’t perform that action at this time.
0 commit comments