Skip to content

Commit 488f8ff

Browse files
committed
RR feedback
1 parent 9a5fc82 commit 488f8ff

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/whats-new.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,20 @@ What's New in 6.10
3737
------------------
3838

3939
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:
4141

42-
- Support for {+mdb-server+} 3.6 has been removed.
42+
- Removes support for {+mdb-server+} 3.6.
4343

4444
- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write
4545
operations across multiple databases and collections in a single call.
4646

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``.
4950

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.
5254

5355
To learn more about this release, see the :github:`v6.10.0 Release Notes <mongodb/node-mongodb-native/releases/tag/v6.10.0>` on
5456
GitHub.

0 commit comments

Comments
 (0)