Skip to content

Commit 672658f

Browse files
authored
Merge pull request AdobeDocs#319 from oshmyheliuk/CEXT-4202
CEXT-4202: Release extensibility modules
2 parents c759b9d + c6ac910 commit 672658f

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Loading

src/pages/webhooks/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ These release notes describe the latest version of Adobe Commerce Webhooks.
1313

1414
### Release date
1515

16+
February 14, 2025
17+
18+
### Enhancements
19+
20+
* Added the ability to configure the log grid message detail in the Admin configuration. <!-- CEXT-4126 -->
21+
22+
* Improved the database logging to add logging in case of failed requests. <!-- CEXT-4084 -->
23+
24+
* Updated php version requirement in the generated module. <!-- CEXT-4120 -->
25+
26+
### Bug fix
27+
28+
* Fixed the webhook data filtration logic when the source is an empty string. <!-- CEXT-4121 -->
29+
30+
## Version 1.8.0
31+
32+
### Release date
33+
1634
January 23, 2025
1735

1836
### Enhancements

src/pages/webhooks/responses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ To enable database logging, navigate to **Stores** > Settings > **Configuration*
212212

213213
You can configure the minimum log level to store logs in the database and log retention time. The available log levels are `DEBUG`, `INFO`, `WARNING`, and `ERROR`.
214214

215+
You can also configure if you want to log the full log message. In case of an unsuccessful request, the full log message might contain response data from the external endpoint used for the webhook.
216+
215217
The logs are cleared once per day based on the retention time.
216218

217219
When database logging is enabled, the webhook logs are stored in the `webhook_log` table. To check logs in the Admin, navigate to **System** > **Webhooks** > **Webhook Logs**.

0 commit comments

Comments
 (0)