diff --git a/HISTORY.md b/HISTORY.md index 702a56b9cb3..e49ffedd096 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,26 @@ 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.4.0](https://github.com/mongodb/node-mongodb-native/compare/v6.3.0...v6.4.0) (2023-12-19) + + +### Features + +* **NODE-3449:** Add serverConnectionId to Command Monitoring Spec ([735f7aa](https://github.com/mongodb/node-mongodb-native/commit/735f7aa17c2403044c015c0eb0fc7e4be08c0983)) +* **NODE-3689:** require hello command for connection handshake to use OP_MSG disallowing OP_QUERY ([#3938](https://github.com/mongodb/node-mongodb-native/issues/3938)) ([ce7df0f](https://github.com/mongodb/node-mongodb-native/commit/ce7df0f79ed764d4a36caf1562cea4f5015c0ea6)) +* **NODE-4719:** add SDAM Logging Spec ([#3940](https://github.com/mongodb/node-mongodb-native/issues/3940)) ([a3c0298](https://github.com/mongodb/node-mongodb-native/commit/a3c02983bc9cead125373d86a5c47cf8f4e40f9e)) +* **NODE-5717:** make ExceededTimeLimit retryable reads error ([#3947](https://github.com/mongodb/node-mongodb-native/issues/3947)) ([106ab09](https://github.com/mongodb/node-mongodb-native/commit/106ab092d0fe184509551c55b6b0fe817fa6ba21)) + + +### Bug Fixes + +* **NODE-5765:** change type for countDocuments ([#3932](https://github.com/mongodb/node-mongodb-native/issues/3932)) ([22cae0f](https://github.com/mongodb/node-mongodb-native/commit/22cae0fbc0ad4043e27210577427870b8ec287f5)) + + +### Performance Improvements + +* **NODE-5771:** improve new connection ([#3948](https://github.com/mongodb/node-mongodb-native/issues/3948)) ([a4776cf](https://github.com/mongodb/node-mongodb-native/commit/a4776cfe638c4e51cb690e43b941153d4f36a30a)) + ## [6.3.0](https://github.com/mongodb/node-mongodb-native/compare/v6.2.0...v6.3.0) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index 21b9b983b67..aa673b9721f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.3.0", + "version": "6.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.3.0", + "version": "6.4.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.0", diff --git a/package.json b/package.json index d9128940f21..a71c8153a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.3.0", + "version": "6.4.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [