From a6d9222e92d1313895cc9634dcbdeeac69e553c5 Mon Sep 17 00:00:00 2001 From: Oleksandr Shmyheliuk Date: Wed, 7 Feb 2024 11:13:47 -0600 Subject: [PATCH 1/2] CEXT-2784: Release commerce eventing and webhook modules --- src/pages/events/release-notes.md | 14 ++++++++++++++ src/pages/webhooks/release-notes.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/pages/events/release-notes.md b/src/pages/events/release-notes.md index 189eba90..103853bf 100644 --- a/src/pages/events/release-notes.md +++ b/src/pages/events/release-notes.md @@ -12,6 +12,20 @@ These release notes describe the latest version of Adobe I/O Events for Adobe Co See [Update Adobe I/O Events for Adobe Commerce](installation.md#update-adobe-io-events-for-adobe-commerce) for upgrade instructions. +## Version 1.5.0 + +### Release date + +February 7, 2024 + +### Enhancements + +* Added support of field converters. Now you can specify converter class that will be applied to fields in the event payload. + +* Added event tracking ID field for better tracking of the event delivery process. + +* Increased test coverage of eventing modules + ## Version 1.4.1 ### Release date diff --git a/src/pages/webhooks/release-notes.md b/src/pages/webhooks/release-notes.md index e11bf454..4bcf7c06 100644 --- a/src/pages/webhooks/release-notes.md +++ b/src/pages/webhooks/release-notes.md @@ -9,6 +9,20 @@ keywords: These release notes describe the latest version of Adobe Commerce Webhooks. +## Version 1.2.0 + +### Release date + +February 7, 2024 + +### Enhancements + +* Added a new module `AdobeCommerceWebhooksAdminUi` for managing webhooks from the Admin UI + +* Added an ability to modify and create webhooks from the Admin UI + +* Added an ability to modify and create webhooks rules, headers and fields from the Admin UI + ## Version 1.1.0 ### Release date From 5da04439b18ce79290171dc66e3279a04e5a0b6f Mon Sep 17 00:00:00 2001 From: Oleksandr Shmyheliuk Date: Wed, 7 Feb 2024 12:57:18 -0600 Subject: [PATCH 2/2] CEXT-2784: Release commerce eventing and webhook modules --- src/pages/webhooks/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/webhooks/release-notes.md b/src/pages/webhooks/release-notes.md index 4bcf7c06..a07ce921 100644 --- a/src/pages/webhooks/release-notes.md +++ b/src/pages/webhooks/release-notes.md @@ -19,7 +19,9 @@ February 7, 2024 * Added a new module `AdobeCommerceWebhooksAdminUi` for managing webhooks from the Admin UI -* Added an ability to modify and create webhooks from the Admin UI +* Added an ability to modify xml-defined webhooks from the Admin UI + +* Added an ability to create new webhooks from the Admin UI * Added an ability to modify and create webhooks rules, headers and fields from the Admin UI