File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.36.0 (2025-09-30)
4+
5+ ### Features
6+ - Upgraded to smithy-typescript 0.36.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0360-2025-09-18 ) )
7+ - Upgraded smithy version to 1.62.0 ([ #7386 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7386 ) )
8+ - Used DOMParser for browser XML parsing ([ #7347 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7347 ) )
9+ - Replaced 'uuid' with '@smithy/uuid ' ([ #7372 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7372 ) )
10+
311## 0.35.0 (2025-09-18)
412
5- ### Bug Fixes
13+ ### Features
614- Upgraded to smithy-typescript 0.35.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0350-2025-09-18 ) )
715
816## 0.34.1 (2025-09-10)
917
10- ### Bug Fixes
18+ ### Features
1119- Upgraded to smithy-typescript 0.34.1 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0341-2025-09-10 ) )
1220
1321## 0.34.0 (2025-07-30)
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.35 .0"
35+ version = " 0.36 .0"
3636}
3737
3838// 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.35 .0" )
39+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.36 .0" )
4040
4141 // Smithy generic dependencies
4242 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
You can’t perform that action at this time.
0 commit comments