From 11ec86bee4f56f8cf62a1b65ecd4fca22dd6c7df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:39:36 +0000 Subject: [PATCH 1/2] chore(v7.1.x): release 7.1.1 --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ef57e04ed..4e9d6c7e26d 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 4726b51070e..27bdb135817 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) diff --git a/package-lock.json b/package-lock.json index de61e02ee59..bd3602e2fe3 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 1a45299e570..64e48b6c109 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": [ From c338c1e622956884d638efbac694ccef8d2cb5ab Mon Sep 17 00:00:00 2001 From: Sergey Zelenov Date: Mon, 23 Mar 2026 19:32:41 +0100 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 27bdb135817..17031f82f77 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4177,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 +