diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ef57e04e..4e9d6c7e26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.0" + ".": "7.1.1" } diff --git a/HISTORY.md b/HISTORY.md index 4726b51070..17031f82f7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ 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. +## [7.1.1](https://github.com/mongodb/node-mongodb-native/compare/v7.1.0...v7.1.1) (2026-03-23) + + +### Bug Fixes + +* **NODE-7477:** OIDC host allowlist fix ([#4896](https://github.com/mongodb/node-mongodb-native/issues/4896)) ([237c9ab](https://github.com/mongodb/node-mongodb-native/commit/237c9abf26e78d6d059b5f31177b25d4ab7e4e89)) +* **NODE-7482:** explicitly call setKeepAlive and setNoDelay on socket ([#4900](https://github.com/mongodb/node-mongodb-native/issues/4900)) ([b14ba21](https://github.com/mongodb/node-mongodb-native/commit/b14ba210783a62d475086bb739a75bc7f5db37f1)) + ## [7.1.0](https://github.com/mongodb/node-mongodb-native/compare/v7.0.0...v7.1.0) (2026-02-02) @@ -4169,3 +4177,4 @@ parameters. You must pass in these parameters in the `options` object * Initial release support of driver using native node.js interface * Supports gridfs specification * Supports admin functionality + diff --git a/package-lock.json b/package-lock.json index de61e02ee5..bd3602e2fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "7.1.0", + "version": "7.1.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.3.0", diff --git a/package.json b/package.json index 1a45299e57..64e48b6c10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "7.1.0", + "version": "7.1.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [