-
-
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!: remove messageId() #889
feat!: remove messageId() #889
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Just one question, same as in asyncapi/parser-api#102 (comment)
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! 🚀🌔
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.
👌
/rtm |
🎉 This PR is included in version 3.0.0-next-major-spec.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Removes the
messageId()
function from the Message and MessageTrait objects. Keeps the same behavior on v2 but it doesn't look formessageId
on v3. Now we only have one method to grab the id of a message and it's.id()
.Also, now
.hasMessageId()
now always returnsfalse
for v3.Related issue(s)
asyncapi/spec#978