Skip to content

Commit 9396178

Browse files
authored
chore(codegen): bump code generators to 0.8.0 (#3055)
* Copy changelog for 0.7.1 from branch smithy-aws-typescript-codegen-0.7.1 * chore(codegen): bump code generators to 0.8.0
1 parent 2cfa8bf commit 9396178

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.8.0 (2021-11-23)
4+
5+
### Features
6+
7+
* Updated EndpointGenerator to merge variants from partition defaults and service defaults using tags as unique key. ([#2989](https://github.com/aws/aws-sdk-js-v3/pull/2989), [#2990](https://github.com/aws/aws-sdk-js-v3/pull/2990), [#3044](https://github.com/aws/aws-sdk-js-v3/pull/3044))
8+
* Centralized Smithy version for Smithy dependencies including Smithy CLI. ([#3011](https://github.com/aws/aws-sdk-js-v3/pull/3011), [#3054](https://github.com/aws/aws-sdk-js-v3/pull/3054))
9+
* Updated Smithy version to `1.14.x`. ([#3053](https://github.com/aws/aws-sdk-js-v3/pull/3053))
10+
11+
## 0.7.1 (2021-11-04)
12+
13+
### Bug Fixes
14+
15+
* Fixed generator to not rely on unreleased features.
16+
317
## 0.7.0 (2021-11-03)
418

519
### Features

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.7.0"
31+
version = "0.8.0"
3232
}
3333

3434
extra["smithyVersion"] = "[1.14.0,1.15.0["

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
api("software.amazon.smithy:smithy-aws-iam-traits:${rootProject.extra["smithyVersion"]}")
3737
api("software.amazon.smithy:smithy-protocol-test-traits:${rootProject.extra["smithyVersion"]}")
3838
api("software.amazon.smithy:smithy-model:${rootProject.extra["smithyVersion"]}")
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.7.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.8.0")
4040
}
4141

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

0 commit comments

Comments
 (0)