diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6cd56fa23..7474856791 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.16.0" + ".": "6.17.0" } diff --git a/HISTORY.md b/HISTORY.md index ad9e26a8b7..9dc3f2fb1a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,20 @@ 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. +## [6.17.0](https://github.com/mongodb/node-mongodb-native/compare/v6.16.0...v6.17.0) (2025-04-25) + + +### Features + +* **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)) +* **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)) + + +### Bug Fixes + +* **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)) +* **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)) + ## [6.16.0](https://github.com/mongodb/node-mongodb-native/compare/v6.15.0...v6.16.0) (2025-04-21) diff --git a/package-lock.json b/package-lock.json index ac8d8f3e84..bda6902c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.16.0", + "version": "6.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.16.0", + "version": "6.17.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index 862423a6e0..c17ab14734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.16.0", + "version": "6.17.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [