Skip to content

Commit 078bc44

Browse files
committed
chore(codegen): bump codegen version to 0.25.0
1 parent ee6bad5 commit 078bc44

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

codegen/CHANGELOG.md

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

3+
## 0.25.0 (2024-11-18)
4+
5+
### Features
6+
- Upgraded to 1.51.0 of Smithy ([Release Notes](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md#1520-2024-10-16))
7+
- Upgraded to 0.25.0 of smithy-typescript ([Release Notes](https://github.com/kuhe/smithy-typescript/blob/main/CHANGELOG.md#0250-2024-11-18))
8+
39
## 0.24.0 (2024-09-30)
410

511
### Features
@@ -36,14 +42,14 @@
3642
## 0.20.1 (2024-04-05)
3743

3844
### Features
39-
* Add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/pull/5953))
45+
* Add option to prevent md5 computation ([#5953](https://github.com/aws/aws-sdk-js-v3/pull/5953))
4046
* Update Smithy to 1.47.0 ([#5956](https://github.com/aws/aws-sdk-js-v3/pull/5956))
4147

4248
## 0.20.0 (2024-03-27)
4349

4450
### Features
4551
* Reduced code size for xml serde ([#5568](https://github.com/aws/aws-sdk-js-v3/pull/5568), [#5566](https://github.com/aws/aws-sdk-js-v3/pull/5566))
46-
* Reduced generated code size for all clients with library serde helpers ([#5855](https://github.com/aws/aws-sdk-js-v3/pull/5855))
52+
* Reduced generated code size for all clients with library serde helpers ([#5855](https://github.com/aws/aws-sdk-js-v3/pull/5855))
4753
* Implemented lazy-loading of STS & SSO clients in credential providers ([#5681](https://github.com/aws/aws-sdk-js-v3/pull/5681))
4854

4955
### Bug Fixes
@@ -53,7 +59,7 @@
5359

5460
## 0.19.0 (2023-11-03)
5561

56-
### Features
62+
### Features
5763
* Created coercing serializers for awsQueryCompat ([#5440](https://github.com/aws/aws-sdk-js-v3/pull/5440))
5864
* 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))
5965
* Added Node.js 14.x version deprecation warning ([#5413](https://github.com/aws/aws-sdk-js-v3/pull/5413))
@@ -63,7 +69,7 @@
6369
* Added e2e suite for lib-dynamodb ([#5306](https://github.com/aws/aws-sdk-js-v3/pull/5306))
6470
* Added middleware for following region redirects ([#5185](https://github.com/aws/aws-sdk-js-v3/pull/5185))
6571

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

6975
## 0.18.0 (2023-10-04)
@@ -165,7 +171,7 @@
165171
* Fixed README generation to handle service documentation containing `${}`. ([#3834](https://github.com/aws/aws-sdk-js-v3/pull/3834))
166172
* Fixed error code parsing when it is a number. ([#3371](https://github.com/aws/aws-sdk-js-v3/pull/3371))
167173
* Fixed serialization of event stream payloads. ([#3655](https://github.com/aws/aws-sdk-js-v3/pull/3655))
168-
* Fixed endpoints for S3's WriteGetObjectResponse. ([#3662](https://github.com/aws/aws-sdk-js-v3/pull/3662))
174+
* Fixed endpoints for S3's WriteGetObjectResponse. ([#3662](https://github.com/aws/aws-sdk-js-v3/pull/3662))
169175
* Fixed handling of empty xml tags. ([#3623](https://github.com/aws/aws-sdk-js-v3/pull/3623))
170176

171177
## 0.11.0 (2022-04-04)
@@ -228,7 +234,7 @@
228234
### Bug Fixes
229235

230236
* Fixed double encoding of presigned url. ([#2711](https://github.com/aws/aws-sdk-js-v3/pull/2711))
231-
* Only trim xml tag values which contain newline. ([#2653](https://github.com/aws/aws-sdk-js-v3/pull/2653))
237+
* Only trim xml tag values which contain newline. ([#2653](https://github.com/aws/aws-sdk-js-v3/pull/2653))
232238

233239
### Other
234240

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.24.0"
34+
version = "0.25.0"
3535
}
3636

3737
// 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
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
3838
// Smithy TypeScript
39-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.24.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.25.0")
4040

4141
// Smithy generic dependencies
4242
api("software.amazon.smithy:smithy-model:$smithyVersion")

0 commit comments

Comments
 (0)