File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy Typescript Codegen Changelog
2
2
3
+ ## 0.11.0 (2022-04-04)
4
+
5
+ ### Features
6
+ * Removed MetadataBearer from output type. ([ #530 ] ( https://github.com/awslabs/smithy-typescript/pull/530 ) )
7
+ * Updated Smithy version to ` 1.19.x ` . ([ #531 ] ( https://github.com/awslabs/smithy-typescript/pull/531 ) )
8
+ * Updated ` typescript ` to ` ~4.6.2 ` . ([ #527 ] ( https://github.com/awslabs/smithy-typescript/pull/527 ) )
9
+ * Set bodyLengthChecker type to BodyLengthCalculator. ([ #524 ] ( https://github.com/awslabs/smithy-typescript/pull/524 ) )
10
+
11
+ ### Bug Fixes
12
+ * Added missing export for ` httpApiKeyAuth ` middleware. ([ #528 ] ( https://github.com/awslabs/smithy-typescript/pull/528 ) )
13
+
3
14
## 0.10.0 (2022-03-02)
4
15
5
16
### Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
25
25
26
26
allprojects {
27
27
group = " software.amazon.smithy.typescript"
28
- version = " 0.10 .0"
28
+ version = " 0.11 .0"
29
29
}
30
30
31
31
extra[" smithyVersion" ] = " [1.17.0,1.18.0["
You can’t perform that action at this time.
0 commit comments