From 62570d076b1fdc6df1a4030612fb15ff4a043895 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 8 May 2023 12:50:31 +0200 Subject: [PATCH] docs: add change log entry --- changes/ce/fix-10636.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-10636.md diff --git a/changes/ce/fix-10636.md b/changes/ce/fix-10636.md new file mode 100644 index 000000000..56bf4bd7e --- /dev/null +++ b/changes/ce/fix-10636.md @@ -0,0 +1 @@ +An issue with the MongoDB connector related to the "Max Overflow" parameter has been fixed. Previously, the minimum limit for the parameter was incorrectly set to 1 instead of allowing a minimum value of 0. This issue has been fixed, and the "Max Overflow" parameter now correctly supports a minimum value of 0.