From 7affd02515dbd9808b8c8ada92acfd0a181382fc Mon Sep 17 00:00:00 2001 From: Jose Vitor Schneid Date: Thu, 22 Jun 2023 18:24:58 -0300 Subject: [PATCH] Bump version to 1.33.0 (#1833) --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c66be397b..51e7b0a45c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Smithy Changelog +## 1.33.0 (2023-06-21) + +### Features +* Extended event ids for `AddedOperationError`, `RemovedOperationError`, `AddedEntityBinding` and `RemovedEntityBinding` diff events ([#1797](https://github.com/awslabs/smithy/pull/1797), [#1803](https://github.com/awslabs/smithy/pull/1803)) +* Added enum values to ids for `ChangedEnumTrait` diff events ([#1807](https://github.com/awslabs/smithy/pull/1807)) +* Added `init` command to Smithy CLI ([#1802](https://github.com/awslabs/smithy/pull/1802), [#1825](https://github.com/awslabs/smithy/pull/1825), [#1832](https://github.com/awslabs/smithy/pull/1832)) +* Added `smithy-syntax` package and `smithy format` command to Smithy CLI ([#1830](https://github.com/awslabs/smithy/pull/1830)) + +### Bug Fixes +* Fixed duplicated events for `ChangedNullability` alongside the `AddedInputTrait / RemovedInputTrait` ([#1806](https://github.com/awslabs/smithy/pull/1806)) +* Updated request compression trait protocol tests with regard to HTTP bindings and respective specification ([#1831](https://github.com/awslabs/smithy/pull/1831)) + +### Documentation +* Added `smithy-dafny` to code generators table ([#1813](https://github.com/awslabs/smithy/pull/1813)) +* Updated stale docs around `MissingPaginatedTrait` ([#1814](https://github.com/awslabs/smithy/pull/1814)) +* Fixed grammar rendering ([#1815](https://github.com/awslabs/smithy/pull/1815)) +* Updated recommendation for HTTP status code ([#1818](https://github.com/awslabs/smithy/pull/1818)) +* Fixed selector example ([#1824](https://github.com/awslabs/smithy/pull/1824)) +* Added note about how constraint traits affect backward compatibility ([#1826](https://github.com/awslabs/smithy/pull/1826)) +* Added guide on disabling authentication ([#1791](https://github.com/awslabs/smithy/pull/1791)) + ## 1.32.0 (2023-06-06) ### Features diff --git a/VERSION b/VERSION index 359c41089a4..7aa332e4163 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.32.0 +1.33.0