Skip to content

Commit dd79ffd

Browse files
chore(main): release 6.10.0 [skip-ci]
1 parent 20396e1 commit dd79ffd

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.9.0"
2+
".": "6.10.0"
33
}

Diff for: HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.10.0](https://github.com/mongodb/node-mongodb-native/compare/v6.9.0...v6.10.0) (2024-09-16)
6+
7+
8+
### Features
9+
10+
* **NODE-5838:** remove support for server 3.6 ([#4182](https://github.com/mongodb/node-mongodb-native/issues/4182)) ([7b71e1f](https://github.com/mongodb/node-mongodb-native/commit/7b71e1fdc179a9e0628a6b23519e3c00acaadf22))
11+
* **NODE-6342:** support maxTimeMS for explain commands ([#4207](https://github.com/mongodb/node-mongodb-native/issues/4207)) ([20396e1](https://github.com/mongodb/node-mongodb-native/commit/20396e1bdba9c3fb89c789b1955f117ed28a3926))
12+
513
## [6.9.0](https://github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.9.0) (2024-09-12)
614

715

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)