From 81fb29155a4887f40e7fbce4e7dba79fc9344c1d Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Tue, 29 Oct 2024 10:19:10 -0400 Subject: [PATCH 1/2] CEXT-3774: Eventing 1.9 and webhooks 1.6 release notes --- src/pages/events/release-notes.md | 16 ++++++++++++++++ src/pages/webhooks/release-notes.md | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/pages/events/release-notes.md b/src/pages/events/release-notes.md index 4a2e73e2..cd7fd643 100644 --- a/src/pages/events/release-notes.md +++ b/src/pages/events/release-notes.md @@ -12,6 +12,22 @@ 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.9.0 + +### Release date + +October 30, 2024 + +### Enhancements + +* Added the **Events Status** grid to the Admin. This grid can be used to monitor the status of triggered events. + +* Added more detailed error messages for the **Execute Synchronization** and **Test Connection** buttons in the Adobe I/O Events configuration section of the Admin. + +* Renamed the **Events** item in the System menu of the Admin to **Events List**. + +* Added additional observer events to the list of supported event names. + ## Version 1.8.2 ### Release date diff --git a/src/pages/webhooks/release-notes.md b/src/pages/webhooks/release-notes.md index 1246866a..91d4c0d8 100644 --- a/src/pages/webhooks/release-notes.md +++ b/src/pages/webhooks/release-notes.md @@ -9,6 +9,26 @@ keywords: These release notes describe the latest version of Adobe Commerce Webhooks. +## Version 1.6.0 + +### Release date + +October 30, 2024 + +### Enhancements + +* Updated copyrights in the generated module files. + +* Added the **Webhooks Logs** grid to the Admin for viewing webhook execution information. + +* Added additional debug logging related to webhooks response caching. + +* Added additional observer events to the list of supported webhook event names. + +## Bug fix + +* Fixed an issue causing `null` values to be returned in some payloads output by the `webhooks:info` command + ## Version 1.5.1 ### Release date From c12c3faf3edb93e4ce5938f6a1ce0a831a289488 Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Tue, 29 Oct 2024 16:07:34 -0400 Subject: [PATCH 2/2] CEXT-3774: Order release note enhancments by important --- src/pages/events/release-notes.md | 4 ++-- src/pages/webhooks/release-notes.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/events/release-notes.md b/src/pages/events/release-notes.md index cd7fd643..97a8fe56 100644 --- a/src/pages/events/release-notes.md +++ b/src/pages/events/release-notes.md @@ -24,10 +24,10 @@ October 30, 2024 * Added more detailed error messages for the **Execute Synchronization** and **Test Connection** buttons in the Adobe I/O Events configuration section of the Admin. -* Renamed the **Events** item in the System menu of the Admin to **Events List**. - * Added additional observer events to the list of supported event names. +* Renamed the **Events** item in the System menu of the Admin to **Events List**. + ## Version 1.8.2 ### Release date diff --git a/src/pages/webhooks/release-notes.md b/src/pages/webhooks/release-notes.md index 91d4c0d8..28049070 100644 --- a/src/pages/webhooks/release-notes.md +++ b/src/pages/webhooks/release-notes.md @@ -17,14 +17,14 @@ October 30, 2024 ### Enhancements -* Updated copyrights in the generated module files. - * Added the **Webhooks Logs** grid to the Admin for viewing webhook execution information. * Added additional debug logging related to webhooks response caching. * Added additional observer events to the list of supported webhook event names. +* Updated copyrights in the generated module files. + ## Bug fix * Fixed an issue causing `null` values to be returned in some payloads output by the `webhooks:info` command