Skip to content

Commit b0a145a

Browse files
chore(main): release 7.1.0
1 parent 4cb2b87 commit b0a145a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [7.1.0](https://github.com/mongodb/node-mongodb-native/compare/v7.0.0...v7.1.0) (2025-12-12)
6+
7+
8+
### Features
9+
10+
* **NODE-7121:** prevent connection churn on backpressure errors when establishing connections ([#4800](https://github.com/mongodb/node-mongodb-native/issues/4800)) ([4cb2b87](https://github.com/mongodb/node-mongodb-native/commit/4cb2b87537536461dc2f5cd9f0a8a56ad193cb13))
11+
* **NODE-7304:** remove usages in src of promisify ([#4799](https://github.com/mongodb/node-mongodb-native/issues/4799)) ([761b9bf](https://github.com/mongodb/node-mongodb-native/commit/761b9bfab8dfc8e3e7e311731d7a5cda1285bc6c))
12+
* **NODE-7319:** update allowed hosts list with *.mongo.com ([#4802](https://github.com/mongodb/node-mongodb-native/issues/4802)) ([bfb7160](https://github.com/mongodb/node-mongodb-native/commit/bfb71603fdfaaaebf418a3064f293d2c95697865))
13+
* **NODE-7330:** deprecate RenameCollectionOptions.new_collection ([#4815](https://github.com/mongodb/node-mongodb-native/issues/4815)) ([a96fa26](https://github.com/mongodb/node-mongodb-native/commit/a96fa26dea3060828af747f0f2974229018de730))
14+
15+
16+
### Bug Fixes
17+
18+
* **NODE-7290:** use valueof for error code check ([#4791](https://github.com/mongodb/node-mongodb-native/issues/4791)) ([1cc3d1c](https://github.com/mongodb/node-mongodb-native/commit/1cc3d1c952274b2fc18ffd4898978af97f76b554))
19+
* **NODE-7307:** Replace node:process.hrtime() with performance.now() ([#4816](https://github.com/mongodb/node-mongodb-native/issues/4816)) ([ae2e037](https://github.com/mongodb/node-mongodb-native/commit/ae2e037e896fbc673061da49a7c45743ae145651))
20+
* **NODE-7308:** replace process.nextTick with queueMicrotask ([#4817](https://github.com/mongodb/node-mongodb-native/issues/4817)) ([b1b6e81](https://github.com/mongodb/node-mongodb-native/commit/b1b6e81168a2cb6a2cc089d8c3cb83df1405931f))
21+
522
## [7.0.0](https://github.com/mongodb/node-mongodb-native/compare/v6.20.0...v7.0.0) (2025-11-06)
623

724

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)