Skip to content

Commit 3d24bd6

Browse files
authored
chore(codegen): bump codegen version to 0.27.0 (#6915)
1 parent 9c54aba commit 3d24bd6

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

codegen/CHANGELOG.md

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

3+
## 0.27.0 (2025-03-04)
4+
5+
## Features
6+
- Upgraded to smithy-typescript 0.27.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0270-2025-03-04))
7+
- Upgraded to smithy 1.54.0 ([#6913](https://github.com/aws/aws-sdk-js-v3/pull/6913))
8+
- Upgraded to smithy 1.53.0 ([#6906](https://github.com/aws/aws-sdk-js-v3/pull/6906))
9+
10+
### Bug Fixes
11+
- Fixed union member serialization in JSON ([#6892](https://github.com/aws/aws-sdk-js-v3/pull/6892))
12+
313
## 0.26.0 (2025-01-22)
414

515
### Features
616
- Upgraded to 0.26.0 of smithy-typescript ([Release Notes](https://github.com/kuhe/smithy-typescript/blob/main/CHANGELOG.md#0260-2025-01-22))
717
- Enabled profile configuration for clients ([#6728](https://github.com/aws/aws-sdk-js-v3/pull/6728))
818
- Created nested clients for internal use ([#6791](https://github.com/aws/aws-sdk-js-v3/pull/6791))
919

10-
### Bug Fixes
11-
1220
## 0.25.0 (2024-11-18)
1321

1422
### Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.26.0"
34+
version = "0.27.0"
3535
}
3636

3737
// 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
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
3838
// Smithy TypeScript
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.26.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.27.0")
4040

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

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "ee3ec22a19cd4d7e5cb1721e0848d6afa98ab6fb",
4+
SMITHY_TS_COMMIT: "9ffe82d60dd45787a4279eb9723290edb39d0e10",
55
};
66

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

0 commit comments

Comments
 (0)