Skip to content

Commit e58fbf2

Browse files
committed
chore(release): 4.3.0
1 parent 00be68f commit e58fbf2

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

HISTORY.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.3.0](https://github.com./mongodb/node-mongodb-native/compare/v4.2.2...v4.3.0) (2022-01-06)
6+
7+
8+
### Features
9+
10+
* **NODE-3589:** support dot-notation attributes in Filter ([#2972](https://github.com./mongodb/node-mongodb-native/issues/2972)) ([76fff97](https://github.com./mongodb/node-mongodb-native/commit/76fff97606d5e8b33ff8453400ccaefd18a54a1a))
11+
* **NODE-3633:** add Socks5 support ([#3041](https://github.com./mongodb/node-mongodb-native/issues/3041)) ([451627a](https://github.com./mongodb/node-mongodb-native/commit/451627a3a5ac93f259410a12b71d87b0911715e1))
12+
* **NODE-3784:** Add `enableUtf8Validation` option ([#3074](https://github.com./mongodb/node-mongodb-native/issues/3074)) ([4f56409](https://github.com./mongodb/node-mongodb-native/commit/4f56409e5ddeaf9aa1796135008869dec9d7c690))
13+
* **NODE-3793:** Remove offensive language from code and tests ([#3082](https://github.com./mongodb/node-mongodb-native/issues/3082)) ([91a67e0](https://github.com./mongodb/node-mongodb-native/commit/91a67e0f370e46b36665966ad49988207907624d))
14+
15+
16+
### Bug Fixes
17+
18+
* **gridfs:** make `GridFSBucketWriteStream.prototype.end()` return `this` for compat with @types/node@17.0.6 ([#3088](https://github.com./mongodb/node-mongodb-native/issues/3088)) ([7bb9e37](https://github.com./mongodb/node-mongodb-native/commit/7bb9e3729a23e845a68532f554808fb52decfacb))
19+
* **NODE-2899:** sort and correct circular imports ([#3072](https://github.com./mongodb/node-mongodb-native/issues/3072)) ([48cc729](https://github.com./mongodb/node-mongodb-native/commit/48cc72940ac13a81a1aef7899d227da9159f0675))
20+
* **NODE-3675:** SRV option bug correctly defaults authSource to $external ([#3079](https://github.com./mongodb/node-mongodb-native/issues/3079)) ([30f2a2d](https://github.com./mongodb/node-mongodb-native/commit/30f2a2d9304a429f025a0be244c83ca97e72cddf))
21+
* **NODE-3803:** Fix _id typing on collection create operations ([#3077](https://github.com./mongodb/node-mongodb-native/issues/3077)) ([f1979db](https://github.com./mongodb/node-mongodb-native/commit/f1979db85370bf8b674ff7074d5e5b1dd1a020e9))
22+
523
### [4.2.2](https://github.com./mongodb/node-mongodb-native/compare/v4.2.1...v4.2.2) (2021-12-13)
624

725
### Bug Fixes

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [
@@ -32,7 +32,7 @@
3232
"email": "[email protected]"
3333
},
3434
"dependencies": {
35-
"bson": "^4.6.0",
35+
"bson": "^4.6.1",
3636
"denque": "^2.0.1",
3737
"mongodb-connection-string-url": "^2.3.2",
3838
"socks": "^2.6.1"

0 commit comments

Comments
 (0)