Skip to content

Commit

Permalink
Revert "Revert "feat(codegen): bump codegen version to 0.18.0 (#5310)" (
Browse files Browse the repository at this point in the history
#5320)" (#5322)

This reverts commit bee66fb.
  • Loading branch information
AndrewFossAWS authored Oct 4, 2023
1 parent b871291 commit d860565
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Smithy AWS Typescript Codegen Changelog

## 0.18.0 (2023-10-04)

### Features
* Refactor addImport usage ([#4986](https://github.com/aws/aws-sdk-js-v3/pull/4986))
* Remove defaults mode provider codegen ([#4993](https://github.com/aws/aws-sdk-js-v3/pull/4993))
* Temporarily disable unused codegen ([#4996](https://github.com/aws/aws-sdk-js-v3/pull/4996))
* Customize @aws.auth#sigv4 identity providers for the AWS SDK ([#5179](https://github.com/aws/aws-sdk-js-v3/pull/5179))
* Customize @httpBearerAuth identity providers for the AWS SDK ([#5169](https://github.com/aws/aws-sdk-js-v3/pull/5169))
* Add aws region runtime extension codegen ([#5157](https://github.com/aws/aws-sdk-js-v3/pull/5157))
* Add smithy-aws-endpoints dependency ([#5311](https://github.com/aws/aws-sdk-js-v3/pull/5311))
* Upgrade to Smithy 1.39.0 ([#5311](https://github.com/aws/aws-sdk-js-v3/pull/5311))

## 0.17.1 (2023-07-07)

## 0.17.0 (2023-07-06)
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.17.1"
version = "0.18.0"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
api("software.amazon.smithy:smithy-model:$smithyVersion")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.1")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.18.0")
}

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

0 comments on commit d860565

Please sign in to comment.