diff --git a/src/pages/events/release-notes.md b/src/pages/events/release-notes.md index 4a2e73e2..97a8fe56 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. + +* 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 1246866a..28049070 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 + +* 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 + ## Version 1.5.1 ### Release date