Skip to content

Commit 004efad

Browse files
chore(main): release 6.12.0 [skip-ci]
1 parent ea8a33f commit 004efad

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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-
".": "6.11.0"
2+
".": "6.12.0"
33
}

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.12.0](https://github.com/mongodb/node-mongodb-native/compare/v6.11.0...v6.12.0) (2024-12-06)
6+
7+
8+
### Features
9+
10+
* **NODE-6593:** add support for [email protected] ([#4346](https://github.com/mongodb/node-mongodb-native/issues/4346)) ([ea8a33f](https://github.com/mongodb/node-mongodb-native/commit/ea8a33f1c34e93dd8048ba83edca3294e474ddf5))
11+
12+
13+
### Bug Fixes
14+
15+
* **NODE-6583:** upgrade to BSON v6.10.1 to remove internal unbounded type cache ([#4338](https://github.com/mongodb/node-mongodb-native/issues/4338)) ([249c279](https://github.com/mongodb/node-mongodb-native/commit/249c279ee21c0635ab22be10788ffcae52ad3bb5))
16+
* **NODE-6600:** set object mode correctly for message chunking in SizedMessageTransform ([#4345](https://github.com/mongodb/node-mongodb-native/issues/4345)) ([5558573](https://github.com/mongodb/node-mongodb-native/commit/555857319605d72ce57c639166ce25f57739bf74))
17+
* **NODE-6602:** only wrap errors from SOCKS in network errors ([#4347](https://github.com/mongodb/node-mongodb-native/issues/4347)) ([ed83f36](https://github.com/mongodb/node-mongodb-native/commit/ed83f36ce17e40f0faf4bbaaeab6fa3b7f90b10a))
18+
519
## [6.11.0](https://github.com/mongodb/node-mongodb-native/compare/v6.10.0...v6.11.0) (2024-11-22)
620

721

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": "6.11.0",
3+
"version": "6.12.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)