-
-
Notifications
You must be signed in to change notification settings - Fork 34
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: update to parser API v3 #387
feat: update to parser API v3 #387
Conversation
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.
generator PR approved
you're getting some merge conflicts
This PR is blocked by asyncapi/cli#908 |
@jonaslagoni Can we merge this PR as asyncapi/cli/908 is merged now. |
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.
Damn, you're getting some conflicts now and tests are failing 😅 Other than that, it's ready.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pretty sure this should have been a breaking change 🤔 Or is this fine? @fmvilas |
Description
This PR updates the parser API to v3 and removes messageId usage. It also fixes dependency shift.
Related issue(s)
Fixes #385
Blocked by asyncapi/generator#1066
Blocked by asyncapi/cli#908