Skip to content

Commit 1a8de1b

Browse files
authored
chore(codegen): smithy-typescript-aws-codegen 0.44.0 (#7719)
1 parent e25063a commit 1a8de1b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

codegen/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.44.0 (2026-02-06)
4+
5+
### Features
6+
7+
- Generated package.json will now contain `@aws-sdk/*` dependencies with a caret `^` instead of pinned version ([#7714](https://github.com/aws/aws-sdk-js-v3/pull/7714))
8+
9+
### Chores
10+
11+
- Upgraded to smithy-typescript 0.44.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0440-2026-02-06))
12+
313
## 0.43.1 (2026-01-30)
414

515
### Bug Fixes

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
mavenCentral()
3838
}
3939
group = "software.amazon.smithy.typescript"
40-
version = "0.43.1"
40+
version = "0.44.0"
4141
}
4242

4343
// The root project doesn't produce a JAR.

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131

3232
dependencies {
3333
// Smithy TypeScript
34-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.43.1")
34+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.44.0")
3535

3636
// Smithy generic dependencies
3737
api("software.amazon.smithy:smithy-model:$smithyVersion")

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.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/b6fd0d1be1f0cf1c42d0e860de04890d66c63281...64d983af799e3ae348cb46fb7542c5de688636a7
6-
SMITHY_TS_COMMIT: "64d983af799e3ae348cb46fb7542c5de688636a7",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/64d983af799e3ae348cb46fb7542c5de688636a7...f88ac6fbc9f82c14a2ad3cb76b2d5520ff73e8e6
6+
SMITHY_TS_COMMIT: "f88ac6fbc9f82c14a2ad3cb76b2d5520ff73e8e6",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)