Skip to content

Commit

Permalink
Bump version to 1.33.0 (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvschneid authored Jun 22, 2023
1 parent 859e82d commit 7affd02
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.0
1.33.0

0 comments on commit 7affd02

Please sign in to comment.