Skip to content

Commit 09e43c6

Browse files
authored
chore(codegen): bump code generators to 0.6.0 (#2743)
1 parent 5c83ddb commit 09e43c6

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

codegen/CHANGELOG.md

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

3+
## 0.6.0 (2021-09-02)
4+
5+
### Features
6+
7+
* Added support for malformed request tests. ([#2695](https://github.com/aws/aws-sdk-js-v3/pull/2695))
8+
* Made endpoints resolution modular. ([#2704](https://github.com/aws/aws-sdk-js-v3/pull/2704))
9+
* Updated number parsing to be stricter. ([#2662](https://github.com/aws/aws-sdk-js-v3/pull/2662), [#2719](https://github.com/aws/aws-sdk-js-v3/pull/2719))
10+
* Reintroduced CORS retry headers for supported services. ([#2658](https://github.com/aws/aws-sdk-js-v3/pull/2658))
11+
12+
### Bug Fixes
13+
14+
* Fixed double encoding of presigned url. ([#2711](https://github.com/aws/aws-sdk-js-v3/pull/2711))
15+
* Only trim xml tag values which contain newline. ([#2653](https://github.com/aws/aws-sdk-js-v3/pull/2653))
16+
17+
### Other
18+
19+
* Updated `smithy-typescript-codegen` dependency to `0.6.0`.
20+
* Updated `smithy` dependencies to `1.11.x`.
21+
322
## 0.5.0 (2021-07-23)
423

524
### 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.5.0"
31+
version = "0.6.0"
3232
}
3333

3434
// 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
@@ -35,7 +35,7 @@ dependencies {
3535
api("software.amazon.smithy:smithy-waiters:[1.11.0, 1.12.0[")
3636
api("software.amazon.smithy:smithy-aws-iam-traits:[1.11.0, 1.12.0[")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:[1.11.0, 1.12.0[")
38-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.5.0")
38+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.6.0")
3939
}
4040

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

0 commit comments

Comments
 (0)