Skip to content

Commit 5676b5b

Browse files
committed
feedback
1 parent 770b96c commit 5676b5b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

source/includes/language-compatibility-table-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Node.js v16.x.x
1111
- Node.js v14.x.x
1212

13-
* - 6.12 [#latest-note]_
13+
* - 6.11 to 6.12 [#latest-note]_
1414
- ✓
1515
- ✓
1616
- ✓

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16-
* - 6.10 and 6.12
16+
* - 6.10 to 6.12
1717
- ✓
1818
- ✓
1919
- ✓

source/whats-new.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ The {+driver-short+} v6.12 release includes the following features:
5252
replica-set member stale.
5353

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

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

0 commit comments

Comments
 (0)