|
1 | 1 | # Smithy Typescript Codegen Changelog
|
2 | 2 |
|
| 3 | +## 0.9.0 (2022-02-14) |
| 4 | + |
| 5 | +### Features |
| 6 | +* Updated Smithy version to `1.17.x`. ([#505](https://github.com/awslabs/smithy-typescript/pull/505)) |
| 7 | +* Added support for `@httpApiKeyAuth`. ([#473](https://github.com/awslabs/smithy-typescript/pull/473)) |
| 8 | +* Added a default `prepack` script to generated packages. ([#479](https://github.com/awslabs/smithy-typescript/pull/479)) |
| 9 | +* Added TypeScript contextual keywords to the reserved words list. |
| 10 | + ([#500](https://github.com/awslabs/smithy-typescript/pull/500)) |
| 11 | +* Changed generated builds to run concurrently. ([#498](https://github.com/awslabs/smithy-typescript/pull/498)) |
| 12 | +* Added support for `defaultsMode`. ([#495](https://github.com/awslabs/smithy-typescript/pull/495)) |
| 13 | +* Updated generated packages to use `@tsconfig/recommended`. |
| 14 | + ([#493](https://github.com/awslabs/smithy-typescript/pull/493)) |
| 15 | +* Removed `filterSensitiveLog` from exceptions. ([#488](https://github.com/awslabs/smithy-typescript/pull/488)) |
| 16 | +* Bumped SSDK library versions to 1.0.0-alpha4. ([#480](https://github.com/awslabs/smithy-typescript/pull/480)) |
| 17 | +* Removed test dependencies and configuration from generated packages. |
| 18 | + ([#483](https://github.com/awslabs/smithy-typescript/pull/483)) |
| 19 | +* Updated minimum supported Node version to 12. |
| 20 | + ([#481](https://github.com/awslabs/smithy-typescript/pull/481), |
| 21 | + [#482](https://github.com/awslabs/smithy-typescript/pull/482)) |
| 22 | +* Added option to configure package manager, supporting `yarn` and `npm`. |
| 23 | + ([#476](https://github.com/awslabs/smithy-typescript/pull/476)) |
| 24 | +* Switched pattern validation to re2-wasm to avoid native dependency. |
| 25 | + ([#467](https://github.com/awslabs/smithy-typescript/pull/467)) |
| 26 | + |
| 27 | +### Bug Fixes |
| 28 | +* Updated protocol tests to check for `ErrorName`. ([#490](https://github.com/awslabs/smithy-typescript/pull/490)) |
| 29 | +* Added escaping for regex literals in path segments. ([#477](https://github.com/awslabs/smithy-typescript/pull/477)) |
| 30 | +* Fix greedy label matching. ([#474](https://github.com/awslabs/smithy-typescript/pull/474)) |
| 31 | + |
| 32 | +### Documentation |
| 33 | +* Updated README example. ([#501](https://github.com/awslabs/smithy-typescript/pull/501)) |
| 34 | + |
3 | 35 | ## 0.8.0 (2021-11-23)
|
4 | 36 |
|
5 | 37 | ### Features
|
|
0 commit comments