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 11# Smithy AWS Typescript Codegen Changelog
22
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+
315## 0.17.1 (2023-07-07)
416
517## 0.17.0 (2023-07-06)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ allprojects {
2828 mavenCentral()
2929 }
3030 group = " software.amazon.smithy.typescript"
31- version = " 0.17.1 "
31+ version = " 0.18.0 "
3232}
3333
3434// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 api(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
4444 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
4545 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 " )
4747}
4848
4949tasks.register(" set-aws-sdk-versions" ) {
You can’t perform that action at this time.
0 commit comments