-
-
Notifications
You must be signed in to change notification settings - Fork 96
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!: add support for AsyncAPI v3 #526
Conversation
/dnm |
/au |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
chore: merge `master` into `next-major-spec`
Think this is ready to be reviewed and merged right? 🤔 @derberg @smoya @magicmatatjahu |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
Let's go GitHub Actions. Show me what's you're capable of 💥 |
Pleeeeeaaase!🙏 |
|
/rtm |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
o-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> Co-authored-by: Fran Mendez <fmvilas@gmail.com> Co-authored-by: Fran Méndez <fmvilas@gmail.com> Co-authored-by: Heiko Henning <greenrover33@gmail.com> Co-authored-by: Jonas Lagoni <jonas-lt@live.dk> Co-authored-by: souvik <souvikde.ns@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com> Co-authored-by: Matatjahu <urbanczyk.maciej.95@gmail.com>
Co-authored-by: Sergio Moya <1083296+smoya@users.noreply.github.com> Co-authored-by: Fran Méndez <fmvilas@gmail.com> Co-authored-by: Heiko Henning <greenrover33@gmail.com> Co-authored-by: souvik <souvikde.ns@gmail.com> Co-authored-by: Maciej Urbańczyk <urbanczyk.maciej.95@gmail.com> Co-authored-by: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> Co-authored-by: Ace <40604284+AceTheCreator@users.noreply.github.com>
Description
This PR enables the parser to read AsyncAPI v3 documents, with a minimal of breaking changes because of the parser API. Besides the breaking changes below, you do not have to do anything else to enable the parser to read v3 documents, just pass it to the parser as you would with v2 documents.
TL;DR; breaking changes:
messageId
, but have to useid
instead.schemaFormat
it return undefined.Read more about them here: https://github.com/asyncapi/parser-js/blob/master/docs/migrations/v2-to-v3.md