Skip to content

Commit f294e84

Browse files
authored
DOCSP-40052: v6.7 updates (#892)
* DOCSP-40052: v6.7 updates * RR feedback
1 parent 1859354 commit f294e84

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
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 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 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.6"
22+
version = "6.7"
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/mongodb-compatibility-table-node.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818

19-
* - 6.0 to 6.6
19+
* - 6.0 to 6.7
2020
- ✓
2121
- ✓
2222
- ✓

source/whats-new.txt

Lines changed: 21 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.7 <version-6.7>`
2223
* :ref:`Version 6.6 <version-6.6>`
2324
* :ref:`Version 6.5 <version-6.5>`
2425
* :ref:`Version 6.4 <version-6.4>`
@@ -57,6 +58,26 @@ Learn what's new in:
5758
* :ref:`Version 3.7 <version-3.7>`
5859
* :ref:`Version 3.6 <version-3.6>`
5960

61+
.. _version-6.7:
62+
63+
What's New in 6.7
64+
-----------------
65+
66+
The {+driver-short+} v6.7 release includes the following features:
67+
68+
- Adds support for the ``MONGODB-OIDC`` authentication mechanism when connected to
69+
MongoDB Server v7.0 and later. The driver supports authentication with Azure
70+
machine authentication, GCP machine authentication, callback authentication,
71+
and human interaction callback authentication facets.
72+
73+
- Fixes an issue where setting the ``useBigInt64`` flag to ``true`` caused the internal
74+
``compareTopologyVersion`` function to generate an error.
75+
76+
To learn more about this release, see the
77+
`v6.7.0 Release Notes
78+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v6.7.0>`__ on
79+
GitHub.
80+
6081
.. _version-6.6:
6182

6283
What's New in 6.6

0 commit comments

Comments
 (0)