diff --git a/config/redirects b/config/redirects index 03fe2e595..88591f578 100644 --- a/config/redirects +++ b/config/redirects @@ -1,6 +1,6 @@ define: prefix docs/drivers/node define: base https://www.mongodb.com/${prefix} -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 master +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 master symlink: current -> master diff --git a/snooty.toml b/snooty.toml index d5af02dd7..567bca223 100644 --- a/snooty.toml +++ b/snooty.toml @@ -19,7 +19,7 @@ toc_landing_pages = [ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" [constants] -version = "6.9" +version = "6.10" api = "https://mongodb.github.io/node-mongodb-native/{+version+}" driver-long = "MongoDB Node.js driver" driver-short = "Node.js driver" diff --git a/source/includes/mongodb-compatibility-table-node.rst b/source/includes/mongodb-compatibility-table-node.rst index 8e899f8ad..25af49697 100644 --- a/source/includes/mongodb-compatibility-table-node.rst +++ b/source/includes/mongodb-compatibility-table-node.rst @@ -13,6 +13,16 @@ - MongoDB 4.0 - MongoDB 3.6 + * - 6.10 + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - ✓ + - + * - 6.9 - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index 2e4630549..03cfdce14 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 6.10 ` * :ref:`Version 6.9 ` * :ref:`Version 6.8 ` * :ref:`Version 6.7 ` @@ -30,6 +31,30 @@ Learn what's new in: * :ref:`Version 6.1 ` * :ref:`Version 6.0 ` +.. _version-6.10: + +What's New in 6.10 +------------------ + +The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+} +8.0 features, and includes the following improvements and fixes: + +- Removes support for {+mdb-server+} 3.6. + +- Adds support for the {+mdb-server+} 8.0 bulk write API, which supports bulk write + operations across multiple databases and collections in a single call. + +- Allows SRV hostnames with fewer than three parts separated by ``.`` + characters. For example, the driver now supports hostnames such as + ``mongodb+srv://mongodb.local``. + +- Supports the explain option to retrieve an accurate ``maxTimeMS`` value for + CRUD commands to describe the operation time. The explain options for find and aggregate + operations are deprecated. + +To learn more about this release, see the :github:`v6.10.0 Release Notes ` on +GitHub. + .. _version-6.9: What's New in 6.9