File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
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
+
3
10
## 0.22.0 (2024-08-06)
4
11
5
12
### Features
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
31
31
mavenCentral()
32
32
}
33
33
group = " software.amazon.smithy.typescript"
34
- version = " 0.22 .0"
34
+ version = " 0.23 .0"
35
35
}
36
36
37
37
// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
36
36
37
37
dependencies {
38
38
// 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" )
40
40
41
41
// Smithy generic dependencies
42
42
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 1
1
// Update this commit when taking up new changes from smithy-typescript.
2
2
module . exports = {
3
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT : "f95b9c3eeda338ff4e69c90e786b852657ceb199 " ,
4
+ SMITHY_TS_COMMIT : "fc056f71dfa5ad04609badaca1295150c6307421 " ,
5
5
} ;
6
6
7
7
if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments