From 29e0ddefbc224977b785a495243c1df947e4aafe Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 11 Mar 2024 17:46:04 +0100 Subject: [PATCH] docs: add change log entry --- changes/ee/fix-12678.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ee/fix-12678.en.md diff --git a/changes/ee/fix-12678.en.md b/changes/ee/fix-12678.en.md new file mode 100644 index 000000000..a1a03962f --- /dev/null +++ b/changes/ee/fix-12678.en.md @@ -0,0 +1 @@ +The DynamoDB connector now explicitly reports the error reason upon connection failure. This update addresses the previous limitation where connection failures did not result in any explanation.