Skip to content

Commit 99356eb

Browse files
committed
chore(release): 4.2.1
1 parent 7a507f0 commit 99356eb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
### [4.2.1](https://github.com/mongodb/node-mongodb-native/compare/v4.2.0...v4.2.1) (2021-11-30)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-2370:** correct a return type of hasNext() ([#3058](https://github.com/mongodb/node-mongodb-native/issues/3058)) ([b6a63df](https://github.com/mongodb/node-mongodb-native/commit/b6a63df6269898fb09dd180b512197822727e90a))
11+
* **NODE-3627:** Enable flexible BSON validation for server error key containing invalid utf-8 ([#3054](https://github.com/mongodb/node-mongodb-native/issues/3054)) ([7a507f0](https://github.com/mongodb/node-mongodb-native/commit/7a507f08905d2e30f4c4b53adf0bf506e65e357f))
12+
* **NODE-3648:** run get more ops through server selection ([#3030](https://github.com/mongodb/node-mongodb-native/issues/3030)) ([268e211](https://github.com/mongodb/node-mongodb-native/commit/268e2110c0a26e51fa82f42e84251a21fa30a5d0))
13+
* **NODE-3767:** don't delete dbName if authSource is provided ([#3055](https://github.com/mongodb/node-mongodb-native/issues/3055)) ([0a830e2](https://github.com/mongodb/node-mongodb-native/commit/0a830e240adcd8564b6f11d8af0da50a411db58f))
14+
* **NODE-3770:** Filter type uses WithId on the schema ([#3053](https://github.com/mongodb/node-mongodb-native/issues/3053)) ([307d623](https://github.com/mongodb/node-mongodb-native/commit/307d623ea597c5d89c548b6731bd692fec7a8047))
15+
516
## [4.2.0](https://github.com/mongodb/node-mongodb-native/compare/v4.1.3...v4.2.0) (2021-11-17)
617

718

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

0 commit comments

Comments
 (0)