Skip to content

Commit da6904a

Browse files
committed
Bump version to 0.9.0.
1 parent 0436227 commit da6904a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

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+
335
## 0.8.0 (2021-11-23)
436

537
### Features

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525

2626
allprojects {
2727
group = "software.amazon.smithy.typescript"
28-
version = "0.8.0"
28+
version = "0.9.0"
2929
}
3030

3131
extra["smithyVersion"] = "[1.17.0,1.18.0["

0 commit comments

Comments
 (0)