Skip to content

Commit 56b2e6d

Browse files
chore(main): release 6.17.0 (#4552)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c11ac89 commit 56b2e6d

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

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

HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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-06-03)
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+
* **NODE-6882:** eagerly close checked out connections when client is closed ([#4499](https://github.com/mongodb/node-mongodb-native/issues/4499)) ([64fdb3e](https://github.com/mongodb/node-mongodb-native/commit/64fdb3ef40262d7cf321175c3ae0c4079b889624))
13+
* **NODE-6884:** remove support for 4.0 ([#4534](https://github.com/mongodb/node-mongodb-native/issues/4534)) ([6fe6ccc](https://github.com/mongodb/node-mongodb-native/commit/6fe6ccc8e1a2d5cc605e7467ec7b3f83628c8095))
14+
* **NODE-6952:** support configuring DEK cache expiration ([#4538](https://github.com/mongodb/node-mongodb-native/issues/4538)) ([c529f07](https://github.com/mongodb/node-mongodb-native/commit/c529f07c510f16abc158cbf33ba03230629e34d5))
15+
* **NODE-6963:** use BSON 6.10.4 ([#4549](https://github.com/mongodb/node-mongodb-native/issues/4549)) ([aee490a](https://github.com/mongodb/node-mongodb-native/commit/aee490a453dc0acec7f673bdb3ca7be16d555092))
16+
17+
18+
### Bug Fixes
19+
20+
* **NODE-6638:** throw if all atomic updates are undefined ([#4519](https://github.com/mongodb/node-mongodb-native/issues/4519)) ([9625b2d](https://github.com/mongodb/node-mongodb-native/commit/9625b2d10a7d3548b423cf130fba89b383eeb8db))
21+
* **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))
22+
* **NODE-6962:** OIDC machine workflows use OIDCCallbacks internally ([#4546](https://github.com/mongodb/node-mongodb-native/issues/4546)) ([bd6030f](https://github.com/mongodb/node-mongodb-native/commit/bd6030f2da079df0e36f011ead91e178647d6ac1))
23+
524
## [6.16.0](https://github.com/mongodb/node-mongodb-native/compare/v6.15.0...v6.16.0) (2025-04-21)
625

726

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)