File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ The {+driver-short+} v6.12 release includes the following features:
48
48
see the :github:`v6.10.1 Release Notes <mongodb/js-bson/releases/tag/v6.10.1>` for the
49
49
``bson`` package on GitHub.
50
50
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.
53
53
54
54
- 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.
56
57
57
58
- If the driver encounters an error while connecting to a socks5 proxy, it no longer
58
59
wraps the socks5 error in a ``MongoNetworkError``. This prevents the driver from
You can’t perform that action at this time.
0 commit comments