Skip to content

Commit 76f697f

Browse files
chore(main): release 6.13.0 [skip-ci] (#4374)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d08480b commit 76f697f

4 files changed

+26
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.12.0"
2+
".": "6.13.0"
33
}

HISTORY.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [6.13.0](https://github.com/mongodb/node-mongodb-native/compare/v6.12.0...v6.13.0) (2025-01-30)
6+
7+
8+
### Features
9+
10+
* **NODE-5672:** support standardized logging ([#4387](https://github.com/mongodb/node-mongodb-native/issues/4387)) ([d1b2453](https://github.com/mongodb/node-mongodb-native/commit/d1b2453daeed50cd9edd5b8a631789a36429d6b2))
11+
* **NODE-6258:** add signal support to find and aggregate ([#4364](https://github.com/mongodb/node-mongodb-native/issues/4364)) ([73def18](https://github.com/mongodb/node-mongodb-native/commit/73def18d3fa0aea1fdd5122088493f948addaa42))
12+
* **NODE-6451:** retry SRV and TXT lookup for DNS timeout errors ([#4375](https://github.com/mongodb/node-mongodb-native/issues/4375)) ([fd902d3](https://github.com/mongodb/node-mongodb-native/commit/fd902d31d5cb65100f1c8b6f8811886b44ba19d5))
13+
* **NODE-6633:** MongoClient.close closes active cursors ([#4372](https://github.com/mongodb/node-mongodb-native/issues/4372)) ([654069f](https://github.com/mongodb/node-mongodb-native/commit/654069fc1750b6c3336f1002e3d3fb18bbc1451d))
14+
15+
16+
### Bug Fixes
17+
18+
* **NODE-5225:** concurrent MongoClient.close() calls each attempt to close the client ([#4376](https://github.com/mongodb/node-mongodb-native/issues/4376)) ([9419af7](https://github.com/mongodb/node-mongodb-native/commit/9419af7b3bcbf134d0740c4282f83d1d5a717418))
19+
* **NODE-6340:** OIDC reauth uses caches speculative auth result ([#4379](https://github.com/mongodb/node-mongodb-native/issues/4379)) ([8b2b7fd](https://github.com/mongodb/node-mongodb-native/commit/8b2b7fdc6366ee9b6b595daf074d6b88362df5e6))
20+
21+
22+
### Performance Improvements
23+
24+
* **NODE-6452:** Optimize CommandStartedEvent and CommandSucceededEvent constructors ([#4371](https://github.com/mongodb/node-mongodb-native/issues/4371)) ([41b066b](https://github.com/mongodb/node-mongodb-native/commit/41b066b2b286879085b05a58c0486aa1d24303bc))
25+
* **NODE-6616:** shortcircuit logging ejson.stringify ([#4377](https://github.com/mongodb/node-mongodb-native/issues/4377)) ([c1bcf0d](https://github.com/mongodb/node-mongodb-native/commit/c1bcf0de991096975a5151bf780faa9803ddd765))
26+
527
## [6.12.0](https://github.com/mongodb/node-mongodb-native/compare/v6.11.0...v6.12.0) (2024-12-10)
628

729

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)