File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11define: prefix docs/drivers/node
22define: 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 v6.12 6.13 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 6.13 6.14 master
44
55symlink: current -> master
66
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ toc_landing_pages = [
1919sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
2020
2121[constants ]
22- version = " 6.13 "
22+ version = " 6.14 "
2323api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
2424driver-long = " MongoDB Node.js driver"
2525driver-short = " Node.js driver"
Original file line number Diff line number Diff line change 1313 - MongoDB 4.0
1414 - MongoDB 3.6
1515
16- * - 6.10 to 6.13
16+ * - 6.10 to 6.14
1717 - ✓
1818 - ✓
1919 - ✓
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ What's New
1919
2020Learn what's new in:
2121
22+ * :ref:`Version 6.14 <version-6.14>`
2223* :ref:`Version 6.13 <version-6.13>`
2324* :ref:`Version 6.12 <version-6.12>`
2425* :ref:`Version 6.11 <version-6.11>`
@@ -34,6 +35,26 @@ Learn what's new in:
3435* :ref:`Version 6.1 <version-6.1>`
3536* :ref:`Version 6.0 <version-6.0>`
3637
38+ .. _version-6.14:
39+
40+ What's New in 6.14
41+ ------------------
42+
43+ The {+driver-short+} v6.14 release includes the following features:
44+
45+ - Adds support for the ``$lookup`` aggregation stage on encrypted collections. You must
46+ upgrade your ``mongodb-client-encryption`` package to v6.3.0 or later to use this feature.
47+
48+ - Uses the driver's implementation of the ``isUint8Array()`` method to prevent
49+ importing the ``util/types`` package.
50+
51+ - Reverts the version compatibility of ``@aws-sdk/credential-providers``
52+ to v3.188.0.
53+
54+ To learn more about this release, see the
55+ :github:`v6.14.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.14.0>` on
56+ GitHub.
57+
3758.. _version-6.13:
3859
3960What's New in 6.13
You can’t perform that action at this time.
0 commit comments