|
1 | 1 | # Smithy AWS Typescript Codegen Changelog |
2 | 2 |
|
| 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 | + |
3 | 9 | ## 0.24.0 (2024-09-30) |
4 | 10 |
|
5 | 11 | ### Features |
|
36 | 42 | ## 0.20.1 (2024-04-05) |
37 | 43 |
|
38 | 44 | ### 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)) |
40 | 46 | * Update Smithy to 1.47.0 ([#5956](https://github.com/aws/aws-sdk-js-v3/pull/5956)) |
41 | 47 |
|
42 | 48 | ## 0.20.0 (2024-03-27) |
43 | 49 |
|
44 | 50 | ### Features |
45 | 51 | * 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)) |
47 | 53 | * Implemented lazy-loading of STS & SSO clients in credential providers ([#5681](https://github.com/aws/aws-sdk-js-v3/pull/5681)) |
48 | 54 |
|
49 | 55 | ### Bug Fixes |
|
53 | 59 |
|
54 | 60 | ## 0.19.0 (2023-11-03) |
55 | 61 |
|
56 | | -### Features |
| 62 | +### Features |
57 | 63 | * Created coercing serializers for awsQueryCompat ([#5440](https://github.com/aws/aws-sdk-js-v3/pull/5440)) |
58 | 64 | * 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)) |
59 | 65 | * Added Node.js 14.x version deprecation warning ([#5413](https://github.com/aws/aws-sdk-js-v3/pull/5413)) |
|
63 | 69 | * Added e2e suite for lib-dynamodb ([#5306](https://github.com/aws/aws-sdk-js-v3/pull/5306)) |
64 | 70 | * Added middleware for following region redirects ([#5185](https://github.com/aws/aws-sdk-js-v3/pull/5185)) |
65 | 71 |
|
66 | | -### Bug Fixes |
| 72 | +### Bug Fixes |
67 | 73 | * Updated to use partial record for enum keyed types ([#5391](https://github.com/aws/aws-sdk-js-v3/pull/5391)) |
68 | 74 |
|
69 | 75 | ## 0.18.0 (2023-10-04) |
|
165 | 171 | * Fixed README generation to handle service documentation containing `${}`. ([#3834](https://github.com/aws/aws-sdk-js-v3/pull/3834)) |
166 | 172 | * Fixed error code parsing when it is a number. ([#3371](https://github.com/aws/aws-sdk-js-v3/pull/3371)) |
167 | 173 | * 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)) |
169 | 175 | * Fixed handling of empty xml tags. ([#3623](https://github.com/aws/aws-sdk-js-v3/pull/3623)) |
170 | 176 |
|
171 | 177 | ## 0.11.0 (2022-04-04) |
|
228 | 234 | ### Bug Fixes |
229 | 235 |
|
230 | 236 | * 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)) |
232 | 238 |
|
233 | 239 | ### Other |
234 | 240 |
|
|
0 commit comments