-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
* ci: update generic workflows (#519) * chore: add next-major-spec prerelease (#518) * chore(deps): bump async from 2.6.3 to 2.6.4 (#524) Co-authored-by: asyncapi-bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
/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 <[email protected]> Co-authored-by: Fran Mendez <[email protected]> Co-authored-by: Fran Méndez <[email protected]> Co-authored-by: Heiko Henning <[email protected]> Co-authored-by: Jonas Lagoni <[email protected]> Co-authored-by: souvik <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: Matatjahu <[email protected]>
Co-authored-by: Sergio Moya <[email protected]> Co-authored-by: Fran Méndez <[email protected]> Co-authored-by: Heiko Henning <[email protected]> Co-authored-by: souvik <[email protected]> Co-authored-by: Maciej Urbańczyk <[email protected]> Co-authored-by: Khuda Dad Nomani <[email protected]> Co-authored-by: Ace <[email protected]>
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