Skip to content

Commit

Permalink
Revert "feat(codegen): bump codegen version to 0.15.0 (aws#4678)" (aw…
Browse files Browse the repository at this point in the history
…s#4689)

This reverts commit 83421a1.
  • Loading branch information
srchase committed May 2, 2023
1 parent 83421a1 commit f75bf2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions codegen/CHANGELOG.md
@@ -1,23 +1,5 @@
# Smithy AWS Typescript Codegen Changelog

## 0.15.0 (2023-05-02)

### Features

* Add factory for aggregated clients ([#4639](https://github.com/aws/aws-sdk-js-v3/pull/4639))
* Shorten serde code in protocols files ([#4625](https://github.com/aws/aws-sdk-js-v3/pull/4625))
* Reduce generated HTTP request header code ([#4594](https://github.com/aws/aws-sdk-js-v3/pull/4594))
* Add client api-extraction ([#4567](https://github.com/aws/aws-sdk-js-v3/pull/4567))
* Reduce XML deserialization code size ([#4565](https://github.com/aws/aws-sdk-js-v3/pull/4565))
* Add operations list to client README files ([#4478](https://github.com/aws/aws-sdk-js-v3/pull/4478))
* Use generic client runtime config ([#4427](https://github.com/aws/aws-sdk-js-v3/pull/4427))

### Bug Fixes

* Fix jsonName deserialization on complex shapes ([#4670](https://github.com/aws/aws-sdk-js-v3/pull/4670))
* Fix allowing idempotency token ([#4642](https://github.com/aws/aws-sdk-js-v3/pull/4642))
* Fix missing dashes in client README files ([#4480](https://github.com/aws/aws-sdk-js-v3/pull/4480))

## 0.14.0 (2023-02-09)

## 0.13.0 (2023-01-31)
Expand Down
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.15.0"
version = "0.14.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
Expand Up @@ -42,7 +42,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.15.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.14.0")
}

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

0 comments on commit f75bf2c

Please sign in to comment.