Skip to content

Commit 7ca18e0

Browse files
chore(main): release 6.17.0 [skip-ci]
1 parent d6c0eb3 commit 7ca18e0

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

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

HISTORY.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.17.0](https://github.com/mongodb/node-mongodb-native/compare/v6.16.0...v6.17.0) (2025-04-23)
6+
7+
8+
### Features
9+
10+
* **NODE-6245:** add keepAliveInitialDelay config ([#4510](https://github.com/mongodb/node-mongodb-native/issues/4510)) ([d6c0eb3](https://github.com/mongodb/node-mongodb-native/commit/d6c0eb31c21fc89856c7c2a3cab7a8b22d23c267))
11+
* **NODE-6290:** add sort support to updateOne and replaceOne ([#4515](https://github.com/mongodb/node-mongodb-native/issues/4515)) ([28857b7](https://github.com/mongodb/node-mongodb-native/commit/28857b79898d6a6040b7d48f3781ebc2710f0279))
12+
13+
14+
### Bug Fixes
15+
16+
* **NODE-6864:** socket errors are not always converted to MongoNetworkErrors ([#4473](https://github.com/mongodb/node-mongodb-native/issues/4473)) ([2d86095](https://github.com/mongodb/node-mongodb-native/commit/2d860953096e8f4e18896bef92843f1a0a3ccb04))
17+
518
## [6.16.0](https://github.com/mongodb/node-mongodb-native/compare/v6.15.0...v6.16.0) (2025-04-21)
619

720

package-lock.json

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

package.json

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

0 commit comments

Comments
 (0)