-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 6.12.0 [skip-ci]
- Loading branch information
1 parent
bc41f2e
commit 49db2d9
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "6.11.0" | ||
".": "6.12.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,21 @@ | |
|
||
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. | ||
|
||
## [6.12.0](https://github.com/mongodb/node-mongodb-native/compare/v6.11.0...v6.12.0) (2024-12-10) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
* **NODE-6605:** add error message when invalidating primary ([#4340](https://github.com/mongodb/node-mongodb-native/issues/4340)) ([37613f1](https://github.com/mongodb/node-mongodb-native/commit/37613f1a726d330967012b0c007560db1cc79bd9)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) | ||
* **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)) | ||
* **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)) | ||
|
||
## [6.11.0](https://github.com/mongodb/node-mongodb-native/compare/v6.10.0...v6.11.0) (2024-11-22) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters