Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WaleedAshraf committed Jul 21, 2024
1 parent f640629 commit 6364f21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 5.0.0 *(2024-07-21)*
----------------------------
### Breaking:
* Errors messages format for initial check on AsyncApi document has been updated.
* _Note: No change in errors thrown from `validate()` method._
* Deprecate `validateByMessageId()` method as `messageId` was removed in AsyncApi v3.0.0. More details here [asyncapi/spec/issues/978](https://github.com/asyncapi/spec/issues/978)

### New / Improvements:
* Support AsyncAPI schema v3.0.0
* Start using @asyncapi/parser v3

Version 4.0.0 *(2022-05-22)*
----------------------------
### Breaking:
Expand Down

0 comments on commit 6364f21

Please sign in to comment.