From 6364f21911ebd02f6448ce9e7b28932db515dd06 Mon Sep 17 00:00:00 2001 From: Waleed Ashraf Date: Sun, 21 Jul 2024 06:29:06 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fbf24..726e38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: