Skip to content

Commit 607bf92

Browse files
committed
Bump version to 1.9.0
1 parent 91014fc commit 607bf92

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Smithy Changelog
22

3+
## 1.9.0 (2021-06-23)
4+
5+
### Features
6+
7+
* Added a common validation model for use in server SDKs. ([#813](https://github.com/awslabs/smithy/pull/813))
8+
* Added support for cross platform builds of the CLI. ([#832](https://github.com/awslabs/smithy/pull/832))
9+
* Validate the contents of protocol test bodies for known media types. ([#822](https://github.com/awslabs/smithy/pull/822),
10+
[#835](https://github.com/awslabs/smithy/pull/835))
11+
* Updated support for non-numeric floating-point values in several places. ([#828](https://github.com/awslabs/smithy/pull/828))
12+
* Added several `restJson` protocol tests. ([#684](https://github.com/awslabs/smithy/pull/684))
13+
* Added several `restXml` protocol tests. ([#804](https://github.com/awslabs/smithy/pull/804))
14+
* Added and updated several `awsQuery` and `ec2Query` protocol tests. ([#815](https://github.com/awslabs/smithy/pull/815),
15+
[#833](https://github.com/awslabs/smithy/pull/833))
16+
* Added several `document` type protocol tests. ([#810](https://github.com/awslabs/smithy/pull/810))
17+
18+
### Bug Fixes
19+
20+
* Fixed a `NullPointerException` when loading a config and no parent path is present. ([#814](https://github.com/awslabs/smithy/pull/814))
21+
22+
### AWS Customizations
23+
24+
* Added `s3UnwrappedXmlOutput` trait, which defines when an S3 operation does not use the protocol standard XML wrapper.
25+
([#839](https://github.com/awslabs/smithy/pull/839))
26+
27+
### Documentation
28+
29+
* Added an overview of known Smithy implementations and projects. ([#830](https://github.com/awslabs/smithy/pull/830), [#831](https://github.com/awslabs/smithy/pull/831))
30+
* Improved the documentation for the `restXml`. ([#827](https://github.com/awslabs/smithy/pull/827))
31+
* Improved the documentation for the `awsQuery`. ([#827](https://github.com/awslabs/smithy/pull/827))
32+
* Improved the documentation for the `ec2Query` protocol. ([#823](https://github.com/awslabs/smithy/pull/823), [#827](https://github.com/awslabs/smithy/pull/827),
33+
[#836](https://github.com/awslabs/smithy/pull/836))
34+
* Added more context for documentation types. ([#818](https://github.com/awslabs/smithy/pull/818))
35+
* Fixed several minor documentation issues. ([#816](https://github.com/awslabs/smithy/pull/816), [#818](https://github.com/awslabs/smithy/pull/818),
36+
[#837](https://github.com/awslabs/smithy/pull/837), [#840](https://github.com/awslabs/smithy/pull/840))
37+
338
## 1.8.0 (2021-05-20)
439

540
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

0 commit comments

Comments
 (0)