Skip to content

Commit ea1f1f9

Browse files
committed
chore(release): 4.2.2
1 parent bc05671 commit ea1f1f9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.2](https://github.com/mongodb/node-mongodb-native/compare/v4.2.1...v4.2.2) (2021-12-13)
6+
7+
### Bug Fixes
8+
9+
* **NODE-3705:** ReadPreference.fromOptions omitting hedge and maxStalenessSeconds when readPreference is a string ([#3060](https://github.com/mongodb/node-mongodb-native/issues/3060)) ([b9fbac5](https://github.com/mongodb/node-mongodb-native/commit/b9fbac5b13e0305a196f05b30b25111632f3ef13))
10+
* **NODE-3711:** retry txn end on retryable write ([#3045](https://github.com/mongodb/node-mongodb-native/issues/3045)) ([7b00d0f](https://github.com/mongodb/node-mongodb-native/commit/7b00d0f06052b5302583fedec15796142cb151cf))
11+
* **NODE-3765:** make replacement for replaceOne operations without _id ([#3040](https://github.com/mongodb/node-mongodb-native/issues/3040)) ([e07e564](https://github.com/mongodb/node-mongodb-native/commit/e07e564dc073eee12d12c98635f7d61a04665251))
12+
* stricter protocol check in connection string ([#3078](https://github.com/mongodb/node-mongodb-native/issues/3078)) ([bc05671](https://github.com/mongodb/node-mongodb-native/commit/bc056719dac0b34cbfd59ac544f92a992f30ca76))
13+
514
### [4.2.1](https://github.com/mongodb/node-mongodb-native/compare/v4.2.0...v4.2.1) (2021-11-30)
615

716

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

0 commit comments

Comments
 (0)