Skip to content

Commit 81e8336

Browse files
authored
chore(codegen): bump smithy-aws-typescript-codegen version to 0.7.1 (#2987)
* chore(codegen): bump code generators to 0.7.0 (#2978) * chore(codegen): bump code generators to 0.7.1
1 parent abe4ed9 commit 81e8336

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

codegen/CHANGELOG.md

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

3+
## 0.7.1 (2021-11-04)
4+
5+
### Bug Fixes
6+
7+
* Fixed generator to not rely on unreleased features.
8+
9+
## 0.7.0 (2021-11-03)
10+
11+
### Features
12+
13+
* Updated set deserialization to reject duplicates. ([#2764](https://github.com/aws/aws-sdk-js-v3/pull/2764))
14+
* Updated collection deserialization to reject null in non-sparse collections. ([#2771](https://github.com/aws/aws-sdk-js-v3/pull/2771))
15+
* Moved source files to `src` folder. ([#2844](https://github.com/aws/aws-sdk-js-v3/pull/2844))
16+
* packageInfo imports from user agent module are now automatically ignored. ([#2875](https://github.com/aws/aws-sdk-js-v3/pull/2875))
17+
* Updated Smithy version to `1.12.0`. ([#2878](https://github.com/aws/aws-sdk-js-v3/pull/2878))
18+
319
## 0.6.0 (2021-09-02)
420

521
### 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.6.0"
31+
version = "0.7.1"
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.12.0, 1.13.0[")
3636
api("software.amazon.smithy:smithy-aws-iam-traits:[1.12.0, 1.13.0[")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:[1.12.0, 1.13.0[")
38-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.6.0")
38+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.7.0")
3939
}
4040

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

0 commit comments

Comments
 (0)