Skip to content

Commit

Permalink
Bump codegen version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Nov 3, 2023
1 parent 71f845c commit 7d8b2b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Smithy AWS Typescript Codegen Changelog

## 0.19.0 (2023-11-03)

### Features
* Created coercing serializers for awsQueryCompat ([#5440](https://github.com/aws/aws-sdk-js-v3/pull/5440))
* Migrated the `@aws-sdk/util-endpoints` package to use the newly added `@smithy/util-endpoints` package ([#5390](https://github.com/aws/aws-sdk-js-v3/pull/5390))
* Added Node.js 14.x version deprecation warning ([#5413](https://github.com/aws/aws-sdk-js-v3/pull/5413))
* Deprecated gamesparks ([#5386](https://github.com/aws/aws-sdk-js-v3/pull/5386))
* Changed codegen for JSON protocols to use `awsExpectUnion`, which ignores the `__type` field ([#5376](https://github.com/aws/aws-sdk-js-v3/pull/5376))
* Updated shapes with members targeting string and number enums (TypeScript unions) to be closed ([#5356](https://github.com/aws/aws-sdk-js-v3/pull/5356))
* Added e2e suite for lib-dynamodb ([#5306](https://github.com/aws/aws-sdk-js-v3/pull/5306))
* Added middleware for following region redirects ([#5185](https://github.com/aws/aws-sdk-js-v3/pull/5185))

### Bug Fixes
* Updated to use partial record for enum keyed types ([#5391](https://github.com/aws/aws-sdk-js-v3/pull/5391))

## 0.18.0 (2023-10-04)

### Features
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.18.0"
version = "0.19.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.18.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.19.0")
}

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

0 comments on commit 7d8b2b1

Please sign in to comment.