File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Smithy AWS Typescript Codegen Changelog
2
2
3
+ ## 0.18.0 (2023-10-04)
4
+
5
+ ### Features
6
+ * Refactor addImport usage ([ #4986 ] ( https://github.com/aws/aws-sdk-js-v3/pull/4986 ) )
7
+ * Remove defaults mode provider codegen ([ #4993 ] ( https://github.com/aws/aws-sdk-js-v3/pull/4993 ) )
8
+ * Temporarily disable unused codegen ([ #4996 ] ( https://github.com/aws/aws-sdk-js-v3/pull/4996 ) )
9
+ * Customize @aws .auth#sigv4 identity providers for the AWS SDK ([ #5179 ] ( https://github.com/aws/aws-sdk-js-v3/pull/5179 ) )
10
+ * Customize @httpBearerAuth identity providers for the AWS SDK ([ #5169 ] ( https://github.com/aws/aws-sdk-js-v3/pull/5169 ) )
11
+ * Add aws region runtime extension codegen ([ #5157 ] ( https://github.com/aws/aws-sdk-js-v3/pull/5157 ) )
12
+ * Add smithy-aws-endpoints dependency ([ #5311 ] ( https://github.com/aws/aws-sdk-js-v3/pull/5311 ) )
13
+ * Upgrade to Smithy 1.39.0 ([ #5311 ] ( https://github.com/aws/aws-sdk-js-v3/pull/5311 ) )
14
+
3
15
## 0.17.1 (2023-07-07)
4
16
5
17
## 0.17.0 (2023-07-06)
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.17.1 "
31
+ version = " 0.18.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 @@ -43,7 +43,7 @@ dependencies {
43
43
api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
44
44
api(" software.amazon.smithy:smithy-model:$smithyVersion " )
45
45
api(" software.amazon.smithy:smithy-rules-engine:$smithyVersion " )
46
- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.1 " )
46
+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.18.0 " )
47
47
}
48
48
49
49
tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments