Skip to content

Commit

Permalink
docs: release notes for channels now being optional
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Lane <[email protected]>
  • Loading branch information
dalelane committed Jan 9, 2022
1 parent 4b3ad22 commit 420ef20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/blog/release-notes-2.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ AsyncAPI specification 2.3.0 release notes

> This is a minor release, and it doesn't bring any breaking changes. You can switch to it by modifying the following value in your AsyncAPI file `asyncapi: '2.2.0'` into `asyncapi: '2.3.0'`
## Make channels optional
## Channels are now optional

- pull request: https://github.com/asyncapi/spec/pull/682
- contributor: Sergio Moya
To allow for more flexibility in how AsyncAPI documents are structured and reused, `channels` are no longer a required section.

This change from [Sergio Moya](https://www.linkedin.com/in/smoya) makes it easier, for example, to have an AsyncAPI document that only contains reusable component definitions. For more detail, see the [Github issue where this change was discussed](https://github.com/asyncapi/spec/issues/661).

## Allow servers and channels to be defined as components

Expand Down

0 comments on commit 420ef20

Please sign in to comment.