Skip to content

Commit 9928d12

Browse files
committed
feedback
1 parent 5676b5b commit 9928d12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/whats-new.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ The {+driver-short+} v6.12 release includes the following features:
4848
see the :github:`v6.10.1 Release Notes <mongodb/js-bson/releases/tag/v6.10.1>` for the
4949
``bson`` package on GitHub.
5050

51-
- The driver populates the ``ServerDescription.error`` field when marking a primary
52-
replica-set member stale.
51+
- The driver populates the ``ServerDescription.error`` field with a more specific error
52+
type and message when marking a primary replica-set member stale.
5353

5454
- The driver reads socket data with a stream in object mode instead
55-
of buffer mode. This prevents message parsing errors caused by inaccurate data chunking.
55+
of buffer mode. This prevents message parsing errors in rare cases caused by inaccurate
56+
data chunking.
5657

5758
- If the driver encounters an error while connecting to a socks5 proxy, it no longer
5859
wraps the socks5 error in a ``MongoNetworkError``. This prevents the driver from

0 commit comments

Comments
 (0)