File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,20 @@ What's New in 6.10
37
37
------------------
38
38
39
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:
40
+ 8.0 features, and includes the following improvements and fixes :
41
41
42
- - Support for {+mdb-server+} 3.6 has been removed .
42
+ - Removes support for {+mdb-server+} 3.6.
43
43
44
44
- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write
45
45
operations across multiple databases and collections in a single call.
46
46
47
- - The driver now allows SRV hostnames with fewer than three parts separated by ``.``
48
- characters.
47
+ - Allows SRV hostnames with fewer than three parts separated by ``.``
48
+ characters. For example, the driver now supports hostnames like
49
+ ``mongodb+srv://mongodb.local``.
49
50
50
- - You can now use the explain option to retrieve an accurate ``maxTimeMS`` value for
51
- CRUD commands. The explain options for find and aggregate operations have been deprecated.
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.
52
54
53
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
54
56
GitHub.
You can’t perform that action at this time.
0 commit comments