From 9928d1206c890c769b22cfb583f45bc25b1f155d Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:51:50 -0600 Subject: [PATCH] feedback --- source/whats-new.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index 3e5dba23..710ceca0 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -48,11 +48,12 @@ The {+driver-short+} v6.12 release includes the following features: see the :github:`v6.10.1 Release Notes ` for the ``bson`` package on GitHub. -- The driver populates the ``ServerDescription.error`` field when marking a primary - replica-set member stale. +- The driver populates the ``ServerDescription.error`` field with a more specific error + type and message when marking a primary replica-set member stale. - The driver reads socket data with a stream in object mode instead - of buffer mode. This prevents message parsing errors caused by inaccurate data chunking. + of buffer mode. This prevents message parsing errors in rare cases caused by inaccurate + data chunking. - If the driver encounters an error while connecting to a socks5 proxy, it no longer wraps the socks5 error in a ``MongoNetworkError``. This prevents the driver from