Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.1.0"
".": "7.1.1"
}
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down