Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Smithy AWS Typescript Codegen Changelog

## 0.46.0 (2026-03-05)

### Chores

- Upgraded to smithy-typescript 0.46.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0460-2026-03-05))

## 0.45.0 (2026-02-19)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.45.0"
version = "0.46.0"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {

dependencies {
// Smithy TypeScript
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.45.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.46.0")

// Smithy generic dependencies
api("software.amazon.smithy:smithy-model:$smithyVersion")
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-clients/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
module.exports = {
// Use full commit hash as we explicitly fetch it.
// Comparison link (update with previous hash):
// https://github.com/smithy-lang/smithy-typescript/compare/215d2542830dd323d1c38dd0c75c52f72b94105e...5eab7ea1c099488605ff3e442e26a7e5c1902d7f
SMITHY_TS_COMMIT: "5eab7ea1c099488605ff3e442e26a7e5c1902d7f",
// https://github.com/smithy-lang/smithy-typescript/compare/5eab7ea1c099488605ff3e442e26a7e5c1902d7f...4c6296a745389da66f03bfd9f455592099439c52
SMITHY_TS_COMMIT: "4c6296a745389da66f03bfd9f455592099439c52",
};

if (module.exports.SMITHY_TS_COMMIT.length < 40) {
Expand Down
Loading