File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
3
+ ## 0.10.0 (2022-03-02)
4
+
5
+ ### Features
6
+
7
+ * Added http checksum dependency integration. ([ #3346 ] ( https://github.com/aws/aws-sdk-js-v3/pull/3346 ) , [ #3349 ] ( https://github.com/aws/aws-sdk-js-v3/pull/3349 ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ * Disabled bucket endpoint plugin in WriteGetObjectResponseCommand. ([ #3344 ] ( https://github.com/aws/aws-sdk-js-v3/pull/3344 ) )
12
+ * Fixed set deserialization in SSDKs. ([ #3322 ] ( https://github.com/aws/aws-sdk-js-v3/pull/3322 ) )
13
+
3
14
## 0.9.0 (2022-02-14)
4
15
5
16
### Features
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
28
28
mavenCentral()
29
29
}
30
30
group = " software.amazon.smithy.typescript"
31
- version = " 0.9 .0"
31
+ version = " 0.10 .0"
32
32
}
33
33
34
34
extra[" smithyVersion" ] = " [1.17.0,1.18.0["
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
api(" software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra[" smithyVersion" ]} " )
37
37
api(" software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra[" smithyVersion" ]} " )
38
38
api(" software.amazon.smithy:smithy-model:${rootProject.extra[" smithyVersion" ]} " )
39
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.9 .0" )
39
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.10 .0" )
40
40
}
41
41
42
42
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments