From f294e84d6deefb97ee99b1c872a67bb578de717a Mon Sep 17 00:00:00 2001 From: Nora Reidy Date: Thu, 30 May 2024 16:10:12 -0400 Subject: [PATCH] DOCSP-40052: v6.7 updates (#892) * DOCSP-40052: v6.7 updates * RR feedback --- config/redirects | 2 +- snooty.toml | 2 +- .../mongodb-compatibility-table-node.rst | 2 +- source/whats-new.txt | 21 +++++++++++++++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/config/redirects b/config/redirects index 2e18578c..0fd3293c 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 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 master symlink: current -> master diff --git a/snooty.toml b/snooty.toml index 4b980ec5..9786c6d2 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.6" +version = "6.7" 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 0176e802..3dbfb0e9 100644 --- a/source/includes/mongodb-compatibility-table-node.rst +++ b/source/includes/mongodb-compatibility-table-node.rst @@ -16,7 +16,7 @@ - MongoDB 3.0 - MongoDB 2.6 - * - 6.0 to 6.6 + * - 6.0 to 6.7 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index c7e8fad6..d1bf9cc4 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.7 ` * :ref:`Version 6.6 ` * :ref:`Version 6.5 ` * :ref:`Version 6.4 ` @@ -57,6 +58,26 @@ Learn what's new in: * :ref:`Version 3.7 ` * :ref:`Version 3.6 ` +.. _version-6.7: + +What's New in 6.7 +----------------- + +The {+driver-short+} v6.7 release includes the following features: + +- Adds support for the ``MONGODB-OIDC`` authentication mechanism when connected to + MongoDB Server v7.0 and later. The driver supports authentication with Azure + machine authentication, GCP machine authentication, callback authentication, + and human interaction callback authentication facets. + +- Fixes an issue where setting the ``useBigInt64`` flag to ``true`` caused the internal + ``compareTopologyVersion`` function to generate an error. + +To learn more about this release, see the +`v6.7.0 Release Notes +`__ on +GitHub. + .. _version-6.6: What's New in 6.6