Skip to content

Commit 4dc2bcb

Browse files
authored
chore(codegen): bump codegen version to 0.40.0 (#7601)
1 parent bd65e3e commit 4dc2bcb

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

codegen/CHANGELOG.md

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

3+
## 0.40.0 (2025-12-22)
4+
5+
### Features
6+
7+
- Upgraded to smithy-typescript 0.40.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0400-2025-12-22))
8+
- Upgraded smithy version to 1.65.0 ([#7588](https://github.com/aws/aws-sdk-js-v3/pull/7588))
9+
310
## 0.39.1 (2025-12-10)
411

12+
### Features
13+
514
- Upgraded to smithy-typescript 0.39.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0391-2025-12-10))
615

716
## 0.39.0 (2025-12-05)
817

18+
### Features
19+
920
- Upgraded to smithy-typescript 0.39.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0390-2025-12-05))
1021

1122
## 0.38.0 (2025-11-20)
1223

24+
### Features
25+
1326
- Upgraded to smithy-typescript 0.38.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0380-2025-11-20))
1427
- Includes upgrade of smithy to 1.64.0
1528

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.39.1"
40+
version = "0.40.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.39.1")
34+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.40.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/521d67c38f8928c514d1fcea3fc08e40c2300513...ce2697be6df3479d5dd239abb1a19a38093aaeeb
6-
SMITHY_TS_COMMIT: "ce2697be6df3479d5dd239abb1a19a38093aaeeb",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/ce2697be6df3479d5dd239abb1a19a38093aaeeb...cb65d39b6c223608ad7752b0ffe7dc9cf997a8e6
6+
SMITHY_TS_COMMIT: "cb65d39b6c223608ad7752b0ffe7dc9cf997a8e6",
77
};
88

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

0 commit comments

Comments
 (0)