Skip to content

Commit 2b517a4

Browse files
sugmanuetrivikr
andauthored
chore(codegen): bump smithy-typescript-codegen version to 0.23 (#6453)
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent c3d86a6 commit 2b517a4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

codegen/CHANGELOG.md

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

3+
## 0.23.0 (2024-09-10)
4+
5+
### Features
6+
* Added support for SigV4a and sigining region sets ([#6368](https://github.com/aws/aws-sdk-js-v3/pull/6368))
7+
* Added support for Smithy RPCv2 CBOR protocol ([#6096](https://github.com/aws/aws-sdk-js-v3/pull/6096))
8+
9+
310
## 0.22.0 (2024-08-06)
411

512
### 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.22.0"
34+
version = "0.23.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.22.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.23.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: "f95b9c3eeda338ff4e69c90e786b852657ceb199",
4+
SMITHY_TS_COMMIT: "fc056f71dfa5ad04609badaca1295150c6307421",
55
};
66

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

0 commit comments

Comments
 (0)