Skip to content

Commit b463cc7

Browse files
committed
add v6.12
1 parent f90a9a3 commit b463cc7

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 v6.3 v6.4 v6.5 v6.6 v6.7 v6.8 v6.9 v6.10 v6.11 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 v6.3 v6.4 v6.5 v6.6 v6.7 v6.8 v6.9 v6.10 v6.11 v6.12 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toc_landing_pages = [
1919
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020

2121
[constants]
22-
version = "6.11"
22+
version = "6.12"
2323
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2424
driver-long = "MongoDB Node.js driver"
2525
driver-short = "Node.js driver"

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.11 [#latest-note]_
13+
* - 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.11
16+
* - 6.10 and 6.12
1717
- ✓
1818
- ✓
1919
- ✓

source/whats-new.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 6.12 <version-6.12>`
2223
* :ref:`Version 6.11 <version-6.11>`
2324
* :ref:`Version 6.10 <version-6.10>`
2425
* :ref:`Version 6.9 <version-6.9>`
@@ -32,6 +33,36 @@ Learn what's new in:
3233
* :ref:`Version 6.1 <version-6.1>`
3334
* :ref:`Version 6.0 <version-6.0>`
3435

36+
.. _version-6.12:
37+
38+
What's New in 6.12
39+
------------------
40+
41+
The {+driver-short+} v6.12 release includes the following features:
42+
43+
- Adds support for v2.0 of the ``zstd`` compression algorithm. For more information about
44+
``zstd`` v2.0, see the ``zstd``
45+
:github:`Release Notes <mongodb-js/zstd/releases/tag/v2.0.0>` package on GitHub.
46+
47+
- Upgrades the ``bson`` package to v6.10.1. For more information about this release,
48+
see the :github:`v6.10.1 Release Notes <mongodb/js-bson/releases/tag/v6.10.1>` for the
49+
``bson`` package on GitHub.
50+
51+
- The driver populates the ``ServerDescription.error`` field when marking a primary
52+
replica-set member stale.
53+
54+
- 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.
57+
58+
- If the driver encounters an error while connecting to a socks5 proxy, it no longer
59+
wraps the socks5 error in a ``MongoNetworkError``. This prevents the driver from
60+
wrapping a ``MongoNetworkError`` in another ``MongoNetworkError``.
61+
62+
To learn more about this release, see the
63+
:github:`v6.12.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.12.0>` on
64+
GitHub.
65+
3566
.. _version-6.11:
3667

3768
What's New in 6.11

0 commit comments

Comments
 (0)