-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added servers field to channel object #97
feat: added servers field to channel object #97
Conversation
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
Co-authored-by: asyncapi-bot <info@asyncapi.io> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
Kudos, SonarCloud Quality Gate passed! |
@derberg : this is the JSON schema change for the spec and JS parser change i've recently submitted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! However I would wait others to review!
@derberg Do you wanna add something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
🎉 This PR is included in version 2.9.0-2021-09-release.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.9.0-2021-09-release.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Added
servers
as a list of strings (server names) under thechannel
objectRelated PR(s)
asyncapi/spec#531
asyncapi/parser-js#364
Related issue(s)
asyncapi/spec#244
asyncapi/spec#255
asyncapi/spec#475