Skip to content

Commit a925900

Browse files
authored
chore(codegen): bump code generators to 0.10.0 (#3358)
1 parent 89a70ae commit a925900

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

codegen/CHANGELOG.md

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

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+
314
## 0.9.0 (2022-02-14)
415

516
### Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.9.0"
31+
version = "0.10.0"
3232
}
3333

3434
extra["smithyVersion"] = "[1.17.0,1.18.0["

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 @@ dependencies {
3636
api("software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra["smithyVersion"]}")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra["smithyVersion"]}")
3838
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")
4040
}
4141

4242
tasks.register("set-aws-sdk-versions") {

0 commit comments

Comments
 (0)