Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Dec 13, 2024
1 parent 5676b5b commit 9928d12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ The {+driver-short+} v6.12 release includes the following features:
see the :github:`v6.10.1 Release Notes <mongodb/js-bson/releases/tag/v6.10.1>` 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
Expand Down

0 comments on commit 9928d12

Please sign in to comment.