Skip to content

Commit 84dc6dd

Browse files
authored
DOCSP-44611: v6.10 (#920)
1 parent 69db585 commit 84dc6dd

File tree

4 files changed

+37
-2
lines changed

4 files changed

+37
-2
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 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 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.9"
22+
version = "6.10"
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
- MongoDB 4.0
1414
- MongoDB 3.6
1515

16+
* - 6.10
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
-
25+
1626
* - 6.9
1727
- ✓
1828
- ✓

source/whats-new.txt

Lines changed: 25 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.10 <version-6.10>`
2223
* :ref:`Version 6.9 <version-6.9>`
2324
* :ref:`Version 6.8 <version-6.8>`
2425
* :ref:`Version 6.7 <version-6.7>`
@@ -30,6 +31,30 @@ Learn what's new in:
3031
* :ref:`Version 6.1 <version-6.1>`
3132
* :ref:`Version 6.0 <version-6.0>`
3233

34+
.. _version-6.10:
35+
36+
What's New in 6.10
37+
------------------
38+
39+
The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+}
40+
8.0 features, and includes the following improvements and fixes:
41+
42+
- Removes support for {+mdb-server+} 3.6.
43+
44+
- Adds support for the {+mdb-server+} 8.0 bulk write API, which supports bulk write
45+
operations across multiple databases and collections in a single call.
46+
47+
- Allows SRV hostnames with fewer than three parts separated by ``.``
48+
characters. For example, the driver now supports hostnames such as
49+
``mongodb+srv://mongodb.local``.
50+
51+
- Supports the explain option to retrieve an accurate ``maxTimeMS`` value for
52+
CRUD commands to describe the operation time. The explain options for find and aggregate
53+
operations are deprecated.
54+
55+
To learn more about this release, see the :github:`v6.10.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.10.0>` on
56+
GitHub.
57+
3358
.. _version-6.9:
3459

3560
What's New in 6.9

0 commit comments

Comments
 (0)