Skip to content

Commit a058046

Browse files
chore(main): release 6.13.0 [skip-ci]
1 parent 8b2b7fd commit a058046

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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-29)
6+
7+
8+
### Features
9+
10+
* **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))
11+
* **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))
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
19+
20+
### Performance Improvements
21+
22+
* **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))
23+
* **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))
24+
525
## [6.12.0](https://github.com/mongodb/node-mongodb-native/compare/v6.11.0...v6.12.0) (2024-12-10)
626

727

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)