File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
3
+ ## 0.7.0 (2021-11-03)
4
+
5
+ ### Features
6
+
7
+ * Updated set deserialization to reject duplicates. ([ #2764 ] ( https://github.com/aws/aws-sdk-js-v3/pull/2764 ) )
8
+ * Updated collection deserialization to reject null in non-sparse collections. ([ #2771 ] ( https://github.com/aws/aws-sdk-js-v3/pull/2771 ) )
9
+ * Moved source files to ` src ` folder. ([ #2844 ] ( https://github.com/aws/aws-sdk-js-v3/pull/2844 ) )
10
+ * packageInfo imports from user agent module are now automatically ignored. ([ #2875 ] ( https://github.com/aws/aws-sdk-js-v3/pull/2875 ) )
11
+ * Updated Smithy version to ` 1.12.0 ` . ([ #2878 ] ( https://github.com/aws/aws-sdk-js-v3/pull/2878 ) )
12
+
3
13
## 0.6.0 (2021-09-02)
4
14
5
15
### 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.6 .0"
31
+ version = " 0.7 .0"
32
32
}
33
33
34
34
// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
api(" software.amazon.smithy:smithy-waiters:[1.12.0, 1.13.0[" )
36
36
api(" software.amazon.smithy:smithy-aws-iam-traits:[1.12.0, 1.13.0[" )
37
37
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" )
39
39
}
40
40
41
41
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments