Skip to content

v5.0.0

Compare
Choose a tag to compare
@WaleedAshraf WaleedAshraf released this 21 Jul 04:44
· 2 commits to master since this release
bac4f20

Breaking:

  • Errors message format for the initial check on the AsyncApi document has been updated.
    • Note: No change in errors thrown from the validate() method.
  • Deprecate the validateByMessageId() method as messageId was removed in AsyncApi v3.0.0. More details here asyncapi/spec/issues/978

New / Improvements:

  • Support AsyncAPI schema v3.0.0
  • Start using @asyncapi/parser v3