Skip to content

Commit d860565

Browse files
Revert "Revert "feat(codegen): bump codegen version to 0.18.0 (#5310)" (#5320)" (#5322)
This reverts commit bee66fb.
1 parent b871291 commit d860565

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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)

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.17.1"
31+
version = "0.18.0"
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
@@ -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

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

0 commit comments

Comments
 (0)